Skip to content
Snippets Groups Projects
Commit edb5d92e authored by Henry's avatar Henry
Browse files

kOmegaSST: correct nut from the S2 already available

parent 04834350
Branches
Tags
No related merge requests found
......@@ -450,7 +450,7 @@ void kOmegaSST<BasicTurbulenceModel>::correct()
solve(kEqn);
bound(k_, this->kMin_);
correctNut();
correctNut(S2);
}
......
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