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

9
(
    maxY
    {
        type            empty;
        nFaces          0;
        startFace       60456;
    }
    minX
    {
        type            empty;
        nFaces          0;
        startFace       60456;
    }
    maxX
    {
        type            empty;
        nFaces          0;
        startFace       60456;
    }
    minY
    {
        type            empty;
        nFaces          0;
        startFace       60456;
    }
    ground
    {
        type            wall;
        nFaces          590;
        startFace       60456;
    }
    maxZ
    {
        type            empty;
        nFaces          0;
        startFace       61046;
    }
    igloo_region0
    {
        type            wall;
        nFaces          2260;
        startFace       61046;
    }
    twoFridgeFreezers_seal_0
    {
        type            wall;
        nFaces          1344;
        startFace       63306;
    }
    twoFridgeFreezers_herring_1
    {
        type            wall;
        nFaces          1116;
        startFace       64650;
    }
)

// ****************** vim: set ft=foamdict sw=4 sts=4 et: ****************** //
