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 "4";
|
|
object T;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [0 0 0 1 0 0 0];
|
|
|
|
internalField nonuniform List<scalar>
|
|
75
|
|
(
|
|
291.706
|
|
293.347
|
|
296.624
|
|
303.4
|
|
317.967
|
|
291.642
|
|
293.066
|
|
295.776
|
|
300.921
|
|
310.439
|
|
291.555
|
|
292.701
|
|
294.767
|
|
298.39
|
|
304.427
|
|
291.482
|
|
292.403
|
|
293.992
|
|
296.623
|
|
300.739
|
|
291.442
|
|
292.242
|
|
293.589
|
|
295.749
|
|
299.027
|
|
365.043
|
|
379.935
|
|
385.561
|
|
388.272
|
|
388.684
|
|
333.438
|
|
350.122
|
|
360.337
|
|
366.868
|
|
370.366
|
|
317.439
|
|
330.935
|
|
341.715
|
|
350.029
|
|
355.872
|
|
309.23
|
|
319.843
|
|
329.902
|
|
338.731
|
|
345.82
|
|
305.695
|
|
314.799
|
|
324.245
|
|
333.122
|
|
340.699
|
|
379.626
|
|
374.501
|
|
370.96
|
|
368.559
|
|
367.192
|
|
369.009
|
|
367.437
|
|
365.995
|
|
364.867
|
|
364.182
|
|
357.858
|
|
358.78
|
|
359.281
|
|
359.535
|
|
359.643
|
|
349.384
|
|
351.725
|
|
353.509
|
|
354.784
|
|
355.524
|
|
344.902
|
|
347.876
|
|
350.278
|
|
352.08
|
|
353.164
|
|
)
|
|
;
|
|
|
|
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;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|