/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2106                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=64;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/solid/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


5
(
    solidBottom
    {
        type            patch;
        nFaces          10;
        startFace       21835;
    }

    solidTop
    {
        type            patch;
        nFaces          10;
        startFace       21845;
    }

    solidWall1
    {
        type            patch;
        nFaces          875;
        startFace       21855;
    }

    frontAndBack
    {
        type            empty;
        nFaces          22900;
        startFace       22730;
    }

    solid_to_fluid
    {
        type            mappedWall;
        inGroups        1 ( wall );
        nFaces          1235;
        startFace       45630;
        sampleMode      nearestPatchFace;
        sampleRegion    fluid;
        samplePatch     fluid_to_solid;
    }

)


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