diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H index 423ae3757..24da7c4b7 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H @@ -49,7 +49,7 @@ Ostream& operator<<(Ostream&, const TroeFallOffFunction&); /*---------------------------------------------------------------------------*\ - Class TroeFallOffFunction Declaration + Class TroeFallOffFunction Declaration \*---------------------------------------------------------------------------*/ class TroeFallOffFunction diff --git a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H index 1c26071ec..05d1e8382 100644 --- a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H +++ b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H @@ -69,7 +69,7 @@ namespace Foam ( \ ReactionType::typeName_() \ + ReactionRate::type() \ - + Reaction##Thermo::typeName_() \ + + Reaction##Thermo::typeName_() \ ); \ \ addToRunTimeSelectionTable \ diff --git a/src/thermophysicalModels/specie/reaction/reactionsTemplates/IrreversibleReaction/IrreversibleReaction.H b/src/thermophysicalModels/specie/reaction/reactionsTemplates/IrreversibleReaction/IrreversibleReaction.H index 157915b9c..66719eb20 100644 --- a/src/thermophysicalModels/specie/reaction/reactionsTemplates/IrreversibleReaction/IrreversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/reactionsTemplates/IrreversibleReaction/IrreversibleReaction.H @@ -44,7 +44,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class IrreversibleReaction Declaration + Class IrreversibleReaction Declaration \*---------------------------------------------------------------------------*/ template