Skip to content
Snippets Groups Projects
Commit 865f2448 authored by Henry's avatar Henry
Browse files

Corrected line lengths

parent 80b24465
Branches
Tags
No related merge requests found
......@@ -127,7 +127,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
{
if (debug)
{
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
// force the saving of the old-time values
......@@ -137,7 +138,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
if (debug)
{
Info<< "exiting hePsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "exiting hePsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
}
......
......@@ -34,7 +34,8 @@ License
#define makeReactionMixtureThermo(BaseThermo,CThermo,MixtureThermo,Mixture,ThermoPhys) \
\
typedef MixtureThermo \
< CThermo, \
< \
CThermo, \
SpecieMixture \
< \
Mixture \
......
......@@ -119,7 +119,10 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::calculate()
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
template<class BasicPsiThermo, class MixtureType>
Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::heheuPsiThermo(const fvMesh& mesh)
Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::heheuPsiThermo
(
const fvMesh& mesh
)
:
heThermo<psiuReactionThermo, MixtureType>(mesh),
Tu_
......@@ -200,7 +203,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
{
if (debug)
{
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
// force the saving of the old-time values
......@@ -210,7 +214,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
if (debug)
{
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment