kOmegaSSTSato: Cannot correct nut in the constructor
construction of the phases is not complete
This commit is contained in:
parent
a77070cde6
commit
f275efddfa
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue