From b1d3aefb6c63b110acb638f331ad2df29fdfedf1 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Wed, 31 Oct 2018 11:12:21 +0000 Subject: [PATCH] rhoReactionThermos: Instantiated WLF transport model --- .../rhoReactionThermo/rhoReactionThermos.C | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C b/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C index 6dc7e4ae9d..ece7588b51 100644 --- a/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C +++ b/src/thermophysicalModels/reactionThermo/rhoReactionThermo/rhoReactionThermos.C @@ -42,6 +42,7 @@ License #include "constTransport.H" #include "sutherlandTransport.H" +#include "WLFTransport.H" #include "homogeneousMixture.H" #include "inhomogeneousMixture.H" @@ -471,6 +472,18 @@ makeReactionThermo specie ); +makeReactionThermo +( + rhoReactionThermo, + heRhoThermo, + singleComponentMixture, + WLFTransport, + sensibleInternalEnergy, + eConstThermo, + rhoConst, + specie +); + // Multi-component thermo for sensible enthalpy