mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Tutorials: Corrected the name of the gradient used for the linearUpwind scheme
This commit is contained in:
@ -27,9 +27,9 @@ interpolationSchemes
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(rhoPhi,U) Gauss linearUpwind Gauss linear 1;
|
||||
div(phi,omega) Gauss linearUpwind Gauss linear 1;
|
||||
div(phi,k) Gauss linearUpwind Gauss linear 1;
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
div(phi,omega) Gauss linearUpwind grad(omega);
|
||||
div(phi,k) Gauss linearUpwind grad(k);
|
||||
|
||||
div(phi,alpha) Gauss vanLeer;
|
||||
div(phirb,alpha) Gauss interfaceCompression;
|
||||
|
||||
Reference in New Issue
Block a user