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
(
(CH4 12)
(H2 12)
(CO2 12)
);
residualCoeff 0.001;
}

View File

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

View File

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