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

6
(
    floor_adb
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          2250;
        startFace       223500;
    }
    ceiling
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          2250;
        startFace       225750;
    }
    freeWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          6000;
        startFace       228000;
    }
    inlet
    {
        type            patch;
        nFaces          300;
        startFace       234000;
    }
    outlet
    {
        type            patch;
        nFaces          900;
        startFace       234300;
    }
    face_heated
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          300;
        startFace       235200;
    }
)

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