kOmegaSST: correct nut from the S2 already available

This commit is contained in:
Henry 2015-02-12 09:55:52 +00:00
parent 92e0c46ad1
commit 43012d3833

View file

@ -450,7 +450,7 @@ void kOmegaSST<BasicTurbulenceModel>::correct()
solve(kEqn);
bound(k_, this->kMin_);
correctNut();
correctNut(S2);
}