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

@ -40,7 +40,7 @@ divSchemes
div((rho*R)) Gauss linear;
div(R) Gauss linear;
div(U) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes

View File

@ -40,7 +40,7 @@ divSchemes
div((rho*R)) Gauss linear;
div(R) Gauss linear;
div(U) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes