1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object refineMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // Cells to refine; name of cell set
21 // Type of coordinate system:
22 // - global : coordinate system same for every cell. Usually aligned with
23 // x,y,z axis. Specify in globalCoeffs section below.
24 // - patchLocal : coordinate system different for every cell. Specify in
25 // patchLocalCoeffs section below.
26 //coordinateSystem global;
27 coordinateSystem global;
30 // .. and its coefficients. x,y in this case. (normal direction is calculated
40 patch patchName; //Normal direction is facenormal of zero'th face of patch
45 // List of directions to refine
53 // Whether to use hex topology. This will
54 // - if patchLocal: all cells on selected patch should be hex
55 // - split all hexes in 2x2x2 through the middle of edges.
58 // Cut purely geometric (will cut hexes through vertices) or take topology
59 // into account. Incompatible with useHexTopology
62 // Write meshes from intermediate steps
65 // ************************************************************************* //