Skip to content
Snippets Groups Projects
Commit c6208c52 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent 354b48ca
Branches
Tags
No related merge requests found
......@@ -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 * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment