Conjugate heat transfer (CHT) simulations require three physics,
- Laminar flow
- Heat fluid
- Heat solid
as well as their strongly coupled interactions.
Incompressible Navier-Stokes equations
The Laminar flow physics solves the incompressible Navier-Stokes equations,
∇⋅vf=0
ρf(∂t∂vf+vf⋅∇vf)=−∇pf+∇⋅(μf(∇vf+(∇vf)T)),
where
- ρf [kg/m3] is fluid density,
- μf [Pa⋅s] is the dynamic viscosity of the fluid,
- pf [Pa] is pressure, and
- vf [m/s] is the flow velocity of the fluid.
Advection-Diffusion equation
The Heat fluid physics solves the advection-diffusion equation for the temperature field in the fluid domain,
ρfCp,f(∂t∂T+vf⋅∇T)=∇⋅(kf∇T),
where
- T [K] is fluid temperature,
- Cp,f [J/(kg⋅K)] is the specific heat capacity of the fluid at constant pressure (assumed constant), and
- kf [W/(m⋅K)] is the thermal conductivity of the fluid.
Diffusion equation
The Heat solid physics solves the diffusion equation for the temperature field in the solid domain,
ρsCp,s∂t∂T=∇⋅(ks∇T),
where
- ρs [kg/m3] is the density of the solid,
- T [K] is the solid temperature,
- Cp,s [J/(kg⋅K)] is the specific heat capacity of the solid at constant pressure (assumed constant), and
- ks [W/(m⋅K)] is the thermal conductivity of the solid.
The temperature field T is continuous across the fluid and the solid domains.
Thus, the interaction is strongly coupled and no material specific suffixes are required.