137 lines
2 KiB
C++
137 lines
2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2512 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
arch "LSB;label=32;scalar=64";
|
|
class volScalarField;
|
|
location "3";
|
|
object T;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [0 0 0 1 0 0 0];
|
|
|
|
internalField nonuniform List<scalar>
|
|
75
|
|
(
|
|
291.705
|
|
293.344
|
|
296.617
|
|
303.388
|
|
317.954
|
|
291.641
|
|
293.064
|
|
295.77
|
|
300.912
|
|
310.431
|
|
291.555
|
|
292.7
|
|
294.765
|
|
298.388
|
|
304.427
|
|
291.482
|
|
292.403
|
|
293.993
|
|
296.626
|
|
300.744
|
|
291.442
|
|
292.243
|
|
293.592
|
|
295.755
|
|
299.037
|
|
365.048
|
|
379.931
|
|
385.54
|
|
388.228
|
|
388.649
|
|
333.447
|
|
350.08
|
|
360.249
|
|
366.703
|
|
370.209
|
|
317.441
|
|
330.856
|
|
341.597
|
|
349.854
|
|
355.692
|
|
309.23
|
|
319.776
|
|
329.812
|
|
338.629
|
|
345.745
|
|
305.697
|
|
314.758
|
|
324.208
|
|
333.11
|
|
340.76
|
|
379.559
|
|
374.522
|
|
371.082
|
|
368.757
|
|
367.429
|
|
368.962
|
|
367.556
|
|
366.236
|
|
365.198
|
|
364.567
|
|
357.814
|
|
358.984
|
|
359.684
|
|
360.112
|
|
360.36
|
|
349.456
|
|
352.03
|
|
354.004
|
|
355.455
|
|
356.342
|
|
345.131
|
|
348.275
|
|
350.796
|
|
352.708
|
|
353.891
|
|
)
|
|
;
|
|
|
|
boundaryField
|
|
{
|
|
inlet
|
|
{
|
|
type fixedValue;
|
|
value uniform 291.15;
|
|
}
|
|
outlet
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
top
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
slip-bottom
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
bottom
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
interface
|
|
{
|
|
type fixedValue;
|
|
value uniform 400;
|
|
}
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|