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

5
(
    inlet
    {
        type            patch;
        nFaces          400;
        startFace       319200;
    }
    outlet
    {
        type            patch;
        nFaces          400;
        startFace       319600;
    }
    symm1
    {
        type            patch;
        nFaces          400;
        startFace       320000;
    }
    symm2
    {
        type            patch;
        nFaces          400;
        startFace       320400;
    }
    frontAndBack
    {
        type            patch;
        nFaces          320000;
        startFace       320800;
    }
)

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