ENH: Adding psi thermos for PengRobinsonGas eq of state

This commit is contained in:
sergio 2014-05-22 09:27:42 +01:00
parent d2a3ba5d56
commit c885577536

View file

@ -124,6 +124,19 @@ makeThermo
specie
);
makeThermo
(
psiThermo,
hePsiThermo,
pureMixture,
sutherlandTransport,
sensibleEnthalpy,
janafThermo,
PengRobinsonGas,
specie
);
/* * * * * * * * * * * * * * Internal-energy-based * * * * * * * * * * * * * */
makeThermo
@ -186,6 +199,18 @@ makeThermo
specie
);
makeThermo
(
psiThermo,
hePsiThermo,
pureMixture,
sutherlandTransport,
sensibleInternalEnergy,
janafThermo,
PengRobinsonGas,
specie
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //