/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.7.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    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;
    }
    cyclic1
    {
        type            patch;
        nFaces          546;
        startFace       16034;
    }
    cyclic2
    {
        type            patch;
        nFaces          546;
        startFace       16580;
    }
/*
    cyclic
    {
        type            cyclic;
        nFaces          1092;
        startFace       16034;
    }
*/
)

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