From cef603c1bb3512c716ac650bde119e9d9d4e33bb Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 27 Jun 2008 16:50:48 +0100 Subject: [PATCH] adding missed files (were excluded by .gitignore settings) --- .../lesCavitatingFoam/throttle3D/0.orig/U | 48 +++++++++++++++++ .../lesCavitatingFoam/throttle3D/0.orig/gamma | 48 +++++++++++++++++ .../lesCavitatingFoam/throttle3D/0.orig/k | 45 ++++++++++++++++ .../lesCavitatingFoam/throttle3D/0.orig/nuSgs | 43 ++++++++++++++++ .../lesCavitatingFoam/throttle3D/0.orig/p | 51 +++++++++++++++++++ .../lesCavitatingFoam/throttle3D/0.orig/rho | 46 +++++++++++++++++ 6 files changed, 281 insertions(+) create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/U create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/gamma create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/k create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/nuSgs create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/p create mode 100644 tutorials/lesCavitatingFoam/throttle3D/0.orig/rho diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/U b/tutorials/lesCavitatingFoam/throttle3D/0.orig/U new file mode 100644 index 0000000000..00bd1a6a19 --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/U @@ -0,0 +1,48 @@ +/*--------------------------------*- 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]; + +internalField uniform (0 0 0); + +boundaryField +{ + inlet + { + type zeroGradient; + value uniform (0 0 0); + } + + outlet + { + type zeroGradient; + value uniform (0 0 0); + } + + walls + { + type fixedValue; + value uniform (0 0 0); + } + + frontBack + { + type fixedValue; + value uniform (0 0 0); + } +} + +// ************************************************************************* // diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/gamma b/tutorials/lesCavitatingFoam/throttle3D/0.orig/gamma new file mode 100644 index 0000000000..8a9e660169 --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/gamma @@ -0,0 +1,48 @@ +/*--------------------------------*- 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 gamma; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + inlet + { + type calculated; + value uniform 0; + } + + outlet + { + type calculated; + value uniform 0; + } + + walls + { + type calculated; + value uniform 0; + } + + frontBack + { + type calculated; + value uniform 0; + } +} + +// ************************************************************************* // diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/k b/tutorials/lesCavitatingFoam/throttle3D/0.orig/k new file mode 100644 index 0000000000..1deb4efcb9 --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/k @@ -0,0 +1,45 @@ +/*--------------------------------*- 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]; + +internalField uniform 10.0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 0.5; + } + + outlet + { + type zeroGradient; + } + + walls + { + type zeroGradient; + } + + frontBack + { + type zeroGradient; + } +} + +// ************************************************************************* // diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/nuSgs b/tutorials/lesCavitatingFoam/throttle3D/0.orig/nuSgs new file mode 100644 index 0000000000..908414b2ea --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/nuSgs @@ -0,0 +1,43 @@ +/*--------------------------------*- 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 binary; + class volScalarField; + object nuSgs; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -1 0 0 0 0]; + +internalField uniform 1e-11; + +boundaryField +{ + inlet + { + type zeroGradient; + } + outlet + { + type zeroGradient; + } + walls + { + type fixedValue; + value uniform 0; + } + frontBack + { + type fixedValue; + value uniform 0; + } +} + +// ************************************************************************* // diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/p b/tutorials/lesCavitatingFoam/throttle3D/0.orig/p new file mode 100644 index 0000000000..245ce1f46b --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/p @@ -0,0 +1,51 @@ +/*--------------------------------*- 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]; + +internalField uniform 300e5; + +boundaryField +{ + inlet + { + type totalPressure; + U U; + phi phiv; + rho rho; + psi none; + gamma 1; + p0 uniform 300e5; + } + + outlet + { + type fixedValue; + value uniform 100e5; + } + + walls + { + type zeroGradient; + } + + frontBack + { + type zeroGradient; + } +} + +// ************************************************************************* // diff --git a/tutorials/lesCavitatingFoam/throttle3D/0.orig/rho b/tutorials/lesCavitatingFoam/throttle3D/0.orig/rho new file mode 100644 index 0000000000..c3a355b28e --- /dev/null +++ b/tutorials/lesCavitatingFoam/throttle3D/0.orig/rho @@ -0,0 +1,46 @@ +/*--------------------------------*- 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 rho; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [1 -3 0 0 0]; + +internalField uniform 845; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 845; + } + + outlet + { + type fixedValue; + value uniform 835; + } + + walls + { + type zeroGradient; + } + + frontBack + { + type zeroGradient; + } +} + +// ************************************************************************* //