Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / cartesianMesh / elbow_90degree / system / meshDict
blob0710d058b4ca7264ba79e7fae5c1fc449abba6ba
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 "elbow_90degree.stl";
22 maxCellSize 5.0;
24 boundaryCellSize 3.0;
26 minCellSize 1.00;
28 localRefinement
30     "ringArea.*"
31     {
32         cellSize 0.2;
33     }
36 boundaryLayers
38     nLayers 5;
40     thicknessRatio 1.1;
42     maxFirstLayerThickness 0.5;
44 //    patchBoundaryLayers
45 //    {
46 //    }
49 renameBoundary
51     defaultName fixedWalls;
52     defaultType wall;
54     newPatchNames
55     {
56         "inlet.*"
57         {
58             newName     inlet;
59             newType     patch;
60         }
62         "outlet.*"
63         {
64             newName     outlet;
65             newType     patch;
66         }
67     }
71 // ************************************************************************* //