1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 class polyBoundaryMesh;
13 location "constant/polyMesh";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
37 matchTolerance 0.0001;
38 neighbourPatch sides1_half1;
45 matchTolerance 0.0001;
46 neighbourPatch sides1_half0;
53 matchTolerance 0.0001;
54 neighbourPatch sides2_half1;
61 matchTolerance 0.0001;
62 neighbourPatch sides2_half0;
69 matchTolerance 0.0001;
70 neighbourPatch inout1_half1;
77 matchTolerance 0.0001;
78 neighbourPatch inout1_half0;
85 matchTolerance 0.0001;
86 neighbourPatch inout2_half1;
93 matchTolerance 0.0001;
94 neighbourPatch inout2_half0;
98 // ************************************************************************* //