/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    channelwalls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          26000;
        startFace       195900;
    }
    inlet
    {
        type            patch;
        nFaces          100;
        startFace       221900;
    }
    outlet
    {
        type            patch;
        nFaces          100;
        startFace       222000;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          2000;
        startFace       222100;
    }
)

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