mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Correcting nut for dynamic lagragian model
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user