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

8
(
    Top_Bottom
    {
        type            patch;
        inGroups        1(patch);
        nFaces          334;
        startFace       33850;
    }
    INLET
    {
        type            patch;
        nFaces          66;
        startFace       34184;
    }
    OUTLET
    {
        type            patch;
        nFaces          66;
        startFace       34250;
    }
    STATOR
    {


        type            cyclicAMI;
        inGroups        1(cyclicAMI);
        nFaces          114;
        startFace       34316;

    transform       rotational;
    rotationAxis    (0 0 1);
    rotationCentre  (0.5 0.2 0);
    neighbourPatch  ROTOR;
    //rotationAngle   30;          // degrees
    }
    ROTOR
    {
        type            cyclicAMI;
        inGroups        1(cyclicAMI);
        nFaces          356;
        startFace       34430;

    transform       rotational;
    rotationAxis    (0 0 1);
    rotationCentre  (0.5 0.2 0);
    neighbourPatch  STATOR;
    //rotationAngle   30;          // degrees
    }
    B1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          100;
        startFace       34786;
    }
    B2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          100;
        startFace       34886;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          34418;
        startFace       34986;
    }
)

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