mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
kOmegaSSTSato: Cannot correct nut in the constructor
construction of the phases is not complete
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user