basicChemistryModelTemplate: Added compilation rules for LangmuirHinshelwood and MichaelisMenten reactions
This commit is contained in:
@ -138,6 +138,9 @@ namespace Foam
|
||||
#include "JanevReactionRate.H"
|
||||
#include "powerSeriesReactionRate.H"
|
||||
|
||||
#include "LangmuirHinshelwoodReactionRate.H"
|
||||
#include "MichaelisMentenReactionRate.H"
|
||||
|
||||
#include "ChemicallyActivatedReactionRate.H"
|
||||
#include "FallOffReactionRate.H"
|
||||
|
||||
@ -145,10 +148,6 @@ namespace Foam
|
||||
#include "SRIFallOffFunction.H"
|
||||
#include "TroeFallOffFunction.H"
|
||||
|
||||
#include "LangmuirHinshelwoodReactionRate.H"
|
||||
|
||||
#include "MichaelisMentenReactionRate.H"
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineReaction(nullArg, ThermoPhysics);
|
||||
@ -159,6 +158,9 @@ namespace Foam
|
||||
makeIRReactions(JanevReactionRate, ThermoPhysics);
|
||||
makeIRReactions(powerSeriesReactionRate, ThermoPhysics);
|
||||
|
||||
makeIRReactions(LangmuirHinshelwoodReactionRate, ThermoPhysics);
|
||||
makeIReactions(MichaelisMentenReactionRate, ThermoPhysics);
|
||||
|
||||
makeIRRPressureDependentReactions
|
||||
(
|
||||
FallOffReactionRate,
|
||||
|
||||
Reference in New Issue
Block a user