From c11a8b9fbe66ad475e660cf525793c66d60f0987 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 13 Apr 2011 11:44:36 +0100 Subject: [PATCH] hRhoThermo: Added 7th-order polynomial incompressible thermo --- .../basic/mixtures/basicMixture/basicMixtures.C | 6 ++++++ .../basic/rhoThermo/hRhoThermo/hRhoThermos.C | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C index 54e6a8d531..f3979b8cdb 100644 --- a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C +++ b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C @@ -113,6 +113,12 @@ makeBasicPolyMixture 3 ); +makeBasicPolyMixture +( + pureMixture, + 8 +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace Foam diff --git a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C index 167cc67f08..dd049f4bf3 100644 --- a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C +++ b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C @@ -92,6 +92,13 @@ makeBasicRhoPolyThermo 3 ); +makeBasicRhoPolyThermo +( + hRhoThermo, + pureMixture, + 8 +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace Foam