chtMultiRegionFoam: Added support for reactions

chtMultiRegionFoam now supports reaction/combustion modelling in fluid
regions in the same way as reactingFoam.
This commit is contained in:
Will Bainbridge
2017-12-13 08:37:25 +00:00
parent 94d05421d3
commit 7c237a59d0
11 changed files with 160 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

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

View File

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