1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 class polyBoundaryMesh;
13 location "constant/polyMesh";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
49 matchTolerance 0.0001;
50 neighbourPatch cyclic_half1;
53 rotationCentre (0 0 0);
60 matchTolerance 0.0001;
61 neighbourPatch cyclic_half0;
64 rotationCentre (0 0 0);
68 // ************************************************************************* //