Skip to content
Snippets Groups Projects
Commit e2955dd6 authored by andy's avatar andy
Browse files

ENH: Tutorial updates for run-time selectable sources

parent 2733a58e
Branches
Tags
No related merge requests found
......@@ -19,8 +19,6 @@ porosity1
{
type explicitPorositySource;
active true;
timeStart 0;
duration 1000000;
selectionMode cellZone;
cellZone porosity;
......
......@@ -19,8 +19,6 @@ source1
{
type fixedTemperatureConstraint;
active true;
timeStart 0;
duration 1000000;
selectionMode cellZone;
cellZone porosity;
......
......@@ -19,8 +19,6 @@ fixedTemperaure1
{
type fixedTemperatureConstraint;
active true;
timeStart 0;
duration 1000000;
selectionMode cellZone;
cellZone porosity;
......@@ -36,8 +34,6 @@ porosity1
{
type explicitPorositySource;
active true;
timeStart 0;
duration 1000000;
selectionMode cellZone;
cellZone porosity;
......
......@@ -19,8 +19,6 @@ momentumSource
{
type pressureGradientExplicitSource;
active on; //on/off switch
timeStart 0.0; //start time
duration 1000000.0; //duration
selectionMode all; //cellSet // points //cellZone
pressureGradientExplicitSourceCoeffs
......
......@@ -19,8 +19,6 @@ MRF1
{
type MRFSource;
active true;
timeStart 0;
duration 1e100;
selectionMode cellZone;
cellZone rotor;
......
......@@ -19,8 +19,6 @@ disk1
{
type actuationDiskSource;
active on; //on/off switch
timeStart 0.0; //start time
duration 1000.0; //duration
selectionMode cellSet; //cellSet // points //cellZone
cellSet actuationDisk1;//cellSet name when selectionMode = cellSet
......@@ -39,8 +37,6 @@ disk2
{
type actuationDiskSource;
active on;
timeStart 0.0;
duration 1000.0;
selectionMode cellSet;
cellSet actuationDisk2;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment