Skip to content
Snippets Groups Projects
Commit be8284b0 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

ENH: Uptodate of tutorials

parent 3c7dc0e2
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ boundaryField
burner
{
type flowRateInletVelocity;
flowRate 0.001294; //60kW C3H8
flowRate constant 0.001294; //60kW C3H8
value uniform (0 0 0);
}
......
......@@ -71,6 +71,7 @@ solvers
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
maxIter 20;
}
G
......@@ -99,7 +100,7 @@ relaxationFactors
equations
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9;
"(CH4|O2|H2O|CO2|hs).*" 0.9;
}
}
......
......@@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear;
div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
......
......@@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear;
div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
......
......@@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear;
div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
......
......@@ -31,6 +31,7 @@ divSchemes
div(U,p) Gauss linear;
div(phi,h) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment