1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.5 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
11 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
104 3(0 2 1) // Bottom triangle
105 3(3 4 5) // Top triangle
107 4(0 3 5 2) // Three side quadrilaterals
216 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
218 // split-hex. Used for embedded refinement
260 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
271 5(0 1 6 5 4) // x-max
273 5(7 8 9 5 6) // y-max
275 5(3 0 4 9 8) // z-max
311 5(2 1 0 4 3) // y-min
312 5(7 8 9 5 6) // y-max
348 5(2 3 9 8 7) // x-min
352 5(2 7 6 5 1) // z-min
354 5(4 5 6 8 9) // other
387 5(0 2 6 5 1) // x-min
389 5(0 3 8 7 2) // y-min
391 5(0 1 4 9 3) // z-min
393 6(4 5 6 7 8 9) // other
428 5(2 1 0 4 3) // y-min
431 5(0 5 6 7 4) // other
452 // Equal to sammTrim8
461 6(0 5 4 3 2 1) // bottom
462 6(6 7 8 9 10 11) // top
498 // ************************************************************************* //