BUG: kOmegaSSTLM - corrected writing of coefficients. Fixes #592

This commit is contained in:
Andrew Heather
2017-09-18 10:48:39 +01:00
parent 79f2466ca5
commit 94cf702f69

View File

@ -373,7 +373,8 @@ kOmegaSSTLM<BasicTurbulenceModel>::kOmegaSSTLM
alphaRhoPhi,
phi,
transport,
propertiesName
propertiesName,
typeName
),
ca1_
@ -477,7 +478,12 @@ kOmegaSSTLM<BasicTurbulenceModel>::kOmegaSSTLM
this->mesh_,
dimensionedScalar("0", dimless, 0)
)
{}
{
if (type == typeName)
{
this->printCoeffs(type);
}
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //