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,192 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.00199998";
    object      T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 1 0 0 0];

internalField   nonuniform List<scalar> 
160
(
555.683
553.491
551.772
550.183
548.455
546.533
544.438
542.185
539.777
537.21
534.477
531.57
528.479
525.194
521.704
517.995
514.056
509.871
505.425
500.702
495.682
490.345
484.67
478.631
472.199
465.344
458.033
450.233
441.913
433.036
423.547
413.385
402.494
390.816
378.29
364.847
350.386
334.731
317.553
297.93
557.635
555.025
552.826
550.873
548.915
546.866
544.697
542.397
539.957
537.367
534.616
531.695
528.592
525.298
521.801
518.088
514.145
509.957
505.508
500.781
495.757
490.414
484.73
478.68
472.237
465.37
458.05
450.245
441.92
433.041
423.55
413.388
402.496
390.817
378.29
364.845
350.382
334.73
317.559
297.934
556.739
554.264
552.237
550.439
548.606
546.643
544.533
542.273
539.859
537.285
534.543
531.626
528.525
525.231
521.732
518.017
514.073
509.884
505.436
500.71
495.689
490.352
484.676
478.636
472.205
465.349
458.038
450.238
441.917
433.04
423.55
413.388
402.497
390.818
378.29
364.844
350.38
334.728
317.559
297.933
557.51
554.702
552.408
550.489
548.602
546.62
544.504
542.243
539.833
537.267
534.537
531.634
528.548
525.267
521.779
518.073
514.135
509.951
505.504
500.778
495.755
490.412
484.729
478.679
472.236
465.37
458.05
450.245
441.92
433.042
423.551
413.389
402.498
390.819
378.292
364.845
350.381
334.731
317.568
297.941
)
;

boundaryField
{
    SYMP3
    {
        type            empty;
    }
    in
    {
        type            cyclic;
        value           nonuniform List<scalar> 
80
(
556.596
554.096
552.09
550.336
548.528
546.576
544.471
542.214
539.805
537.238
534.507
531.602
528.513
525.23
521.742
518.034
514.096
509.911
505.465
500.74
495.718
490.379
484.699
478.655
472.218
465.357
458.042
450.239
441.917
433.039
423.549
413.387
402.496
390.817
378.291
364.846
350.383
334.731
317.561
297.936
556.596
554.096
552.09
550.336
548.528
546.576
544.471
542.214
539.805
537.238
534.507
531.602
528.513
525.23
521.742
518.034
514.096
509.911
505.465
500.74
495.718
490.379
484.699
478.655
472.218
465.357
458.042
450.239
441.917
433.039
423.549
413.387
402.496
390.817
378.291
364.846
350.383
334.731
317.561
297.936
)
;
    }
    wall
    {
        type            fixedValue;
        value           uniform 288;
    }
    slip
    {
        type            zeroGradient;
    }
}


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