/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( xPeriodic_half0 { type cyclic; nFaces 256; startFace 14464; neighbourPatch xPeriodic_half1; } xPeriodic_half1 { type cyclic; nFaces 256; startFace 14720; neighbourPatch xPeriodic_half0; } yPeriodic_half0 { type cyclic; nFaces 320; startFace 14976; neighbourPatch yPeriodic_half1; } yPeriodic_half1 { type cyclic; nFaces 320; startFace 15296; neighbourPatch yPeriodic_half0; } zPeriodic_half0 { type cyclic; nFaces 320; startFace 15616; neighbourPatch zPeriodic_half1; } zPeriodic_half1 { type cyclic; nFaces 320; startFace 15936; neighbourPatch zPeriodic_half0; } ) // ************************************************************************* //