mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Updated tutorial fvSchemes for transpose operator
This commit is contained in:
@ -30,7 +30,7 @@ divSchemes
|
||||
default none;
|
||||
|
||||
div(phi,U) Gauss upwind; //limitedLinearV 1; //upwind;
|
||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||
div((muEff*dev2(T(grad(U))))) Gauss linear;
|
||||
div(phi,h) Gauss upwind; //limitedLinear 1; //upwind;
|
||||
div(phi,epsilon) Gauss upwind;
|
||||
div(phi,k) Gauss upwind;
|
||||
|
||||
Reference in New Issue
Block a user