verticalChannel tutorial: removed 'bounded' from the 'div(phid,p)' scheme.
This commit is contained in:
parent
0ba6179f23
commit
54b96fb765
1 changed files with 1 additions and 1 deletions
|
|
@ -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