diff --git a/tutorials/combustion/XiFoam/Allclean b/tutorials/combustion/XiFoam/Allclean deleted file mode 100755 index 04676f773..000000000 --- a/tutorials/combustion/XiFoam/Allclean +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -keepCases="moriyoshiHomogeneous" -loseCases="moriyoshiHomogeneousPart2" - -for case in $keepCases -do - (cd $case && foamCleanTutorials) -done - -for case in $loseCases -do - removeCase $case -done diff --git a/tutorials/combustion/XiFoam/Allrun b/tutorials/combustion/XiFoam/Allrun deleted file mode 100755 index c32a0b032..000000000 --- a/tutorials/combustion/XiFoam/Allrun +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# Source tutorial run functions -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -# Get application name from directory -application=`basename $PWD` - -setControlDict () { - controlDict="system/controlDict" - sed \ - -e s/"\(deltaT[ \t]*\) 5e-06;"/"\1 1e-05;"/g \ - -e s/"\(endTime[ \t]*\) 0.005;"/"\1 0.015;"/g \ - -e s/"\(writeInterval[ \t]*\) 10;"/"\1 50;"/g \ - $controlDict > temp.$$ - mv temp.$$ $controlDict -} - -# Do moriyoshiHomogeneous -(cd moriyoshiHomogeneous && foamRunTutorials) - -# Clone case -cloneCase moriyoshiHomogeneous moriyoshiHomogeneousPart2 -# Modify and execute -cd moriyoshiHomogeneousPart2 - cp -r ../moriyoshiHomogeneous/0.005 . - setControlDict - runApplication $application -cd .. diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Su b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Su deleted file mode 100644 index 050d26a6c..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Su +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Su; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform 0.434; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/T b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/T deleted file mode 100644 index 19f868ed1..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/T +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Tu b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Tu deleted file mode 100644 index b7bfd661b..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Tu +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Tu; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/U b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/U deleted file mode 100644 index c4198c64e..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/U +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Xi b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Xi deleted file mode 100644 index fdde6b248..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/Xi +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Xi; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/b b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/b deleted file mode 100644 index 839998182..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/b +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object b; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/epsilon b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/epsilon deleted file mode 100644 index c7751ffc1..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/epsilon +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -3 0 0 0 0]; - -internalField uniform 375; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/ft b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/ft deleted file mode 100644 index 5c0167f5f..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/ft +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object ft; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.06; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/fu b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/fu deleted file mode 100644 index e202db204..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/fu +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object fu; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/k b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/k deleted file mode 100644 index a8d80dda8..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/k +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 1.5; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/p b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/p deleted file mode 100644 index d71e03253..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/0/p +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 118000; - -boundaryField -{ - left - { - type symmetryPlane; - } - - right - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - bottom - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/RASProperties b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/RASProperties deleted file mode 100644 index 6fbe9dea8..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/RASProperties +++ /dev/null @@ -1,98 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object RASProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -RASModel LaunderSharmaKE; - -turbulence on; - -printCoeffs on; - -laminarCoeffs -{ -} - -kEpsilonCoeffs -{ - Cmu 0.09; - C1 1.44; - C2 1.92; - C3 0; - alphah 1.111; - alphak 1; - alphaEps 0.76923; -} - -RNGkEpsilonCoeffs -{ - Cmu 0.0845; - C1 1.42; - C2 1.68; - C3 0; - alphah 1.111; - alphak 1.39; - alphaEps 1.39; - eta0 4.38; - beta 0.012; -} - -LaunderSharmaKECoeffs -{ - Cmu 0.09; - C1 1.44; - C2 1.92; - C3 0; - alphah 1.111; - alphak 1; - alphaEps 0.76923; -} - -LRRCoeffs -{ - Cmu 0.09; - Clrr1 1.8; - Clrr2 0.6; - C1 1.44; - C2 1.92; - Cs 0.25; - Ceps 0.15; - alphah 1; - alphaEps 0.76923; - alphaR 1.22; -} - -LaunderGibsonRSTMCoeffs -{ - Cmu 0.09; - Clg1 1.8; - Clg2 0.6; - C1 1.44; - C2 1.92; - C1Ref 0.5; - C2Ref 0.3; - Cs 0.25; - Ceps 0.15; - alphah 1; - alphaEps 0.76923; - alphaR 1.22; -} - -wallFunctionCoeffs -{ - kappa 0.4187; - E 9; -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/combustionProperties b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/combustionProperties deleted file mode 100644 index fbf98bdbf..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/combustionProperties +++ /dev/null @@ -1,89 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object combustionProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -laminarFlameSpeedCorrelation Gulders; - -fuel Propane; - -Su Su [0 1 -1 0 0 0 0] 0.434; - -SuModel unstrained; - -equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1; - -sigmaExt sigmaExt [0 0 -1 0 0 0 0] 100000; - -XiModel transport; - -XiCoef XiCoef [0 0 0 0 0 0 0] 0.62; - -XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1; - -uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1; - -GuldersCoeffs -{ - Methane - { - W 0.422; - eta 0.15; - xi 5.18; - alpha 2; - beta -0.5; - f 2.3; - } - Propane - { - W 0.446; - eta 0.12; - xi 4.95; - alpha 1.77; - beta -0.2; - f 2.3; - } - IsoOctane - { - W 0.4658; - eta -0.326; - xi 4.48; - alpha 1.56; - beta -0.22; - f 2.3; - } -} - -ignite yes; - -ignitionSites -( - { - location (0 0 0.0005); - diameter 0.003; - start 0; - duration 0.001; - strength 1; - } -); - -ignitionSphereFraction 1; - -ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0.001; - -ignitionCircleFraction 0.5; - -ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0.001; - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/environmentalProperties b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/environmentalProperties deleted file mode 100644 index ca80af21e..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/environmentalProperties +++ /dev/null @@ -1,19 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object environmentalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -g g [0 1 -2 0 0 0 0] (0 0 0); - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/g b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/g deleted file mode 100644 index 27d4d3248..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/g +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class uniformDimensionedVectorField; - location "constant"; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value ( 0 -9.81 0 ); - - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/blockMeshDict b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/blockMeshDict deleted file mode 100644 index 4ae175898..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/blockMeshDict +++ /dev/null @@ -1,69 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 0.001; - -vertices -( - (0 0 0) - (0 35 0) - (70 0 0) - (70 35 0) - (0 0 1) - (0 35 1) - (70 0 1) - (70 35 1) -); - -blocks -( - hex (0 2 3 1 4 6 7 5) (70 35 1) simpleGrading (1 1 1) -); - -edges -( -); - -patches -( - symmetryPlane left - ( - (0 4 5 1) - ) - symmetryPlane right - ( - (2 3 7 6) - ) - symmetryPlane top - ( - (1 5 7 3) - ) - symmetryPlane bottom - ( - (0 2 6 4) - ) - empty frontAndBack - ( - (4 5 7 6) - (0 1 3 2) - ) -); - -mergePatchPairs -( -); - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/boundary b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/boundary deleted file mode 100644 index f33e9ec73..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/polyMesh/boundary +++ /dev/null @@ -1,52 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -5 -( - left - { - type symmetryPlane; - nFaces 35; - startFace 4795; - } - right - { - type symmetryPlane; - nFaces 35; - startFace 4830; - } - top - { - type symmetryPlane; - nFaces 70; - startFace 4865; - } - bottom - { - type symmetryPlane; - nFaces 70; - startFace 4935; - } - frontAndBack - { - type empty; - nFaces 4900; - startFace 5005; - } -) - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/thermophysicalProperties b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/thermophysicalProperties deleted file mode 100644 index 41ef30b1e..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/constant/thermophysicalProperties +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object thermophysicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType hhuMixtureThermo>>>>; - -stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.675; - -fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672; - -oxidant oxidant 1 28.8504 200 6000 1000 3.10205 0.00123963 -4.17512e-07 6.60292e-11 -3.87448e-15 -985.517 5.35187 3.58378 -0.0007269 1.66985e-06 -1.08452e-10 -4.31951e-13 -1050.53 3.11223 1.67212e-06 170.672; - -reactants reactants 24.8095 29.4649 200 5000 1000 3.28069 0.00195035 -6.53483e-07 1.00239e-10 -5.64653e-15 -1609.55 4.41496 3.47696 0.000367499 1.84866e-06 -9.8993e-10 -3.10214e-14 -1570.81 3.76075 1.67212e-06 170.672; - -products products 1 28.3233 200 5000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672; - -burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672; - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/controlDict b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/controlDict deleted file mode 100644 index ca4477d3c..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/controlDict +++ /dev/null @@ -1,53 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application XiFoam; - -startFrom latestTime; - -startTime 0; - -stopAt endTime; - -endTime 0.005; - -deltaT 5e-06; - -writeControl timeStep; - -writeInterval 20; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 6; - -writeCompression uncompressed; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep no; - -maxCo 0.2; - -maxDeltaT 1; - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSchemes b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSchemes deleted file mode 100644 index 8a345e548..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSchemes +++ /dev/null @@ -1,85 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss limitedLinearV 1; - div(phid,p) Gauss limitedLinear 1; - div(phiU,p) Gauss linear; - div(phi,k) Gauss limitedLinear 1; - div(phi,epsilon) Gauss limitedLinear 1; - div(phi,R) Gauss limitedLinear 1; - div(R) Gauss linear; - div(phiXi,Xi) Gauss limitedLinear 1; - div(phiXi,Su) Gauss limitedLinear 1; - div(phiSt,b) Gauss limitedLinear01 1; - div(phi,ft_b_h_hu) Gauss multivariateSelection - { - fu limitedLinear01 1; - ft limitedLinear01 1; - b limitedLinear01 1; - h limitedLinear 1; - hu limitedLinear 1; - }; - div(U) Gauss linear; - div((Su*grad(b))) Gauss linear; - div((U+((Su*Xi)*grad(b)))) Gauss linear; - div((muEff*dev2(grad(U).T()))) Gauss linear; -} - -laplacianSchemes -{ - default none; - laplacian(muEff,U) Gauss linear corrected; - laplacian(DkEff,k) Gauss linear corrected; - laplacian(DepsilonEff,epsilon) Gauss linear corrected; - laplacian(DREff,R) Gauss linear corrected; - laplacian((rho*(1|A(U))),p) Gauss linear corrected; - laplacian(muEff,b) Gauss linear corrected; - laplacian(muEff,ft) Gauss linear corrected; - laplacian(alphaEff,h) Gauss linear corrected; - laplacian(alphaEff,hu) Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - -fluxRequired -{ - default no; - p; -} - -// ************************************************************************* // diff --git a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSolution b/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSolution deleted file mode 100644 index 35819bb01..000000000 --- a/tutorials/combustion/XiFoam/moriyoshiHomogeneous/system/fvSolution +++ /dev/null @@ -1,106 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - rho PCG - { - preconditioner DIC; - tolerance 1e-05; - relTol 0; - }; - U PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - p PCG - { - preconditioner DIC; - tolerance 1e-06; - relTol 0; - }; - ft PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - fu PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - b PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - Xi PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - Su PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - h PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - hu PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - R PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - k PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - epsilon PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; -} - -PISO -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; - momentumPredictor yes; -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/0/T b/tutorials/compressible/sonicFoam/forwardStep/0/T deleted file mode 100644 index fa10420da..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/0/T +++ /dev/null @@ -1,55 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1; - } - - outlet - { - type zeroGradient; - } - - bottom - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - obstacle - { - type zeroGradient; - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/0/U b/tutorials/compressible/sonicFoam/forwardStep/0/U deleted file mode 100644 index 9e9868472..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/0/U +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value uniform (3 0 0); - } - - outlet - { - type zeroGradient; - } - - bottom - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - obstacle - { - type fixedValue; - value uniform (0 0 0); - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/0/p b/tutorials/compressible/sonicFoam/forwardStep/0/p deleted file mode 100644 index a6c7c407c..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/0/p +++ /dev/null @@ -1,66 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1; - } - - outlet - { - type waveTransmissive; - field p; - U U; - phi phi; - rho rho; - psi psi; - gamma 1.4; - fieldInf 1; - lInf 3; - inletOutlet off; - correctSupercritical off; - value uniform 1; - } - - bottom - { - type symmetryPlane; - } - - top - { - type symmetryPlane; - } - - obstacle - { - type zeroGradient; - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/blockMeshDict b/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/blockMeshDict deleted file mode 100644 index 6f7910831..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/blockMeshDict +++ /dev/null @@ -1,81 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - (0 0 -0.05) - (0.6 0 -0.05) - (0 0.2 -0.05) - (0.6 0.2 -0.05) - (3 0.2 -0.05) - (0 1 -0.05) - (0.6 1 -0.05) - (3 1 -0.05) - (0 0 0.05) - (0.6 0 0.05) - (0 0.2 0.05) - (0.6 0.2 0.05) - (3 0.2 0.05) - (0 1 0.05) - (0.6 1 0.05) - (3 1 0.05) -); - -blocks -( - hex (0 1 3 2 8 9 11 10) (25 10 1) simpleGrading (1 1 1) - hex (2 3 6 5 10 11 14 13) (25 40 1) simpleGrading (1 1 1) - hex (3 4 7 6 11 12 15 14) (100 40 1) simpleGrading (1 1 1) -); - -edges -( -); - -patches -( - patch inlet - ( - (0 8 10 2) - (2 10 13 5) - ) - patch outlet - ( - (4 7 15 12) - ) - symmetryPlane bottom - ( - (0 1 9 8) - ) - symmetryPlane top - ( - (5 13 14 6) - (6 14 15 7) - ) - patch obstacle - ( - (1 3 11 9) - (3 4 12 11) - ) -); - -mergePatchPairs -( -); - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/boundary b/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/boundary deleted file mode 100644 index 9b4762986..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/constant/polyMesh/boundary +++ /dev/null @@ -1,62 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( -inlet -{ - type patch; - nFaces 50; - startFace 10325; -} - -outlet -{ - type patch; - nFaces 40; - startFace 10375; -} - -bottom -{ - type symmetryPlane; - nFaces 25; - startFace 10415; -} - -top -{ - type symmetryPlane; - nFaces 125; - startFace 10440; -} - -obstacle -{ - type patch; - nFaces 110; - startFace 10565; -} - -defaultFaces -{ - type empty; - nFaces 10500; - startFace 10675; -} -) - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/constant/thermodynamicProperties b/tutorials/compressible/sonicFoam/forwardStep/constant/thermodynamicProperties deleted file mode 100644 index 06d85de3f..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/constant/thermodynamicProperties +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object thermodynamicProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -Cv Cv [0 2 -2 -1 0 0 0] 1.78571; - -R R [0 2 -2 -1 0 0 0] 0.714286; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/constant/transportProperties b/tutorials/compressible/sonicFoam/forwardStep/constant/transportProperties deleted file mode 100644 index d6a0c72be..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/constant/transportProperties +++ /dev/null @@ -1,19 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object transportProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -mu mu [1 -1 -1 0 0 0 0] 0; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/system/controlDict b/tutorials/compressible/sonicFoam/forwardStep/system/controlDict deleted file mode 100644 index 123e2bd3e..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/system/controlDict +++ /dev/null @@ -1,47 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application sonicFoam; - -startFrom startTime; - -startTime 0; - -stopAt endTime; - -endTime 10; - -deltaT 0.002; - -writeControl runTime; - -writeInterval 0.5; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 6; - -writeCompression uncompressed; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/system/fvSchemes b/tutorials/compressible/sonicFoam/forwardStep/system/fvSchemes deleted file mode 100644 index 45bb66da3..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/system/fvSchemes +++ /dev/null @@ -1,61 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; - grad(U) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss limitedLinearV 1; - div(phid,p) Gauss limitedLinear 1; - div(phi,e) Gauss limitedLinear 1; -} - -laplacianSchemes -{ - default none; - laplacian(mu,U) Gauss linear corrected; - laplacian(mu,e) Gauss linear corrected; - laplacian((rho*(1|A(U))),p) Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - -fluxRequired -{ - default no; - p; -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/forwardStep/system/fvSolution b/tutorials/compressible/sonicFoam/forwardStep/system/fvSolution deleted file mode 100644 index 478fdf913..000000000 --- a/tutorials/compressible/sonicFoam/forwardStep/system/fvSolution +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - p PBiCG - { - preconditioner DILU; - tolerance 1e-06; - relTol 0; - }; - U PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; - rho PCG - { - preconditioner DIC; - tolerance 1e-05; - relTol 0; - }; - e PBiCG - { - preconditioner DILU; - tolerance 1e-05; - relTol 0; - }; -} - -PISO -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0.org/T b/tutorials/compressible/sonicFoam/shockTube/0.org/T deleted file mode 100644 index 6ad695f31..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0.org/T +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0.org/U b/tutorials/compressible/sonicFoam/shockTube/0.org/U deleted file mode 100644 index abe534b5f..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0.org/U +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0.org/magU b/tutorials/compressible/sonicFoam/shockTube/0.org/magU deleted file mode 100644 index c59311edc..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0.org/magU +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object magU; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - sides - { - type calculated; - value uniform 0; - } - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0.org/p b/tutorials/compressible/sonicFoam/shockTube/0.org/p deleted file mode 100644 index 85c9743d3..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0.org/p +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0/T b/tutorials/compressible/sonicFoam/shockTube/0/T deleted file mode 100644 index 6ad695f31..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0/T +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0/U b/tutorials/compressible/sonicFoam/shockTube/0/U deleted file mode 100644 index abe534b5f..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0/U +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0/magU b/tutorials/compressible/sonicFoam/shockTube/0/magU deleted file mode 100644 index c59311edc..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0/magU +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object magU; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - sides - { - type calculated; - value uniform 0; - } - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/0/p b/tutorials/compressible/sonicFoam/shockTube/0/p deleted file mode 100644 index 85c9743d3..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/0/p +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - sides - { - type zeroGradient; - } - - empty - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/Allclean b/tutorials/compressible/sonicFoam/shockTube/Allclean deleted file mode 100755 index c8dbbe4c9..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/Allclean +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase -rm -rf 0 -cp -r 0.org 0 -cleanSamples diff --git a/tutorials/compressible/sonicFoam/shockTube/Allrun b/tutorials/compressible/sonicFoam/shockTube/Allrun deleted file mode 100755 index 6dc6509c8..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/Allrun +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Source tutorial run functions -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -application="sonicFoam" - -runApplication blockMesh -runApplication setFields -runApplication $application -runApplication foamCalc mag U -runApplication sample diff --git a/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/blockMeshDict b/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/blockMeshDict deleted file mode 100644 index b724fbaa1..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/blockMeshDict +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - (-5 -1 -1) - (5 -1 -1) - (5 1 -1) - (-5 1 -1) - (-5 -1 1) - (5 -1 1) - (5 1 1) - (-5 1 1) -); - -blocks -( - hex (0 1 2 3 4 5 6 7) (1000 1 1) simpleGrading (1 1 1) -); - -edges -( -); - -patches -( - patch sides - ( - (1 2 6 5) - (0 4 7 3) - ) - empty empty - ( - (0 1 5 4) - (5 6 7 4) - (3 7 6 2) - (0 3 2 1) - ) -); - -mergePatchPairs -( -); - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/boundary b/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/boundary deleted file mode 100644 index 0f1a86e2c..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/constant/polyMesh/boundary +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -2 -( -sides -{ - type patch; - nFaces 2; - startFace 999; -} - -empty -{ - type empty; - nFaces 4000; - startFace 1001; -} -) - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/constant/thermodynamicProperties b/tutorials/compressible/sonicFoam/shockTube/constant/thermodynamicProperties deleted file mode 100644 index 059e9ca5d..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/constant/thermodynamicProperties +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object thermodynamicProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -Cv Cv [0 2 -2 -1 0 0 0] 717.5; - -R R [0 2 -2 -1 0 0 0] 287; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/constant/transportProperties b/tutorials/compressible/sonicFoam/shockTube/constant/transportProperties deleted file mode 100644 index d6a0c72be..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/constant/transportProperties +++ /dev/null @@ -1,19 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object transportProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -mu mu [1 -1 -1 0 0 0 0] 0; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/system/controlDict b/tutorials/compressible/sonicFoam/shockTube/system/controlDict deleted file mode 100644 index 2e7a586eb..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/system/controlDict +++ /dev/null @@ -1,47 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application sonicFoam; - -startFrom startTime; - -startTime 0; - -stopAt endTime; - -endTime 0.007; - -deltaT 1e-05; - -writeControl runTime; - -writeInterval 0.001; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 6; - -writeCompression uncompressed; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/system/fvSchemes b/tutorials/compressible/sonicFoam/shockTube/system/fvSchemes deleted file mode 100644 index efcc5c9ab..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/system/fvSchemes +++ /dev/null @@ -1,61 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; - grad(U) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss upwind; - div(phid,p) Gauss limitedLinear 1; - div(phi,e) Gauss limitedLinear 1; -} - -laplacianSchemes -{ - default none; - laplacian(mu,U) Gauss linear corrected; - laplacian(mu,e) Gauss linear corrected; - laplacian((rho*(1|A(U))),p) Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - -fluxRequired -{ - default no; - p; -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/system/fvSolution b/tutorials/compressible/sonicFoam/shockTube/system/fvSolution deleted file mode 100644 index 61c4ec92c..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/system/fvSolution +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - p PBiCG - { - preconditioner DILU; - tolerance 1e-15; - relTol 0; - }; - U PBiCG - { - preconditioner DILU; - tolerance 1e-15; - relTol 0; - }; - rho PCG - { - preconditioner DIC; - tolerance 1e-15; - relTol 0; - }; - e PBiCG - { - preconditioner DILU; - tolerance 1e-15; - relTol 0; - }; -} - -PISO -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; -} - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/system/sampleDict b/tutorials/compressible/sonicFoam/shockTube/system/sampleDict deleted file mode 100644 index 6e6e27cd9..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/system/sampleDict +++ /dev/null @@ -1,44 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object sampleDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -interpolationScheme cellPoint; - -setFormat raw; - -sets -( - data - { - type uniform; - - axis x; - start (-4.995 0 0); - end (4.995 0 0); - nPoints 1000; - } -); - -surfaces -(); - -fields -( - T - magU - p -); - -// ************************************************************************* // diff --git a/tutorials/compressible/sonicFoam/shockTube/system/setFieldsDict b/tutorials/compressible/sonicFoam/shockTube/system/setFieldsDict deleted file mode 100644 index 83d5d1949..000000000 --- a/tutorials/compressible/sonicFoam/shockTube/system/setFieldsDict +++ /dev/null @@ -1,38 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object setFieldsDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -defaultFieldValues -( - volVectorFieldValue U (0 0 0) - volScalarFieldValue T 348.43206 - volScalarFieldValue p 1.0e+5 -); - -regions -( - boxToCell - { - box (0 -1 -1) (5 1 1); - - fieldValues - ( - volScalarFieldValue T 278.74564 - volScalarFieldValue p 1.0e+4 - ); - } -); - -// ************************************************************************* //