mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
driftFluxFoam: Rationalisation of the handling of Udm and tauDm
This commit is contained in:
@ -30,7 +30,7 @@ divSchemes
|
||||
default none;
|
||||
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
div(phiUkm,Ukm) Gauss linear;
|
||||
div(tauDm) Gauss linear;
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phirb,alpha.*\)" Gauss linear;
|
||||
div(rhoPhi,k) Gauss limitedLinear 1;
|
||||
|
||||
@ -30,7 +30,7 @@ divSchemes
|
||||
default none;
|
||||
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
div(phiUkm,Ukm) Gauss linear;
|
||||
div(tauDm) Gauss linear;
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phirb,alpha.*\)" Gauss linear;
|
||||
div(rhoPhi,k) Gauss limitedLinear 1;
|
||||
|
||||
@ -30,7 +30,7 @@ divSchemes
|
||||
default none;
|
||||
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
div(phiUkm,Ukm) Gauss linear;
|
||||
div(tauDm) Gauss linear;
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phirb,alpha.*\)" Gauss linear;
|
||||
div(rhoPhi,k) Gauss limitedLinear 1;
|
||||
|
||||
Reference in New Issue
Block a user