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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 matchTolerance 0.0001;
26 neighbourPatch patch0_half1;
33 matchTolerance 0.0001;
34 neighbourPatch patch0_half0;
41 matchTolerance 0.0001;
42 neighbourPatch patch1_half1;
49 matchTolerance 0.0001;
50 neighbourPatch patch1_half0;
57 matchTolerance 0.0001;
58 neighbourPatch patch2_half1;
65 matchTolerance 0.0001;
66 neighbourPatch patch2_half0;
70 // ************************************************************************* //