diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C
index 006e45b588b265d3f43ed8da174bc7d6efd2d5e5..cafc62c4946e8bff9c0e15c07aa14efdb7c23830 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
+);
+
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //