/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.2 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 3 ( periodicX { type cyclic; nFaces 288; startFace 4752; featureCos 0.9; } periodicY { type cyclic; nFaces 288; startFace 5040; featureCos 0.9; } periodicZ { type cyclic; nFaces 288; startFace 5328; featureCos 0.9; } ) // ************************************************************************* //