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

13
(
    ceiling
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          26154;
        startFace       5744263;
    }
    floor
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          26460;
        startFace       5770417;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          46732;
        startFace       5796877;
    }
    airConditioner1
    {
        type            patch;
        nFaces          48;
        startFace       5843609;
    }
    airConditioner2
    {
        type            patch;
        nFaces          48;
        startFace       5843657;
    }
    centralAirConditionerN
    {
        type            patch;
        nFaces          39;
        startFace       5843705;
    }
    centralAirConditionerS
    {
        type            patch;
        nFaces          39;
        startFace       5843744;
    }
    centralAirConditionerE
    {
        type            patch;
        nFaces          36;
        startFace       5843783;
    }
    centralAirConditionerW
    {
        type            patch;
        nFaces          36;
        startFace       5843819;
    }
    centralAirConditionerExhaust
    {
        type            patch;
        nFaces          156;
        startFace       5843855;
    }
    door
    {
        type            patch;
        nFaces          1078;
        startFace       5844011;
    }
    fixedPositionExhaustFan
    {
        type            patch;
        nFaces          64;
        startFace       5845089;
    }
    multiPositionExhaustFan
    {
        type            patch;
        nFaces          64;
        startFace       5845153;
    }
)

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