thermophysicalModels: Further rationalisation of the of the combinations of energy and thermo property forms

eConst is now used with sensibleInternalEnergy rather the hConst for consistency
and efficiency.
This commit is contained in:
Henry Weller
2018-11-29 14:50:19 +00:00
parent d470b8ecef
commit f31a675478
2 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture multiComponentMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectGas;
specie specie;
energy sensibleInternalEnergy;
@ -43,7 +43,7 @@ inertSpecie air;
thermodynamics
{
Hf 0;
Cp 1012.5;
Cv 724.8;
}
transport
{
@ -61,7 +61,7 @@ water
thermodynamics
{
Hf -1.3435e+07;
Cp 1857.8;
Cv 1396.3;
}
transport
{