From 658f0a0680219999007a772fc5ab067f16ce7478 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 2 Mar 2012 17:14:30 +0000 Subject: [PATCH] ENH: Corrected/cleaned smallPoolFire2D tutorial input files --- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/CH4 | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/G | 5 +++++ .../combustion/fireFoam/les/smallPoolFire2D/0/IDefault | 5 +++++ tutorials/combustion/fireFoam/les/smallPoolFire2D/0/N2 | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/O2 | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/T | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/U | 6 +++++- .../combustion/fireFoam/les/smallPoolFire2D/0/Ydefault | 3 ++- .../combustion/fireFoam/les/smallPoolFire2D/0/alphaSgs | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/k | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/muSgs | 6 +++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/omega | 7 +++++-- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p | 5 ++++- tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p_rgh | 6 +++++- 14 files changed, 66 insertions(+), 13 deletions(-) diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/CH4 b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/CH4 index dd13fa9a57..0c17615d4c 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/CH4 +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/CH4 @@ -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; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/G b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/G index fe75242d76..5dfaf2e402 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/G +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/G @@ -28,6 +28,11 @@ boundaryField emissivity uniform 1.0; value uniform 0; } + + frontAndBack + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/IDefault b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/IDefault index e70bf3dec0..75186697cd 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/IDefault +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/IDefault @@ -28,6 +28,11 @@ boundaryField emissivity uniform 1.0; value uniform 0; } + + frontAndBack + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/N2 b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/N2 index ff1a3b1c42..248e3fa02d 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/N2 +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/N2 @@ -25,19 +25,23 @@ boundaryField { type calculated; } + sides { type calculated; } + base { type calculated; } + inlet { type calculated; } - frontBack + + frontAndBack { type empty; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/O2 b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/O2 index a5dab92ad1..ef57804773 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/O2 +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/O2 @@ -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; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/T b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/T index 1997334fc8..8f4990b6ce 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/T +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/T @@ -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; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/U b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/U index c0dc7624ca..9a1ad04efe 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/U +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/U @@ -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; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/Ydefault b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/Ydefault index 003100fc05..74003f28f3 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/Ydefault +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/Ydefault @@ -45,7 +45,8 @@ boundaryField inletValue $internalField; value $internalField; } - frontBack + + frontAndBack { type empty; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/alphaSgs b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/alphaSgs index 330bea1037..5495f422b4 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/alphaSgs +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/alphaSgs @@ -25,19 +25,23 @@ boundaryField { type zeroGradient; } + sides { type zeroGradient; } + base { type zeroGradient; } + inlet { type zeroGradient; } - frontBack + + frontAndBack { type empty; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/k b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/k index 51ff80a123..377a3d0090 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/k +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/k @@ -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; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/muSgs b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/muSgs index 0c723a78c8..203285a6c2 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/muSgs +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/muSgs @@ -25,19 +25,23 @@ boundaryField { type zeroGradient; } + sides { type zeroGradient; } + base { type zeroGradient; } + inlet { type zeroGradient; } - frontBack + + frontAndBack { type empty; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/omega b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/omega index fbe63fbec6..faca2f4dd8 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/omega +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/omega @@ -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; } - } // ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p index 3ae8577524..85a1f09dc4 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p @@ -32,17 +32,20 @@ boundaryField type calculated; value $internalField; } + base { type calculated; value $internalField; } + inlet { type calculated; value $internalField; } - frontBack + + frontAndBack { type empty; } diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p_rgh b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p_rgh index cdeb5e62da..54e8cbeb29 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p_rgh +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p_rgh @@ -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; }