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
|
volatileData
|
||||||
(
|
(
|
||||||
(CH4 12)
|
(CH4 12)
|
||||||
|
(H2 12)
|
||||||
|
(CO2 12)
|
||||||
);
|
);
|
||||||
residualCoeff 0.001;
|
residualCoeff 0.001;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,11 +99,11 @@ relaxationFactors
|
|||||||
{
|
{
|
||||||
fields
|
fields
|
||||||
{
|
{
|
||||||
".*Final" 1;
|
".*" 1;
|
||||||
}
|
}
|
||||||
equations
|
equations
|
||||||
{
|
{
|
||||||
".*Final" 1;
|
".*" 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user