From cc8e6e0f7b39832787e34f0b952a84c4cf1dab92 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 20 Nov 2013 11:52:04 +0000 Subject: [PATCH] ENH: Removed deleted files on tutorial clean-up --- .../pimpleFoam/TJunctionFan/0/U | 49 ---------------- .../pimpleFoam/TJunctionFan/0/epsilon | 55 ------------------ .../pimpleFoam/TJunctionFan/0/k | 50 ----------------- .../pimpleFoam/TJunctionFan/0/nuTilda | 43 -------------- .../pimpleFoam/TJunctionFan/0/nut | 50 ----------------- .../pimpleFoam/TJunctionFan/0/p | 56 ------------------- 6 files changed, 303 deletions(-) delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/U delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/epsilon delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/k delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/nuTilda delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/nut delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/0/p diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/U b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/U deleted file mode 100644 index 54e519308c..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/U +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m s^-1]; - -internalField uniform (0 0 0); - -boundaryField -{ - inlet - { - type pressureInletOutletVelocity; - value uniform (0 0 0); - } - outlet1 - { - type inletOutlet; - inletValue uniform (0 0 0); - value uniform (0 0 0); - } - outlet2 - { - type inletOutlet; - inletValue uniform (0 0 0); - value uniform (0 0 0); - } - defaultFaces - { - type fixedValue; - value uniform (0 0 0); - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/epsilon b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/epsilon deleted file mode 100644 index 3648316bd3..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/epsilon +++ /dev/null @@ -1,55 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m^2 s^-3]; - -internalField uniform 200; - -boundaryField -{ - inlet - { - type turbulentMixingLengthDissipationRateInlet; - mixingLength 0.01; - phi phi; - k k; - value uniform 200; - } - outlet1 - { - type inletOutlet; - inletValue uniform 200; - value uniform 200; - } - outlet2 - { - type inletOutlet; - inletValue uniform 200; - value uniform 200; - } - defaultFaces - { - type epsilonWallFunction; - Cmu 0.09; - kappa 0.41; - E 9.8; - value uniform 200; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/k b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/k deleted file mode 100644 index bd8e325c2f..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/k +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m^2 s^-2]; - -internalField uniform 0.375; - -boundaryField -{ - inlet - { - type turbulentIntensityKineticEnergyInlet; - intensity 0.05; - value uniform 0.375; - } - outlet1 - { - type inletOutlet; - inletValue uniform 0.375; - value uniform 0.375; - } - outlet2 - { - type inletOutlet; - inletValue uniform 0.375; - value uniform 0.375; - } - defaultFaces - { - type kqRWallFunction; - value uniform 0.375; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nuTilda b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nuTilda deleted file mode 100644 index 5bd1e94d8b..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nuTilda +++ /dev/null @@ -1,43 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object nuTilda; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m^2 s^-1]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type zeroGradient; - } - outlet1 - { - type zeroGradient; - } - outlet2 - { - type zeroGradient; - } - defaultFaces - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nut b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nut deleted file mode 100644 index 894d5b5345..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/nut +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object nut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m^2 s^-1]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type calculated; - value uniform 0; - } - outlet1 - { - type calculated; - value uniform 0; - } - outlet2 - { - type calculated; - value uniform 0; - } - defaultFaces - { - type nutkWallFunction; - Cmu 0.09; - kappa 0.41; - E 9.8; - value uniform 0; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/p b/tutorials/incompressible/pimpleFoam/TJunctionFan/0/p deleted file mode 100644 index 42728c992c..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/0/p +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [m^2 s^-2]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type uniformTotalPressure; - rho none; - psi none; - gamma 1; - pressure table - 2 - ( - (0 10) - (1 40) - ) - ; - value uniform 40; - } - outlet1 - { - type fixedValue; - value uniform 10; - } - outlet2 - { - type fixedValue; - value uniform 0; - } - defaultFaces - { - type zeroGradient; - } -} - - -// ************************************************************************* //