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


5
(
    piston
    {
        type            wall;
        nFaces          290;
        startFace       15334;
    }

    liner
    {
        type            wall;
        nFaces          210;
        startFace       15624;
    }

    cylinderHead
    {
        type            wall;
        nFaces          200;
        startFace       15834;
    }

    cyclic_half0
    {
        type            cyclic;
        nFaces          546;
        startFace       16034;
        featureCos      0.9;
        transform       rotational;
        rotationAxis    ( 0 0 1 );
        rotationCentre  ( 0 0 0 );
        rotationAngle   -60;
        neighbourPatch  cyclic_half1;
    }

    cyclic_half1
    {
        type            cyclic;
        nFaces          546;
        startFace       16580;
        featureCos      0.9;
        transform       rotational;
        rotationAxis    ( 0 0 1 );
        rotationCentre  ( 0 0 0 );
        rotationAngle   -60;
        neighbourPatch  cyclic_half0;
    }

)


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