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,8 +15,10 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType gasThermoTypes
{ {
constant
{
type hePsiThermo; type hePsiThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
@ -24,6 +26,23 @@ thermoType
equationOfState perfectGas; equationOfState perfectGas;
specie specie; specie specie;
energy sensibleEnthalpy; energy sensibleEnthalpy;
}
janaf
{
type hePsiThermo;
mixture pureMixture;
transport sutherland;
thermo janaf;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
}
thermoType
{
$gasThermoTypes.constant;
} }
mixture mixture