Forward compatibility: flex
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / cartesianMesh / sBendOctree / system / meshDict
blob1525104a36338a336f6c1f0e08080949521e4f18
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 maxCellSize 0.1;
22 surfaceFile "sBend.fms";
24 boundaryLayers
26     nLayers 1;
28     patchBoundaryLayers
29     {
31         walls
32         {
33              nLayers 3;
34              thicknessRatio 1.2;
35         }
36     }
38     optimiseLayer 1;
40     optimisationParameters
41     {
42         nSmoothNormals 5;
43         relThicknessTol 0.15;
44         featureSizeFactor 0.3;
45         reCalculateNormals 1;
46         maxNumIterations 5;
47     }
50 localRefinement
53     refFine
54     {
55         cellSize 0.025;
56     }
58     walls
59     {
60         cellSize 0.05;
61     }
64 // ************************************************************************* //