1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 0.0001;
57 hex (0 1 5 4 12 13 17 16) (10 20 1) simpleGrading (0.2 1 1)
58 hex (1 2 6 5 13 14 18 17) (50 20 1) simpleGrading (1 1 1)
59 hex (2 3 7 6 14 15 19 18) (30 20 1) simpleGrading (5 1 1)
60 hex (4 5 9 8 16 17 21 20) (10 30 1) simpleGrading (0.2 5 1)
61 hex (6 7 11 10 18 19 23 22) (30 30 1) simpleGrading (5 5 1)
111 // ************************************************************************* /