ENH: Corrected/cleaned smallPoolFire2D tutorial input files

This commit is contained in:
andy
2012-03-02 17:14:30 +00:00
parent 04033b6968
commit 658f0a0680
14 changed files with 66 additions and 13 deletions

View File

@ -27,22 +27,26 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
sides sides
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1.0;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -28,6 +28,11 @@ boundaryField
emissivity uniform 1.0; emissivity uniform 1.0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -28,6 +28,11 @@ boundaryField
emissivity uniform 1.0; emissivity uniform 1.0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -25,19 +25,23 @@ boundaryField
{ {
type calculated; type calculated;
} }
sides sides
{ {
type calculated; type calculated;
} }
base base
{ {
type calculated; type calculated;
} }
inlet inlet
{ {
type calculated; type calculated;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -27,22 +27,26 @@ boundaryField
inletValue $internalField; inletValue $internalField;
value $internalField; value $internalField;
} }
sides sides
{ {
type inletOutlet; type inletOutlet;
inletValue $internalField; inletValue $internalField;
value $internalField; value $internalField;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 0; value uniform 0;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -27,22 +27,26 @@ boundaryField
inletValue uniform 300; inletValue uniform 300;
value uniform 300; value uniform 300;
} }
sides sides
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 300; inletValue uniform 300;
value uniform 300; value uniform 300;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 300; value uniform 300;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -29,23 +29,27 @@ boundaryField
value uniform (0 0 0); value uniform (0 0 0);
} }
sides sides
{ {
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
outletValue uniform (0 0 0); outletValue uniform (0 0 0);
value uniform (0 0 0); value uniform (0 0 0);
} }
base base
{ {
type fixedValue; type fixedValue;
value uniform (0 0 0); value uniform (0 0 0);
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform (0 0.05 0); value uniform (0 0.05 0);
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -45,7 +45,8 @@ boundaryField
inletValue $internalField; inletValue $internalField;
value $internalField; value $internalField;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -25,19 +25,23 @@ boundaryField
{ {
type zeroGradient; type zeroGradient;
} }
sides sides
{ {
type zeroGradient; type zeroGradient;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type zeroGradient; type zeroGradient;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -27,23 +27,27 @@ boundaryField
inletValue uniform 1e-4; inletValue uniform 1e-4;
value uniform 1e-4; value uniform 1e-4;
} }
sides sides
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 1e-4; inletValue uniform 1e-4;
value uniform 1e-4; value uniform 1e-4;
} }
base base
{ {
type fixedValue; type fixedValue;
value uniform 1e-4; value uniform 1e-4;
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 1e-4; value uniform 1e-4;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -25,19 +25,23 @@ boundaryField
{ {
type zeroGradient; type zeroGradient;
} }
sides sides
{ {
type zeroGradient; type zeroGradient;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type zeroGradient; type zeroGradient;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -28,26 +28,29 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
sides sides
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
base base
{ {
type zeroGradient; type zeroGradient;
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0.0;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -32,17 +32,20 @@ boundaryField
type calculated; type calculated;
value $internalField; value $internalField;
} }
base base
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
inlet inlet
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }

View File

@ -26,6 +26,7 @@ boundaryField
type buoyantPressure; type buoyantPressure;
value $internalField; value $internalField;
} }
sides sides
{ {
type totalPressure; type totalPressure;
@ -37,17 +38,20 @@ boundaryField
gamma 1; gamma 1;
value $internalField; value $internalField;
} }
base base
{ {
type buoyantPressure; type buoyantPressure;
value $internalField; value $internalField;
} }
inlet inlet
{ {
type buoyantPressure; type buoyantPressure;
value $internalField; value $internalField;
} }
frontBack
frontAndBack
{ {
type empty; type empty;
} }