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

ENH: Corrected/cleaned smallPoolFire2D tutorial input files

parent 04033b69
Branches
Tags
No related merge requests found
Showing
with 66 additions and 13 deletions
......@@ -27,22 +27,26 @@ boundaryField
inletValue uniform 0;
value uniform 0;
}
sides
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
base
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform 1.0;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -28,6 +28,11 @@ boundaryField
emissivity uniform 1.0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
......@@ -28,6 +28,11 @@ boundaryField
emissivity uniform 1.0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
......@@ -25,19 +25,23 @@ boundaryField
{
type calculated;
}
sides
{
type calculated;
}
base
{
type calculated;
}
inlet
{
type calculated;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -27,22 +27,26 @@ boundaryField
inletValue $internalField;
value $internalField;
}
sides
{
type inletOutlet;
inletValue $internalField;
value $internalField;
}
base
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform 0;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -27,22 +27,26 @@ boundaryField
inletValue uniform 300;
value uniform 300;
}
sides
{
type inletOutlet;
inletValue uniform 300;
value uniform 300;
}
base
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform 300;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -29,23 +29,27 @@ boundaryField
value uniform (0 0 0);
}
sides
{
type pressureInletOutletVelocity;
outletValue uniform (0 0 0);
value uniform (0 0 0);
}
base
{
type fixedValue;
value uniform (0 0 0);
}
inlet
{
type fixedValue;
value uniform (0 0.05 0);
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -45,7 +45,8 @@ boundaryField
inletValue $internalField;
value $internalField;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -25,19 +25,23 @@ boundaryField
{
type zeroGradient;
}
sides
{
type zeroGradient;
}
base
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -27,23 +27,27 @@ boundaryField
inletValue uniform 1e-4;
value uniform 1e-4;
}
sides
{
type inletOutlet;
inletValue uniform 1e-4;
value uniform 1e-4;
}
base
{
type fixedValue;
value uniform 1e-4;
}
inlet
{
type fixedValue;
value uniform 1e-4;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -25,19 +25,23 @@ boundaryField
{
type zeroGradient;
}
sides
{
type zeroGradient;
}
base
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -28,26 +28,29 @@ boundaryField
inletValue uniform 0;
value uniform 0;
}
sides
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
base
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform 0.0;
}
frontBack
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
......@@ -32,17 +32,20 @@ boundaryField
type calculated;
value $internalField;
}
base
{
type calculated;
value $internalField;
}
inlet
{
type calculated;
value $internalField;
}
frontBack
frontAndBack
{
type empty;
}
......
......@@ -26,6 +26,7 @@ boundaryField
type buoyantPressure;
value $internalField;
}
sides
{
type totalPressure;
......@@ -37,17 +38,20 @@ boundaryField
gamma 1;
value $internalField;
}
base
{
type buoyantPressure;
value $internalField;
}
inlet
{
type buoyantPressure;
value $internalField;
}
frontBack
frontAndBack
{
type empty;
}
......
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