diff --git a/src/thermophysicalModels/basic/psiThermo/hePsiThermo.C b/src/thermophysicalModels/basic/psiThermo/hePsiThermo.C index 568191fd56..06c9b47697 100644 --- a/src/thermophysicalModels/basic/psiThermo/hePsiThermo.C +++ b/src/thermophysicalModels/basic/psiThermo/hePsiThermo.C @@ -127,7 +127,8 @@ void Foam::hePsiThermo::correct() { if (debug) { - Info<< "entering hePsiThermo::correct()" << endl; + Info<< "entering hePsiThermo::correct()" + << endl; } // force the saving of the old-time values @@ -137,7 +138,8 @@ void Foam::hePsiThermo::correct() if (debug) { - Info<< "exiting hePsiThermo::correct()" << endl; + Info<< "exiting hePsiThermo::correct()" + << endl; } } diff --git a/src/thermophysicalModels/reactionThermo/makeReactionThermo.H b/src/thermophysicalModels/reactionThermo/makeReactionThermo.H index eb539a02ae..d662b4518f 100644 --- a/src/thermophysicalModels/reactionThermo/makeReactionThermo.H +++ b/src/thermophysicalModels/reactionThermo/makeReactionThermo.H @@ -34,7 +34,8 @@ License #define makeReactionMixtureThermo(BaseThermo,CThermo,MixtureThermo,Mixture,ThermoPhys) \ \ typedef MixtureThermo \ -< CThermo, \ +< \ + CThermo, \ SpecieMixture \ < \ Mixture \ diff --git a/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C b/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C index 6c7abc3150..8a2daccfe6 100644 --- a/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C +++ b/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C @@ -119,7 +119,10 @@ void Foam::heheuPsiThermo::calculate() // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template -Foam::heheuPsiThermo::heheuPsiThermo(const fvMesh& mesh) +Foam::heheuPsiThermo::heheuPsiThermo +( + const fvMesh& mesh +) : heThermo(mesh), Tu_ @@ -200,7 +203,8 @@ void Foam::heheuPsiThermo::correct() { if (debug) { - Info<< "entering heheuPsiThermo::correct()" << endl; + Info<< "entering heheuPsiThermo::correct()" + << endl; } // force the saving of the old-time values @@ -210,7 +214,8 @@ void Foam::heheuPsiThermo::correct() if (debug) { - Info<< "exiting heheuPsiThermo::correct()" << endl; + Info<< "exiting heheuPsiThermo::correct()" + << endl; } }