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:
parent
7ae0766a31
commit
667dc10af6
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ void SpalartAllmarasDES<BasicTurbulenceModel>::correct()
|
|||
bound(nuTilda_, dimensionedScalar("0", nuTilda_.dimensions(), 0.0));
|
||||
nuTilda_.correctBoundaryConditions();
|
||||
|
||||
correctNut(fv1);
|
||||
correctNut();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue