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 / cutCubeOctree / system / meshDict
blobee0965c55f1cff2258ed6061a9292afda2aaee81
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 surfaceFile "geom1.stl";
22 maxCellSize 0.2;
24 boundaryCellSize 0.1;
26 minCellSize 0.1;
28 localRefinement
30     patch0000
31     {
32         cellSize  0.05;
33     }
34     patch0007
35     {
36         cellSize  0.05;
37     }
40 // ************************************************************************* //