Thermodynamics: Test dictionary selection mechanism

This commit is contained in:
Henry
2012-09-24 13:41:46 +01:00
parent ba77277255
commit e5ffac8cd9

View File

@ -15,7 +15,17 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType hePsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>,sensibleEnthalpy>>>>;
// thermoType hePsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>,sensibleEnthalpy>>>>;
thermoType
{
type hePsiThermo;
mixture pureMixture;
transport constTransport;
thermo hConstThermo;
equationOfState perfectGas;
energy sensibleEnthalpy;
}
pRef 100000;