BUG: Update mixture type in tutorials

This commit is contained in:
sergio
2018-06-05 10:44:41 -07:00
parent ea4c4f1b2f
commit 9d31ff4436
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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