/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "1/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( INLET { type patch; nFaces 279; startFace 88864; } WALL { type wall; nFaces 360; startFace 89143; } SLIPWALL { type wall; nFaces 1062; startFace 89503; } OUTLET { type patch; nFaces 477; startFace 90565; } CYCLIC_half0 { type cyclic; inGroups 1(cyclic); nFaces 2009; startFace 91042; matchTolerance 0.0001; transform rotational; neighbourPatch CYCLIC_half1; rotationAxis (1 0 0); rotationCentre (0 0 0); } CYCLIC_half1 { type cyclic; inGroups 1(cyclic); nFaces 2009; startFace 93051; matchTolerance 0.0001; transform rotational; neighbourPatch CYCLIC_half0; rotationAxis (1 0 0); rotationCentre (0 0 0); } ) // ************************************************************************* //