Difference between revisions of "ChtMultiRegionFoam"

From OpenFOAMWiki
(Equations)
Line 6: Line 6:
 
==Equations==
 
==Equations==
  
 +
For each region defined as fluid, the according equation for the fluid is solved and the same is done
 +
for each solid region. The regions are coupled by a thermal boundary condition.
 +
 +
===Equations Fluid===
 +
 +
For each fluid region the compressible Navier Stokes equation are solved.
 +
 +
====Mass conservation====
 +
 +
====Momentum conservation====
 +
 +
====Energy conservation====
 +
 +
===Equations Solid===
  
 
==Source Code==
 
==Source Code==

Revision as of 17:16, 2 November 2018

ChtMultiRegionFoam

   Solver for steady or transient fluid flow and solid heat conduction, with
   conjugate heat transfer between regions, buoyancy effects, turbulence,
   reactions and radiation modelling.

1 Equations

For each region defined as fluid, the according equation for the fluid is solved and the same is done for each solid region. The regions are coupled by a thermal boundary condition.

1.1 Equations Fluid

For each fluid region the compressible Navier Stokes equation are solved.

1.1.1 Mass conservation

1.1.2 Momentum conservation

1.1.3 Energy conservation

1.2 Equations Solid

2 Source Code