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

4
(
    SIDE_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2448;
        startFace       172080;
    }
    COLD_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2448;
        startFace       174528;
    }
    TOP
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1728;
        startFace       176976;
    }
    BOTTOM
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1728;
        startFace       178704;
    }
)

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