From f42213dd4f04e133130c0da090f7ec731f18c48b Mon Sep 17 00:00:00 2001 From: Sebastian Weiss <sebastian.weiss@ptb.de> Date: Fri, 28 Oct 2022 06:31:18 +0000 Subject: [PATCH] Upload New File --- tutorial/system/extrudeMeshDict | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tutorial/system/extrudeMeshDict diff --git a/tutorial/system/extrudeMeshDict b/tutorial/system/extrudeMeshDict new file mode 100644 index 0000000..480f4bf --- /dev/null +++ b/tutorial/system/extrudeMeshDict @@ -0,0 +1,41 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v2012 | +| \\ / A nd | Website: www.openfoam.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object extrudeMeshDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + + +constructFrom patch; +sourceCase "<case>"; + +sourcePatches (front); +exposedPatchName back; + +extrudeModel wedge; + +sectorCoeffs +{ + axisPt (0 0 0); + axis (0 0 1); + angle 5; +} + +flipNormals false; + +mergeFaces false; + + + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -- GitLab