FoamFile
{
    version   2.0;
    format    ascii;
    class     dictionary;
    location  "system";
    object    meshDict;
}

surfaceFile "constant/triSurface/volume.stl";
maxCellSize 2e-4;

boundaryLayers
{
    patchBoundaryLayers
    {
        "vessel"
        {
            nLayers             4;
            thicknessRatio      1.1;
            allowDiscontinuity  1;
        }
    }
}

renameBoundary
{
    defaultName vessel;
    defaultType wall;

    newPatchNames
    {
        "inlet"
        {
            type    patch;
            newName inlet;
        }

        "outlet1"
        {
            type    patch;
            newName outlet1;
        }

        "outlet2"
        {
            type    patch;
            newName outlet2;
        }
    }
}
