ENH: Updated simplifiedSiwek tutorial case

This commit is contained in:
andy
2012-10-19 11:50:51 +01:00
parent 84c7b02fc4
commit 2166a03245

View File

@ -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;
}
} }
} }