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

pointSync false;

writeCyclicMatch  false;

patches
(
    {
        name airConditioner1;

        patchInfo
        {
            type patch;
        }

        constructFrom set;
        set airConditioner1;
    }

    {
        name airConditioner2;

        patchInfo
        {
            type patch;
        }

        constructFrom set;
        set airConditioner2;
    }

    {
        name door;

        patchInfo
        {
            type patch;
        }

        constructFrom set;
        set door;
    }

    {
        name fixedPositionExhaustFan;

        patchInfo
        {
            type patch;
        }

        constructFrom set;
        set fixedPositionExhaustFan;
    }

    {
        name multiPositionExhaustFan;

        patchInfo
        {
            type patch;
        }

        constructFrom set;
        set multiPositionExhaustFan;
    }
);

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