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

4
(
    rotatingWall
    {
        type            rotatingWallVelocity;
        nFaces          80;
        startFace       3120;
    }
    fixedWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          80;
        startFace       3200;
    }
    Top
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          1600;
        startFace       3280;
    }
    Bottom
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          1600;
        startFace       4880;
    }
)

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