
pher J. Roy and Oberkampf, 2003; Christopher J. Roy
and McWherter-Payne, 2003; He and Ding, 2001).
This balance becomes even more complex when con-
sidering the uncertainty in input parameters, bound-
ary conditions, and material properties, which can ex-
acerbate the inherent uncertainty in multiphysics sim-
ulations.
Previous studies have proposed several ap-
proaches to address these challenges, including un-
certainty quantification (UQ) methods and precision
control techniques. UQ is essential for assessing
how variability in model inputs influences simula-
tion outputs, but traditional UQ techniques such as
reduced-order modelling, polynomial chaos expan-
sions, and Monte Carlo sampling are computation-
ally expensive and often necessitate simplifying the
model (R. A. Adams and Schmid, 2012; Ghanem
and Spanos, 1991; Oakley, 2004). While these meth-
ods reduce the dimensionality or complexity of the
problem, they may inadvertently limit the scope of
the simulation or compromise its accuracy. More-
over, precision management strategies, such as adjust-
ing arithmetic precision or discretization step sizes,
have been explored to mitigate computational cost,
but their effectiveness is constrained by the conflict-
ing demands of accuracy and performance (Harvey
and Verseghy, 2016; V. Chandola and Kumar, 2009).
To address these limitations, this paper intro-
duces a novel approach leveraging machine learning
(ML)-based anomaly detection techniques for mul-
tiphysics simulations. the proposed technique iden-
tifies anomalies—instances where simulation results
deviate from expected outcomes—without altering
the complexity of the simulation. This approach al-
lows for the monitoring of simulation performance
and the detection of critical points where errors accu-
mulate or accuracy is compromised, effectively serv-
ing as an early warning system for simulation fail-
ures. The key contribution of this paper is a machine
learning-based anomaly detection framework that en-
hances the accuracy and reliability of multiphysics
simulations while reducing computational costs. This
approach enables practitioners to make informed de-
cisions regarding precision levels and parameter se-
lection, thereby optimizing simulation performance
without sacrificing accuracy. The proposed method
enables the exploration of a broader range of simu-
lation configurations while optimizing both precision
and computational efficiency.
In this study, we apply the proposed anomaly de-
tection technique to a heat conjugate transfer (HCT)
problem, using heat transfer and Navier-Stokes equa-
tions to illustrate its effectiveness in identifying sim-
ulation anomalies. This method provides a more ef-
ficient and computationally feasible alternative to tra-
ditional error management strategies in multiphysics
simulations. Moreover, the approach facilitates a
deeper understanding of the trade-off between simu-
lation precision and performance, enabling the selec-
tive adjustment of parameters based on specific sim-
ulation needs to avoid the common practice of uni-
formly applying maximum precision and unnecessar-
ily resource-intensive.
2 METHOD
In this study, we present a framework for detecting
anomalies in multiphysics simulation results by an-
alyzing the relationship between effective parame-
ters and the governing physical equations. Our ap-
proach integrates multiphysics simulations with ML
anomaly detection algorithms. Specifically, we apply
this method to the conjugate heat transfer problem,
focusing on flow over a heated plate. Open-source
solvers and coupling tools are utilized to conduct the
simulations. The methodology consists of three key
steps. First, we assess the influence of various pa-
rameters—including physical, material, and simula-
tion parameters—on the simulation outcomes. Un-
derstanding how these parameters affect the results is
crucial for identifying potential anomalies. Second,
we investigate the relationship between these parame-
ters and the governing equations to determine whether
improper parameter settings could adversely impact
the equations and, consequently, the simulation re-
sults. This analysis enables us to quantify the extent
to which incorrect parameter values contribute to de-
viations from expected outcomes. Finally, based on
the insights gained from the parameter-equation rela-
tionship, we select an appropriate ML anomaly de-
tection algorithm. A key requirement for the algo-
rithm is that it should not rely on predefined labeled
data, as anomalies in simulation results can manifest
in diverse ways. Therefore, we employ unsupervised
learning algorithms, which do not require prior train-
ing on labeled datasets and making it ideal for rare
and unknown anomalies. Additionally, unsupervised
methods can identify previously unseen anomalies by
learning normal system behavior and effectively scale
to the large datasets typical of multiphysics problems.
Many unsupervised algorithms are also computation-
ally efficient, making them suitable for real-time or it-
erative simulations.However, selecting the most suit-
able unsupervised algorithm depends on the specific
multiphysics problem, as it is influenced by both the
governing equations and the associated parameters.
To verify the model, we compare its outcomes when
Machine Learning-Driven Framework for Identifying Parameter-Driven Anomalies in Multiphysics Simulations
279