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
|
||||
{
|
||||
type scalarExplicitSource;
|
||||
type fixedTemperatureSource;
|
||||
active true;
|
||||
timeStart 0.1;
|
||||
duration 0.4;
|
||||
selectionMode cellSet;
|
||||
cellSet ignitionCells;
|
||||
|
||||
scalarExplicitSourceCoeffs
|
||||
fixedTemperatureSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
injectionRate
|
||||
{
|
||||
h 12000;
|
||||
}
|
||||
temperature 2000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user