From b65f2a9ee8a375567f0e76f98fefe523222c9712 Mon Sep 17 00:00:00 2001 From: laurence Date: Thu, 4 Jul 2013 16:33:55 +0100 Subject: [PATCH] BUG: flange foamyHexMesh tutorial missing meshDict.geometry --- .../flange/system/meshDict.geometry | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tutorials/mesh/foamyHexMesh/flange/system/meshDict.geometry diff --git a/tutorials/mesh/foamyHexMesh/flange/system/meshDict.geometry b/tutorials/mesh/foamyHexMesh/flange/system/meshDict.geometry new file mode 100644 index 0000000000..d71298fc60 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/flange/system/meshDict.geometry @@ -0,0 +1,47 @@ +/*--------------------------------*- 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; + object meshDict.geometry; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +flange.obj +{ + name flange; + type triSurfaceMesh; + + regions + { + patch1 + { + name wall; + } + + patch2 + { + name plate; + } + + patch3 + { + name rings; + } + + patch4 + { + name outlet; + } + } +} + + +// ************************************************************************* //