mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated simplifiedSiwek coalChemistryFoam solver
This commit is contained in:
@ -179,6 +179,8 @@ subModels
|
||||
volatileData
|
||||
(
|
||||
(CH4 12)
|
||||
(H2 12)
|
||||
(CO2 12)
|
||||
);
|
||||
residualCoeff 0.001;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -99,11 +99,11 @@ relaxationFactors
|
||||
{
|
||||
fields
|
||||
{
|
||||
".*Final" 1;
|
||||
".*" 1;
|
||||
}
|
||||
equations
|
||||
{
|
||||
".*Final" 1;
|
||||
".*" 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user