tutorials/.../angledDuct: Swictched to bounded schemes
This change greatly reduces the transients generated at the start of the iteration sequence.
This commit is contained in:
@ -28,15 +28,15 @@ gradSchemes
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phi,U) Gauss upwind;
|
||||
div(phid,p) Gauss upwind;
|
||||
div(phiv,p) Gauss linear;
|
||||
div(phi,K) Gauss linear;
|
||||
div(phi,e) Gauss upwind;
|
||||
div(phi,k) Gauss upwind;
|
||||
div(phi,epsilon) Gauss upwind;
|
||||
div(phi,R) Gauss upwind;
|
||||
div(phi,omega) Gauss upwind;
|
||||
div(phi,U) bounded Gauss upwind;
|
||||
div(phid,p) bounded Gauss upwind;
|
||||
div(phiv,p) bounded Gauss linear;
|
||||
div(phi,K) bounded Gauss linear;
|
||||
div(phi,e) bounded Gauss upwind;
|
||||
div(phi,k) bounded Gauss upwind;
|
||||
div(phi,epsilon) bounded Gauss upwind;
|
||||
div(phi,R) bounded Gauss upwind;
|
||||
div(phi,omega) bounded Gauss upwind;
|
||||
div((rho*R)) Gauss linear;
|
||||
div(R) Gauss linear;
|
||||
div(U) Gauss linear;
|
||||
|
||||
Reference in New Issue
Block a user