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 +); + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //