ENH: Updated tutorial fvSchemes for transpose operator

This commit is contained in:
andy
2011-01-18 15:24:30 +00:00
parent dc8d9df81e
commit 6ffbe0553c
42 changed files with 43 additions and 43 deletions

View File

@ -38,7 +38,7 @@ divSchemes
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,omega) Gauss upwind;
div((muEff*dev2(grad(U).T()))) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
div(phi,Yi_h) Gauss upwind;
}