rhoReactionThermos: Instantiated WLF transport model
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user