Corrected line lengths
This commit is contained in:
parent
80b2446564
commit
865f2448e5
@ -127,7 +127,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
|
|||||||
{
|
{
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
|
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()"
|
||||||
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// force the saving of the old-time values
|
// force the saving of the old-time values
|
||||||
@ -137,7 +138,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
|
|||||||
|
|
||||||
if (debug)
|
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) \
|
#define makeReactionMixtureThermo(BaseThermo,CThermo,MixtureThermo,Mixture,ThermoPhys) \
|
||||||
\
|
\
|
||||||
typedef MixtureThermo \
|
typedef MixtureThermo \
|
||||||
< CThermo, \
|
< \
|
||||||
|
CThermo, \
|
||||||
SpecieMixture \
|
SpecieMixture \
|
||||||
< \
|
< \
|
||||||
Mixture \
|
Mixture \
|
||||||
|
@ -119,7 +119,10 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::calculate()
|
|||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
template<class BasicPsiThermo, class MixtureType>
|
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),
|
heThermo<psiuReactionThermo, MixtureType>(mesh),
|
||||||
Tu_
|
Tu_
|
||||||
@ -200,7 +203,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
|
|||||||
{
|
{
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
|
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
|
||||||
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// force the saving of the old-time values
|
// force the saving of the old-time values
|
||||||
@ -210,7 +214,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
|
|||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
|
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
|
||||||
|
<< endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user