1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object extrudeToRegionMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Name of region to create
20 // FaceZones to extrude
23 // Adapt the original mesh to have directMapped patches at where the
26 // - extruding internal faces: become baffles on directMapped patches
27 // - extruding boundary faces: repatched to be on directMapped patches
28 // If false: leave original mesh intact. Extruded mesh will still have
29 // directMapped patch which might need to be adapted.
32 // Extrude 1D-columns of cells?
35 //- Extrusion model to use. The only logical choice is linearNormal?
37 //- Linear extrusion in normal direction
38 extrudeModel linearNormal;
40 //- Linear extrusion in specified direction
41 //extrudeModel linearDirection;
43 //- Wedge extrusion. If nLayers is 1 assumes symmetry around plane.
44 // extrudeModel wedge;
46 //- Extrudes into sphere around (0 0 0)
47 //extrudeModel linearRadial;
49 //- Extrudes into sphere with grading according to pressure (atmospherics)
50 //extrudeModel sigmaRadial;
65 angle 360; // For nLayers=1 assume symmetry so angle/2 on each side
86 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //