Thermal Field¶
The Thermal Field statistics provide time-dependent, reduced-order data describing the evolution of thermal fields within the simulation domain. These statistics describe the evolution of thermal energy within the fluid and quantify how heat is generated, transferred, and distributed throughout the system. These quantities capture both internal sources of heating—such as viscous dissipation—and external heat transfer mechanisms—including user-defined sources, regional heating, and surface fluxes. The name of this file is ThermalField.txt. The output files are updated at the Statistics Output Write Interval. These outputs complement 3D spatial Plane (Slice) and Volume datasets by providing time-resolved summaries suited for convergence analysis, system-level characterization, and comparison across operating conditions.
Statistics Table¶
The index table below shows the statistics that can appear in the Thermal Field Output file. Within this table, each statistic corresponds to a column in the output table that evolves with the time column.
Statistics |
Units |
Details |
When Appears |
|---|---|---|---|
Time |
s |
simulation time |
|
Dissipation Heating |
W |
total fluid energy dissipation transferred to thermal field |
|
Global Heat Transfer |
W |
total heat transfer rate from global source/sink |
|
Heat Transfer Region Region Heat Transfer |
W |
total heat transfer rate from region |
|
Local Heat Transfer |
W |
total heat transfer rate from the local heat transfer UDF |
|
Surface Heat Transfer |
W |
total heat transfer rate from surface flux UDF |
|
Temperature |
K |
spatial mean of fluid temperature |
Usage and Interpretation¶
The Thermal Field statistics should be interpreted as a global energy balance, where the temperature evolution of the fluid is governed by the net heat transfer into or out of the system. The simulation time \(t\) provides the temporal reference for all reported quantities.
The most important quantity is the Global Heat Transfer, which represents the total net heat transfer to or from the fluid. This term directly drives changes in the bulk temperature of the system. The relationship between heat transfer and temperature change is given by
where \(𝜌\) is density, \(c_p\) is specific heat, and \(T\) is temperature. In a well-mixed system, this simplifies to
showing that global heat transfer directly controls the rate of change of the mean temperature. The contributions to this term from each individual static body are reported separately in the Static Body Output files.
The Region Heat Transfer describes the heat transfer within a specific Heating Region, computed as
and is used for isolating contributions from each specific heating region.
The Dissipation Heating term represents internal heat generation due to viscous effects, computed as
and contributes positively to the global heat balance. In high-shear or turbulent systems, this can be a significant source of heating.
The Local Heat Transfer represents heat addition or removal defined through the Local Heat Transfer UDF. It is computed as
The Surface Heat Transfer is the total heat exchange across the free surface or two-fluid interface
The Temperature metric represents the spatially averaged fluid temperature,
which reflects the cumulative effect of all heating and cooling processes.
This file should be used in tandem with the Thermodynamics Statistics output page.