ENH: Adding psi thermos for PengRobinsonGas eq of state

This commit is contained in:
sergio
2014-05-22 09:27:42 +01:00
committed by Andrew Heather
parent 5b13e2e4d9
commit c571442368

View File

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