thermophysicalProperties: added demo of dictionary tree lookup

This commit is contained in:
Henry
2012-10-11 18:11:21 +01:00
parent df20892bf6
commit 015d1fb1bf

View File

@ -15,15 +15,34 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
gasThermoTypes
{
constant
{
type hePsiThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
janaf
{
type hePsiThermo;
mixture pureMixture;
transport sutherland;
thermo janaf;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
}
thermoType thermoType
{ {
type hePsiThermo; $gasThermoTypes.constant;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
} }
mixture mixture