/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | cfMesh: A library for mesh generation | | \\ / O peration | | | \\ / A nd | Author: Franjo Juretic | | \\/ M anipulation | E-mail: franjo.juretic@c-fields.com | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object meshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // boundaryCellSize 4.5; //keepCellsIntersectingBoundary 1; maxCellSize 9; //minCellSize 0.375; surfaceFile "socket.fms"; boundaryLayers { maxFirstLayerThickness 2.0; nLayers 1; thicknessRatio 1.2; patchBoundaryLayers { patch7 { allowDiscontinuity 0; maxFirstLayerThickness 1.0; nLayers 2; thicknessRatio 1.1; } } } localRefinement { patch15 { additionalRefinementLevels 1; } subset1 { cellSize 4.5; } subset2 { cellSize 4.5; } } // ************************************************************************* //