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

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

parent 9857a94b
No related merge requests found
...@@ -113,7 +113,8 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS ...@@ -113,7 +113,8 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS
alphaRhoPhi, alphaRhoPhi,
phi, phi,
transport, transport,
propertiesName propertiesName,
type
), ),
Cs_ Cs_
...@@ -171,7 +172,12 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS ...@@ -171,7 +172,12 @@ kOmegaSSTSAS<BasicTurbulenceModel>::kOmegaSSTSAS
this->coeffDict_ this->coeffDict_
) )
) )
{} {
if (type == typeName)
{
this->printCoeffs(type);
}
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
......
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