From 014ddda9834c9eabe73c6dd9f3a52c14701a61d2 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 2 Aug 2012 13:38:44 +0100 Subject: [PATCH] Tutorials: Removed unmaintained files --- .../rhoPimpleFoam/les/pitzDaily/0/B | 52 -------------- .../channelFoam/channel395/0.org/B | 67 ------------------- .../incompressible/pisoFoam/les/pitzDaily/0/B | 52 -------------- .../pisoFoam/les/pitzDailyMapped/0/B | 55 --------------- .../multiphase/interFoam/les/nozzleFlow2D/0/B | 57 ---------------- 5 files changed, 283 deletions(-) delete mode 100644 tutorials/compressible/rhoPimpleFoam/les/pitzDaily/0/B delete mode 100644 tutorials/incompressible/channelFoam/channel395/0.org/B delete mode 100644 tutorials/incompressible/pisoFoam/les/pitzDaily/0/B delete mode 100644 tutorials/incompressible/pisoFoam/les/pitzDailyMapped/0/B delete mode 100644 tutorials/multiphase/interFoam/les/nozzleFlow2D/0/B diff --git a/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/0/B b/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/0/B deleted file mode 100644 index 7a70ca0e..00000000 --- a/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/0/B +++ /dev/null @@ -1,52 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.1.x | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volTensorField; - object B; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0 0 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value uniform (0 0 0 0 0 0 0 0 0); - } - - outlet - { - type inletOutlet; - inletValue uniform (0 0 0 0 0 0 0 0 0); - value uniform (0 0 0 0 0 0 0 0 0); - } - - upperWall - { - type zeroGradient; - } - - lowerWall - { - type zeroGradient; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/channelFoam/channel395/0.org/B b/tutorials/incompressible/channelFoam/channel395/0.org/B deleted file mode 100644 index 1e506135..00000000 --- a/tutorials/incompressible/channelFoam/channel395/0.org/B +++ /dev/null @@ -1,67 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.1.x | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volTensorField; - location "1"; - object B; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [ 0 2 -2 0 0 0 0 ]; - -internalField uniform ( 0 0 0 0 0 0 0 0 0 ); - -boundaryField -{ - bottomWall - { - type zeroGradient; - } - topWall - { - type zeroGradient; - } - sides1_half0 - { - type cyclic; - } - sides2_half0 - { - type cyclic; - } - inout1_half0 - { - type cyclic; - } - inout2_half0 - { - type cyclic; - } - sides2_half1 - { - type cyclic; - } - sides1_half1 - { - type cyclic; - } - inout1_half1 - { - type cyclic; - } - inout2_half1 - { - type cyclic; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pisoFoam/les/pitzDaily/0/B b/tutorials/incompressible/pisoFoam/les/pitzDaily/0/B deleted file mode 100644 index 7a70ca0e..00000000 --- a/tutorials/incompressible/pisoFoam/les/pitzDaily/0/B +++ /dev/null @@ -1,52 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.1.x | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volTensorField; - object B; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0 0 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value uniform (0 0 0 0 0 0 0 0 0); - } - - outlet - { - type inletOutlet; - inletValue uniform (0 0 0 0 0 0 0 0 0); - value uniform (0 0 0 0 0 0 0 0 0); - } - - upperWall - { - type zeroGradient; - } - - lowerWall - { - type zeroGradient; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/0/B b/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/0/B deleted file mode 100644 index ebac1013..00000000 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/0/B +++ /dev/null @@ -1,55 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.1.x | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volTensorField; - object B; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0 0 0 0); - -boundaryField -{ - inlet - { - type mapped; - value uniform (0 0 0 0 0 0 0 0 0); - interpolationScheme cell; - setAverage false; - average (0 0 0 0 0 0 0 0 0); - } - - outlet - { - type inletOutlet; - inletValue uniform (0 0 0 0 0 0 0 0 0); - value uniform (0 0 0 0 0 0 0 0 0); - } - - upperWall - { - type zeroGradient; - } - - lowerWall - { - type zeroGradient; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/B b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/B deleted file mode 100644 index 1d458eb8..00000000 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/B +++ /dev/null @@ -1,57 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.1.x | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volTensorField; - object B; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0 0 0 0); - -boundaryField -{ - axis - { - type empty; - } - - inlet - { - type fixedValue; - value uniform (0 0 0 0 0 0 0 0 0); - } - - wall - { - type zeroGradient; - } - - atmosphere - { - type inletOutlet; - inletValue uniform (0 0 0 0 0 0 0 0 0); - value uniform (0 0 0 0 0 0 0 0 0); - } - - front - { - type wedge; - } - - back - { - type wedge; - } -} - -// ************************************************************************* //