/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
  \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  v2412
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile { version 2.0; format ascii; class dictionary; object meshDict; }
surfaceFile "constant/triSurface/mesh.stl";
maxCellSize 0.09999900149010123;
boundaryCellSize 0.09999900149010123;
boundaryLayers { patchBoundaryLayers {
        ".*"
        { nLayers 3; thicknessRatio 1.2000000476837158; maxFirstLayerThickness 0.05000000074505806; }
    } }
localRefinement {
    ".*"
    { cellSize 0.05000000074505806; }
}
objectRefinements
{
    boxRefinement_0
    {
        type box;
        centre (4.0 0.0 0.0);
        lengthX 6.0;
        lengthY 2.200000047683716;
        lengthZ 2.200000047683716;
        cellSize 0.05000000074505806;
    }
    cylinderRefinement_0
    {
        type cone;
        p0 (1.0 0.0 0.0);
        p1 (7.0 0.0 0.0);
        radius0 1.100000023841858;
        radius1 1.100000023841858;
        cellSize 0.05000000074505806;
    }
}
improveMeshQuality yes;
