Skip to content
Snippets Groups Projects
Commit c5714423 authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

ENH: Adding psi thermos for PengRobinsonGas eq of state

parent 5b13e2e4
Branches
Tags
No related merge requests found
......@@ -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
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment