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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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