tutorials/modules/fluid/annularThermalMixer: Updated for change to pressure work term
This commit is contained in:
@ -31,7 +31,7 @@ divSchemes
|
|||||||
div(phi,U) Gauss linearUpwind grad(U);
|
div(phi,U) Gauss linearUpwind grad(U);
|
||||||
div(phi,h) Gauss linearUpwind grad(h);
|
div(phi,h) Gauss linearUpwind grad(h);
|
||||||
div(phi,K) Gauss linear;
|
div(phi,K) Gauss linear;
|
||||||
div(meshPhi,p) Gauss linear;
|
div(phi,(p|rho)) Gauss linear;
|
||||||
div(phi,k) Gauss upwind;
|
div(phi,k) Gauss upwind;
|
||||||
div(phi,epsilon) Gauss upwind;
|
div(phi,epsilon) Gauss upwind;
|
||||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||||
|
|||||||
Reference in New Issue
Block a user