ENH: Uptodate of tutorials

This commit is contained in:
Sergio Ferraris
2011-11-23 10:38:10 +00:00
parent 3c7dc0e20a
commit be8284b0bd
6 changed files with 7 additions and 2 deletions

View File

@ -37,7 +37,7 @@ boundaryField
burner burner
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
flowRate 0.001294; //60kW C3H8 flowRate constant 0.001294; //60kW C3H8
value uniform (0 0 0); value uniform (0 0 0);
} }

View File

@ -71,6 +71,7 @@ solvers
nCellsInCoarsestLevel 10; nCellsInCoarsestLevel 10;
agglomerator faceAreaPair; agglomerator faceAreaPair;
mergeLevels 1; mergeLevels 1;
maxIter 20;
} }
G G
@ -99,7 +100,7 @@ relaxationFactors
equations equations
{ {
"(U|k).*" 1; "(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9; "(CH4|O2|H2O|CO2|hs).*" 0.9;
} }
} }

View File

@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear; div(U,p) Gauss linear;
div(phi,h) Gauss upwind; div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind; div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind; div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind; div(phi,R) Gauss upwind;
div(R) Gauss linear; div(R) Gauss linear;

View File

@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear; div(U,p) Gauss linear;
div(phi,h) Gauss upwind; div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind; div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind; div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind; div(phi,R) Gauss upwind;
div(R) Gauss linear; div(R) Gauss linear;

View File

@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear; div(U,p) Gauss linear;
div(phi,h) Gauss upwind; div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind; div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind; div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind; div(phi,R) Gauss upwind;
div(R) Gauss linear; div(R) Gauss linear;

View File

@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear; div(U,p) Gauss linear;
div(phi,h) Gauss upwind; div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind; div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind; div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind; div(phi,R) Gauss upwind;
div(R) Gauss linear; div(R) Gauss linear;