Skip to content
Snippets Groups Projects
Commit 9c874b71 authored by Henry Weller's avatar Henry Weller
Browse files

kOmegaSSTSato: Cannot correct nut in the constructor

construction of the phases is not complete
parent aa42c1f9
Branches
Tags
No related merge requests found
...@@ -76,7 +76,8 @@ kOmegaSSTSato<BasicTurbulenceModel>::kOmegaSSTSato ...@@ -76,7 +76,8 @@ kOmegaSSTSato<BasicTurbulenceModel>::kOmegaSSTSato
{ {
if (type == typeName) if (type == typeName)
{ {
correctNut(); // Cannot correct nut yet: construction of the phases is not complete
// correctNut();
this->printCoeffs(type); this->printCoeffs(type);
} }
} }
......
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