driftFluxFoam: Rationalisation of the handling of Udm and tauDm

This commit is contained in:
Henry
2014-03-05 16:04:10 +00:00
committed by Andrew Heather
parent 4acc7c1260
commit 09bb8b8f7f
13 changed files with 42 additions and 60 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;