ENH: chtMultiRegionFoam: Added support for reactions

chtMultiRegionFoam now supports reaction/combustion modelling in fluid
regions in the same way as reactingFoam.

TUT: chtMultiRegionFoam: Added reverseBurner tutorial

This tutorial demonstrates chtMultiRegionFoam's combustion capability
This commit is contained in:
Will Bainbridge
2017-12-13 08:37:25 +00:00
committed by Andrew Heather
parent 2235ed1f86
commit f37ec93404
51 changed files with 1854 additions and 22 deletions

View File

@ -17,7 +17,7 @@ FoamFile
thermoType
{
type heRhoThermo;
mixture pureMixture;
mixture singleComponentMixture;
transport const;
thermo hConst;
equationOfState rhoConst;

View File

@ -17,7 +17,7 @@ FoamFile
thermoType
{
type heRhoThermo;
mixture pureMixture;
mixture singleComponentMixture;
transport const;
thermo hConst;
equationOfState perfectGas;