openfoam/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/extrudeMeshDict
2022-06-24 15:41:02 +01:00

38 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2206 |
| \\ / 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 //<- Also used for wedge
{
point (0 0 0);
axis (0 -1 0);
angle 1;
}
flipNormals false;
mergeFaces false;
// ************************************************************************* //