From 8dadb0a11f2e01ebb7dc48ec419282a930d609be Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Wed, 4 Mar 2020 17:37:42 +0000 Subject: [PATCH] rhoReactionThermo: Added instantiations --- .../rhoReactionThermo/rhoReactionThermos.C | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C b/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C index a96068d31f..77751a3224 100644 --- a/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C +++ b/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2020 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -292,6 +292,18 @@ makeThermoPhysicsReactionThermos constEThermoPhysics ); +makeReactionThermo +( + rhoReactionThermo, + heRhoThermo, + multiComponentMixture, + constTransport, + sensibleInternalEnergy, + janafThermo, + rhoConst, + specie +); + // Single-component thermo for internal energy @@ -471,6 +483,18 @@ makeThermoPhysicsReactionThermos constHThermoPhysics ); +makeReactionThermo +( + rhoReactionThermo, + heRhoThermo, + multiComponentMixture, + constTransport, + sensibleEnthalpy, + janafThermo, + rhoConst, + specie +); + // Single-component thermo for sensible enthalpy @@ -562,6 +586,18 @@ makeReactionThermo specie ); +makeReactionThermo +( + rhoReactionThermo, + heRhoThermo, + singleComponentMixture, + WLFTransport, + sensibleEnthalpy, + eConstThermo, + rhoConst, + specie +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace Foam