From cd0a0a696cf74a9342df9b4b7524d03e2a1488d8 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 6 Jul 2009 15:25:01 +0100 Subject: [PATCH] added gas thermophysics --- .../hReactionThermo/hReactionThermos.C | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C index 006e45b588..cafc62c494 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C @@ -114,6 +114,7 @@ makeReactionThermo perfectGas ); + makeReactionThermo ( hReactionThermo, @@ -135,6 +136,14 @@ makeReactionMixtureThermo icoPoly8ThermoPhysics ); +makeReactionMixtureThermo +( + hReactionThermo, + hRhoMixtureThermo, + multiComponentMixture, + gasThermoPhysics +); + // Multi-component reaction thermo @@ -146,6 +155,14 @@ makeReactionMixtureThermo icoPoly8ThermoPhysics ); +makeReactionMixtureThermo +( + hReactionThermo, + hRhoMixtureThermo, + reactingMixture, + gasThermoPhysics +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //