verticalChannel tutorial, compressibleInflowOutflow template: removed 'bounded' from the 'div(phid,p)' scheme

This commit is contained in:
Henry Weller 2017-03-08 11:35:42 +00:00
parent 6804c6cf49
commit ca7db4558d
2 changed files with 3 additions and 3 deletions

View file

@ -44,9 +44,9 @@ divSchemes
div(phi,e) $turbulence;
div(phi,h) $turbulence;
div(phi,K) $turbulence;
div(phi,Ekp) $turbulence;
div(phi,Ekp) $turbulence;
div(phid,p) bounded Gauss upwind;
div(phid,p) Gauss upwind;
div((phi|interpolate(rho)),p) bounded Gauss upwind;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;

View file

@ -29,7 +29,7 @@ divSchemes
{
default none;
div(phi,U) bounded Gauss upwind;
div(phid,p) bounded Gauss upwind;
div(phid,p) Gauss upwind;
div(phi,K) bounded Gauss linear;
div(phi,h) bounded Gauss upwind;
div(phi,k) bounded Gauss upwind;