/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

surfaceFile "geom.stl";

maxCellSize 0.2;

minCellSize 0.0125;

//cellSize of surfaces
surfaceMeshRefinement
{
}

//cellSize of Objects
objectRefinements
{
}

//cellSize of patches
localRefinement
{
}

//set patchName and patchType
renameBoundary
{
	newPatchNames
	{
	}
}

//set layers
boundaryLayers
{
    patchBoundaryLayers
    {
    }
}

// ************************************************************************* //
