Skip to content
Snippets Groups Projects
Commit 38de85cd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: minor tutorial adjustments

parent 78fd0505
No related merge requests found
......@@ -25,8 +25,8 @@ fvDOMCoeffs
{
nPhi 2;
nTheta 4;
convergence 1e-5;
maxIter 5;
tolerance 1e-5;
}
// Number of flow iterations per radiation iteration
......@@ -36,9 +36,9 @@ absorptionEmissionModel greyMeanAbsorptionEmission;
constantAbsorptionEmissionCoeffs
{
absorptivity absorptivity [ m^-1 ] 0.1;
emissivity emissivity [ m^-1 ] 0.1;
E E [ kg m^-1 s^-3 ] 0;
absorptivity [ m^-1 ] 0.1;
emissivity [ m^-1 ] 0.1;
E [ kg m^-1 s^-3 ] 0;
}
greyMeanAbsorptionEmissionCoeffs
......
......@@ -25,8 +25,7 @@ structuredCoeffs
simpleCoeffs
{
n (5 1 4);
delta 0.001;
n (2 1 4);
}
}
......
......@@ -8,4 +8,6 @@ runApplication blockMesh
runApplication snappyHexMesh -overwrite
echo "End"
#------------------------------------------------------------------------------
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