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:
@ -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
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user