mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Changing divDevRhoReff scheme for incompressible flows
This commit is contained in:
@ -120,7 +120,7 @@ Foam::functionObjects::momentumError::divDevRhoReff()
|
|||||||
- fvc::div
|
- fvc::div
|
||||||
(
|
(
|
||||||
tnuEff()*dev2(T(fvc::grad(tU()))),
|
tnuEff()*dev2(T(fvc::grad(tU()))),
|
||||||
"div(((nuEff)*dev2(T(grad(U)))))"
|
"div((nuEff*dev2(T(grad(U)))))"
|
||||||
)
|
)
|
||||||
- fvc::laplacian(tnuEff(), tU(), "laplacian(nuEff,U)")
|
- fvc::laplacian(tnuEff(), tU(), "laplacian(nuEff,U)")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user