~esys-p-dev/esys-particle/esys-foam-dem

« back to all changes in this revision

Viewing changes to trunk/example/2dshpl/constant/polyMesh/neighbour

  • Committer: Feng Chen
  • Date: 2012-06-16 03:15:16 UTC
  • Revision ID: fchen3@gmail.com-20120616031516-0m2hw2zyhdkhu1uv
add 2d sheetpile problem files to repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*--------------------------------*- C++ -*----------------------------------*\
 
2
| =========                 |                                                 |
 
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
\*---------------------------------------------------------------------------*/
 
8
FoamFile
 
9
{
 
10
    version     2.0;
 
11
    format      ascii;
 
12
    class       labelList;
 
13
    note        "nPoints: 188 nCells: 72 nFaces: 309 nInternalFaces: 123";
 
14
    location    "constant\polyMesh";
 
15
    object      neighbour;
 
16
}
 
17
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
18
 
 
19
 
 
20
123
 
21
(
 
22
1
 
23
6
 
24
2
 
25
7
 
26
3
 
27
8
 
28
4
 
29
9
 
30
5
 
31
10
 
32
11
 
33
18
 
34
7
 
35
12
 
36
8
 
37
13
 
38
9
 
39
14
 
40
10
 
41
15
 
42
11
 
43
16
 
44
17
 
45
24
 
46
13
 
47
54
 
48
14
 
49
55
 
50
15
 
51
56
 
52
16
 
53
57
 
54
17
 
55
58
 
56
30
 
57
59
 
58
19
 
59
24
 
60
20
 
61
25
 
62
21
 
63
26
 
64
22
 
65
27
 
66
23
 
67
28
 
68
29
 
69
25
 
70
30
 
71
26
 
72
31
 
73
27
 
74
32
 
75
28
 
76
33
 
77
29
 
78
34
 
79
35
 
80
31
 
81
36
 
82
32
 
83
37
 
84
33
 
85
38
 
86
34
 
87
39
 
88
35
 
89
40
 
90
41
 
91
37
 
92
42
 
93
38
 
94
43
 
95
39
 
96
44
 
97
40
 
98
45
 
99
41
 
100
46
 
101
47
 
102
43
 
103
48
 
104
44
 
105
49
 
106
45
 
107
50
 
108
46
 
109
51
 
110
47
 
111
52
 
112
53
 
113
49
 
114
50
 
115
51
 
116
52
 
117
53
 
118
55
 
119
60
 
120
56
 
121
61
 
122
57
 
123
62
 
124
58
 
125
63
 
126
59
 
127
64
 
128
65
 
129
61
 
130
66
 
131
62
 
132
67
 
133
63
 
134
68
 
135
64
 
136
69
 
137
65
 
138
70
 
139
71
 
140
67
 
141
68
 
142
69
 
143
70
 
144
71
 
145
)
 
146
 
 
147
 
 
148
// ************************************************************************* //