ENH: kOmegaSSTSAS - enable printCoeffs to output model coefficients on construction

This commit is contained in:
Andrew Heather
2015-11-27 15:09:41 +00:00
parent 9857a94b98
commit 61ce372bff

View File

@ -113,7 +113,8 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS
alphaRhoPhi,
phi,
transport,
propertiesName
propertiesName,
type
),
Cs_
@ -171,7 +172,12 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS
this->coeffDict_
)
)
{}
{
if (type == typeName)
{
this->printCoeffs(type);
}
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //