Skip to content
Snippets Groups Projects
Commit 27a0a073 authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

ENH: Adding div schemes for div(phi,p)

parent 8d7b8043
Branches
Tags
No related merge requests found
......@@ -34,6 +34,7 @@ divSchemes
div(rhoPhi,T) Gauss linear;
div(rhoPhi,K) Gauss linear;
div((phi+meshPhi),p) Gauss linear;
div(phi,p) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
......
......@@ -38,6 +38,7 @@ divSchemes
div(phi,thermo:rho.air) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
div((phi+meshPhi),p) Gauss linear;
div(phi,p) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment