File: T

package info (click to toggle)
calculix-cgx 2.21%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 65,752 kB
  • sloc: ansic: 109,184; cpp: 3,087; sh: 70; makefile: 35
file content (294 lines) | stat: -rwxr-xr-x 3,191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
#!/usr/bin/cgx -foam
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.7.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0.00299998";
    object      T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 1 0 0 0];

internalField   nonuniform List<scalar> 
160
(
549.762
547.915
546.305
544.79
543.166
541.374
539.419
537.308
535.043
532.622
530.037
527.281
524.344
521.217
517.888
514.344
510.572
506.558
502.285
497.737
492.894
487.736
482.24
476.381
470.13
463.457
456.33
448.713
440.571
431.867
422.548
412.559
401.843
390.342
377.988
364.692
350.335
334.688
317.53
297.861
551.21
549.073
547.086
545.293
543.492
541.597
539.58
537.432
535.144
532.709
530.116
527.356
524.419
521.291
517.962
514.419
510.648
506.633
502.359
497.809
492.962
487.798
482.293
476.424
470.162
463.479
456.343
448.721
440.576
431.87
422.55
412.561
401.845
390.343
377.987
364.689
350.33
334.695
317.558
297.869
550.344
548.341
546.582
544.949
543.249
541.414
539.437
537.316
535.047
532.624
530.039
527.283
524.347
521.22
517.891
514.348
510.576
506.562
502.29
497.741
492.898
487.74
482.244
476.384
470.134
463.461
456.333
448.716
440.574
431.869
422.55
412.561
401.844
390.341
377.983
364.683
350.324
334.689
317.558
297.864
551.5
549.228
547.089
545.231
543.42
541.539
539.538
537.404
535.126
532.698
530.11
527.352
524.416
521.289
517.96
514.417
510.646
506.631
502.358
497.807
492.96
487.796
482.292
476.423
470.162
463.479
456.344
448.722
440.577
431.87
422.551
412.561
401.845
390.341
377.982
364.68
350.317
334.688
317.573
297.874
)
;

boundaryField
{
    SYMP3
    {
        type            empty;
    }
    in
    {
        type            cyclic;
        value           nonuniform List<scalar> 
80
(
550.631
548.571
546.697
545.01
543.293
541.456
539.479
537.356
535.085
532.66
530.073
527.317
524.38
521.253
517.924
514.381
510.609
506.595
502.322
497.772
492.927
487.766
482.266
476.402
470.146
463.468
456.337
448.718
440.574
431.868
422.549
412.56
401.844
390.341
377.985
364.686
350.326
334.688
317.552
297.868
550.631
548.571
546.697
545.01
543.293
541.456
539.479
537.356
535.085
532.66
530.073
527.317
524.38
521.253
517.924
514.381
510.609
506.595
502.322
497.772
492.927
487.766
482.266
476.402
470.146
463.468
456.337
448.718
440.574
431.868
422.549
412.56
401.844
390.341
377.985
364.686
350.326
334.688
317.552
297.868
)
;
    }
    wall
    {
        type            fixedValue;
        value           uniform 288;
    }
    slip
    {
        type            zeroGradient;
    }
}


// ************************************************************************* //