Remove trailing whitespace systematically
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBiMatPlate / constant / polyMesh / blockMeshDict
blobc6eb33c71c2aca97b3dbdd7d6fa6c1b221e02b82
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.1                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 1;
19 vertices
21 (0 0 0)         //0
22 (1 0 0)         //1
23 (0 0.5 0)       //2
24 (1 0.5 0)       //3
25 (0 0.51 0)      //4
26 (1 0.51 0)      //5
27 (0 1  0)        //6
28 (1 1 0)         //7
30 (0 0 0.1)       //8
31 (1 0 0.1)       //9
32 (0 0.5 0.1)     //10
33 (1 0.5 0.1)     //11
34 (0 0.51 0.1)    //12
35 (1 0.51 0.1)    //13
36 (0 1  0.1)      //14
37 (1 1 0.1)       //15
41 blocks
43     hex ( 0  1  3  2  8  9 11 10) (100 50 1) simpleGrading (1 1 1)
44     hex ( 2  3  5  4 10 11 13 12) (100 1 1) simpleGrading (1 1 1)
45     hex ( 4  5  7  6 12 13 15 14) (100 49 1) simpleGrading (1 1 1)
48 edges
52 patches
54     empty front
55     (
56         ( 0  1  3  2)
57         ( 2  3  5  4)
58         ( 4  5  7  6)
59     )
61     empty back
62     (
63         ( 8  9 11 10)
64         (10 11 13 12)
65         (12 13 15 14)
66     )
68     patch left
69     (
70         ( 0  2 10  8)
71         ( 2  4 12 10)
72         ( 4  6 14 12)
73      )
75      patch bottom
76      (
77         ( 0  1  9  8)
78      )
80      patch right
81      (
82         ( 1  3 11  9)
83         ( 3  5 13 11)
84         ( 5  7 15 13)
85      )
87     patch top
88     (
89         ( 6  7 15 14)
90     )
94 mergePatchPairs
98 // ************************************************************************* //