ENH: Updated simplifiedSiwek coalChemistryFoam solver

This commit is contained in:
andy
2011-12-16 10:37:27 +00:00
parent 96a4cf4097
commit 13fdae844c
3 changed files with 7 additions and 5 deletions

View File

@ -179,6 +179,8 @@ subModels
volatileData volatileData
( (
(CH4 12) (CH4 12)
(H2 12)
(CO2 12)
); );
residualCoeff 0.001; residualCoeff 0.001;
} }

View File

@ -19,8 +19,8 @@ source1
{ {
type scalarExplicitSource; type scalarExplicitSource;
active true; active true;
timeStart 0.15; timeStart 0.1;
duration 0.2; duration 0.4;
selectionMode cellSet; selectionMode cellSet;
cellSet ignitionCells; cellSet ignitionCells;
@ -29,7 +29,7 @@ source1
volumeMode absolute; volumeMode absolute;
injectionRate injectionRate
{ {
hs 20000; hs 12000;
} }
} }
} }

View File

@ -99,11 +99,11 @@ relaxationFactors
{ {
fields fields
{ {
".*Final" 1; ".*" 1;
} }
equations equations
{ {
".*Final" 1; ".*" 1;
} }
} }