From e62a260bdde02ae1fe285ed68dfbac75dea8511f Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin <kutalmis.bercin@esi-group.com> Date: Mon, 18 Oct 2021 13:54:44 +0100 Subject: [PATCH] ENH: rhoThermos: enable new set of combinations --- .../basic/rhoThermo/rhoThermos.C | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C b/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C index a15bdbf62a7..75d8281bd2f 100644 --- a/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C +++ b/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C @@ -684,6 +684,31 @@ makeThermos specie ); +makeThermos +( + rhoThermo, + heRhoThermo, + pureMixture, + polynomialTransport, + sensibleEnthalpy, + hPolynomialThermo, + perfectGas, + specie +); + +makeThermos +( + rhoThermo, + heRhoThermo, + pureMixture, + polynomialTransport, + sensibleEnthalpy, + hPolynomialThermo, + incompressiblePerfectGas, + specie +); + + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace Foam -- GitLab