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

5
(
    inlet
    {
        type            wall;
        nFaces          100;
        startFace       119300;
    }
    outlet
    {
        type            wall;
        nFaces          100;
        startFace       119400;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          200;
        startFace       119500;
    }
    wave
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1000;
        startFace       119700;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          120000;
        startFace       120700;
    }
)

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