verticalChannel tutorial, compressibleInflowOutflow template: removed 'bounded' from the 'div(phid,p)' scheme
This commit is contained in:
parent
6804c6cf49
commit
ca7db4558d
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue