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

7
(
    inlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          41;
        startFace       8383;
    }
    outlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          41;
        startFace       8424;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          104;
        startFace       8465;
    }
    slip-bottom-fluid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          21;
        startFace       8569;
    }
    bottom-fluid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          51;
        startFace       8590;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          8528;
        startFace       8641;
    }
    fluid_to_solid
    {
        type            mappedWall;
        inGroups        1(wall);
        nFaces          32;
        startFace       17169;
        sampleMode      nearestPatchFace;
        sampleRegion    solid;
        samplePatch     solid_to_fluid;
    }
)

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