Skip to content
Snippets Groups Projects
Commit a1bf423e authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Correcting nut for dynamic lagragian model

parent 5225ebf3
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ void dynLagrangian::updateSubGridScaleFields
const tmp<volTensorField>& gradU
)
{
nuSgs_ = 2.0*(flm_/fmm_)*sqr(delta())*mag(dev(symm(gradU)));
nuSgs_ = (flm_/fmm_)*sqr(delta())*mag(dev(symm(gradU)));
nuSgs_.correctBoundaryConditions();
}
......
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