From c571442368bd9aae27ac7b68fe36bde73b55351f Mon Sep 17 00:00:00 2001 From: sergio Date: Thu, 22 May 2014 09:27:42 +0100 Subject: [PATCH] ENH: Adding psi thermos for PengRobinsonGas eq of state --- .../basic/psiThermo/psiThermos.C | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/thermophysicalModels/basic/psiThermo/psiThermos.C b/src/thermophysicalModels/basic/psiThermo/psiThermos.C index c5f8e390c0..5b0ac5bd9d 100644 --- a/src/thermophysicalModels/basic/psiThermo/psiThermos.C +++ b/src/thermophysicalModels/basic/psiThermo/psiThermos.C @@ -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 +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //