mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -17,14 +17,14 @@ FoamFile
|
||||
|
||||
source1
|
||||
{
|
||||
type fixedTemperatureSource;
|
||||
type fixedTemperatureConstraint;
|
||||
active true;
|
||||
timeStart 0;
|
||||
duration 1000000;
|
||||
selectionMode cellZone;
|
||||
cellZone porosity;
|
||||
|
||||
fixedTemperatureSourceCoeffs
|
||||
fixedTemperatureConstraintCoeffs
|
||||
{
|
||||
mode uniform;
|
||||
temperature 350;
|
||||
|
||||
@ -17,14 +17,14 @@ FoamFile
|
||||
|
||||
fixedTemperaure1
|
||||
{
|
||||
type fixedTemperatureSource;
|
||||
type fixedTemperatureConstraint;
|
||||
active true;
|
||||
timeStart 0;
|
||||
duration 1000000;
|
||||
selectionMode cellZone;
|
||||
cellZone porosity;
|
||||
|
||||
fixedTemperatureSourceCoeffs
|
||||
fixedTemperatureConstraintCoeffs
|
||||
{
|
||||
mode uniform;
|
||||
temperature 350;
|
||||
|
||||
@ -17,14 +17,14 @@ FoamFile
|
||||
|
||||
source1
|
||||
{
|
||||
type fixedTemperatureSource;
|
||||
type fixedTemperatureConstraint;
|
||||
active true;
|
||||
timeStart 0.1;
|
||||
duration 0.4;
|
||||
selectionMode cellSet;
|
||||
cellSet ignitionCells;
|
||||
|
||||
fixedTemperatureSourceCoeffs
|
||||
fixedTemperatureConstraintCoeffs
|
||||
{
|
||||
mode uniform;
|
||||
temperature 2000;
|
||||
|
||||
Reference in New Issue
Block a user