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:
@ -449,7 +449,7 @@ void SpalartAllmarasDES<BasicTurbulenceModel>::correct()
|
||||
bound(nuTilda_, dimensionedScalar("0", nuTilda_.dimensions(), 0.0));
|
||||
nuTilda_.correctBoundaryConditions();
|
||||
|
||||
correctNut(fv1);
|
||||
correctNut();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user