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

4
(
    htc
    {
        type            patch;
        nFaces          33;
        startFace       6077;
    }
    wall
    {
        type            pach;
        nFaces          127;
        startFace       6110;
    }
    back
    {
        type            patch;
        nFaces          3102;
        startFace       6237;
    }
    front
    {
        type            patch;
        nFaces          3102;
        startFace       9339;
    }
)

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