thermophysicalModels: Changed constFluidEThermoPhysics and constEThermoPhysics to use eConstThermo rather than hConstThermo

to avoid the need to evaluate departure functions and simplify evaluation of the
temperature.  In general it makes more sense to use and e/Cv based
thermodynamics when solving for internal energy rather than h/Cp and have
convert between the energy forms.

All related tutorials and test cases have also been updated.
This commit is contained in:
Henry Weller
2018-10-25 10:45:45 +01:00
parent 94e8ac2a25
commit 0f422c2a54
43 changed files with 94 additions and 95 deletions

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -48,7 +48,7 @@ inertSpecie H2O;
thermodynamics
{
Hf -1.5879e+07;
Cp 4195;
Cv 4195;
}
transport
{
@ -71,7 +71,7 @@ AIR
thermodynamics
{
Hf 0;
Cp 4195;
Cv 4195;
}
transport
{

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport