Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / tetMesh / socketOctree / system / meshDict
blobdb7da96eb77507244abf81a624234669f97224de
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                |
3 | \\      /  F ield         | cfMesh: A library for mesh generation          |
4 |  \\    /   O peration     |                                                |
5 |   \\  /    A nd           | Author: Franjo Juretic                         |
6 |    \\/     M anipulation  | E-mail: franjo.juretic@c-fields.com            |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version   2.0;
12     format    ascii;
13     class     dictionary;
14     location  "system";
15     object    meshDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 boundaryCellSize        4.5;
21 //keepCellsIntersectingBoundary 1;
22 maxCellSize     9;
23 //minCellSize   0.375;
25 surfaceFile     "socket.fms";
27 boundaryLayers
29     maxFirstLayerThickness      2.0;
30     nLayers     1;
31     thicknessRatio      1.2;
33     patchBoundaryLayers
34     {
36         patch7
37         {
38             allowDiscontinuity  0;
39             maxFirstLayerThickness      1.0;
40             nLayers     2;
41             thicknessRatio      1.1;
42         }
43     }
46 localRefinement
49     patch15
50     {
51         additionalRefinementLevels      1;
52     }
54     subset1
55     {
56         cellSize 4.5;
57     }
59     subset2
60     {
61         cellSize 4.5;
62     }
65 // ************************************************************************* //