From 143450b480aa57e2640d2bb93abea4f8012c1687 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 30 Oct 2012 12:27:06 +0000 Subject: [PATCH] ENH: Re-added missing tutorial files --- .../mixerVessel2D/constant/MRFProperties | 28 ++++++++++++++ .../constant/porosityProperties | 38 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFProperties create mode 100644 tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/porosityProperties diff --git a/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFProperties b/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFProperties new file mode 100644 index 0000000000..3089e7d826 --- /dev/null +++ b/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFProperties @@ -0,0 +1,28 @@ +/*--------------------------------*- 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 dictionary; + location "constant"; + object MRFProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +zone1 +{ + cellZone rotor; + active yes; + origin (0 0 0); + axis (0 0 1); + omega 104.72; +} + + +// ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/porosityProperties b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/porosityProperties new file mode 100644 index 0000000000..650f01268c --- /dev/null +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/porosityProperties @@ -0,0 +1,38 @@ +/*--------------------------------*- 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 dictionary; + location "constant"; + object porosityProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +porosity1 +{ + type DarcyForchheimer; + active yes; + cellZone porosity; + + DarcyForchheimerCoeffs + { + d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000); + f f [0 -1 0 0 0 0 0] (0 0 0); + + coordinateSystem + { + e1 (0.70710678 0.70710678 0); + e2 (0 0 1); + } + } +} + + +// ************************************************************************* //