SpalartAllmarasDES: Recalculate fv1 for the update of nut

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2292
This commit is contained in:
Henry Weller
2016-10-20 09:08:48 +01:00
parent 7ae0766a31
commit 667dc10af6

View File

@ -449,7 +449,7 @@ void SpalartAllmarasDES<BasicTurbulenceModel>::correct()
bound(nuTilda_, dimensionedScalar("0", nuTilda_.dimensions(), 0.0));
nuTilda_.correctBoundaryConditions();
correctNut(fv1);
correctNut();
}