kOmegaSSTSato: Cannot correct nut in the constructor

construction of the phases is not complete
This commit is contained in:
Henry Weller
2015-06-30 13:07:01 +01:00
parent aa42c1f906
commit 9c874b71b1

View File

@ -76,7 +76,8 @@ kOmegaSSTSato<BasicTurbulenceModel>::kOmegaSSTSato
{
if (type == typeName)
{
correctNut();
// Cannot correct nut yet: construction of the phases is not complete
// correctNut();
this->printCoeffs(type);
}
}