/*--------------------------------*- 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/fluid/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


5
(
    inlet
    {
        type            patch;
        nFaces          65;
        startFace       118030;
    }

    outlet
    {
        type            patch;
        nFaces          65;
        startFace       118095;
    }

    solidWall2
    {
        type            wall;
        nFaces          875;
        startFace       118160;
    }

    frontAndBack
    {
        type            empty;
        nFaces          119150;
        startFace       119035;
    }

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

)


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