/*--------------------------------*- 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
(
    ring_gear
    {
        type            rotatingWall;
        inGroups        List<word> 1(wall);
        nFaces          64;
        startFace       1888;
    }
    sun_gear
    {
        type            rotatingWall;
        inGroups        List<word> 1(wall);
        nFaces          17;
        startFace       1952;
    }
    inlet
    {
		type            cyclicAMI;
        inGroups        1(cyclicAMI);
        matchTolerance  0.001;
        transform       rotational;
        neighbourPatch  outlet;
        rotationAxis    (0 0 1);
        rotationCentre  (0 0 0);
        nFaces          34;
        startFace       1969;
    }
    outlet
    {
        type            cyclicAMI;
        inGroups        1(cyclicAMI);
        matchTolerance  0.001;
        transform       rotational;
        neighbourPatch  inlet;
        rotationAxis    (0 0 1);
        rotationCentre  (0 0 0);
        nFaces          34;
        startFace       2003;
    }
    planet_gear
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          81;
        startFace       2037;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          2008;
        startFace       2118;
    }
)

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