mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Reverting Lvk2 (von karman) calculation to original laplacian form
This commit is contained in:
@ -101,7 +101,7 @@ tmp<volScalarField> kOmegaSSTSAS::Lvk2
|
||||
(
|
||||
kappa_*sqrt(S2)
|
||||
/(
|
||||
fvc::magSqrGradGrad(U())
|
||||
mag(fvc::laplacian(U()))
|
||||
+ dimensionedScalar
|
||||
(
|
||||
"ROOTVSMALL",
|
||||
|
||||
Reference in New Issue
Block a user