mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated simplifiedSiwek tutorial case
This commit is contained in:
@ -17,20 +17,16 @@ FoamFile
|
|||||||
|
|
||||||
source1
|
source1
|
||||||
{
|
{
|
||||||
type scalarExplicitSource;
|
type fixedTemperatureSource;
|
||||||
active true;
|
active true;
|
||||||
timeStart 0.1;
|
timeStart 0.1;
|
||||||
duration 0.4;
|
duration 0.4;
|
||||||
selectionMode cellSet;
|
selectionMode cellSet;
|
||||||
cellSet ignitionCells;
|
cellSet ignitionCells;
|
||||||
|
|
||||||
scalarExplicitSourceCoeffs
|
fixedTemperatureSourceCoeffs
|
||||||
{
|
{
|
||||||
volumeMode absolute;
|
temperature 2000;
|
||||||
injectionRate
|
|
||||||
{
|
|
||||||
h 12000;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user