Skip to content
Snippets Groups Projects
Commit ee590889 authored by andy's avatar andy
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents 1bb32981 a1bf423e
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ void dynLagrangian::updateSubGridScaleFields ...@@ -47,7 +47,7 @@ void dynLagrangian::updateSubGridScaleFields
const tmp<volTensorField>& gradU 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(); nuSgs_.correctBoundaryConditions();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment