rhoThermos: Instantiate liquid thermo packages on eConstThermo rather than hConstThermo

to provide better numerical behaviour of the conversion of internal energy to temperature.
This commit is contained in:
Henry Weller
2018-10-13 21:50:10 +01:00
parent 7f16808709
commit 45a4930538

View File

@ -36,6 +36,7 @@ License
#include "adiabaticPerfectFluid.H"
#include "hConstThermo.H"
#include "eConstThermo.H"
#include "janafThermo.H"
#include "sensibleEnthalpy.H"
#include "sensibleInternalEnergy.H"
@ -296,7 +297,7 @@ makeThermos
pureMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
eConstThermo,
rhoConst,
specie
);
@ -308,7 +309,7 @@ makeThermos
pureMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
eConstThermo,
perfectFluid,
specie
);
@ -320,7 +321,7 @@ makeThermos
pureMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
eConstThermo,
adiabaticPerfectFluid,
specie
);
@ -416,7 +417,7 @@ makeThermos
pureMixture,
WLFTransport,
sensibleInternalEnergy,
hConstThermo,
eConstThermo,
rhoConst,
specie
);