103 lines
1.8 KiB
Text
103 lines
1.8 KiB
Text
|
/*---------------------------------------------------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.3 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
|
||
|
root "/home/hjasak/OpenFOAM/hjasak-1.3/run/development";
|
||
|
case "1DPOD";
|
||
|
instance ""constant"";
|
||
|
local "";
|
||
|
|
||
|
class volScalarField;
|
||
|
object T2POD7;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [0 0 0 1 0 0 0];
|
||
|
|
||
|
internalField nonuniform List<scalar>
|
||
|
50
|
||
|
(
|
||
|
0.0670914
|
||
|
0.0670568
|
||
|
0.0660955
|
||
|
0.0498309
|
||
|
-0.0470884
|
||
|
-0.137019
|
||
|
-0.185153
|
||
|
-0.200416
|
||
|
-0.137508
|
||
|
0.0350934
|
||
|
0.172385
|
||
|
0.259056
|
||
|
0.292828
|
||
|
0.198033
|
||
|
0.0247347
|
||
|
-0.115084
|
||
|
-0.210725
|
||
|
-0.25419
|
||
|
-0.19721
|
||
|
-0.108009
|
||
|
-0.0309911
|
||
|
0.0267813
|
||
|
0.0695437
|
||
|
0.110225
|
||
|
0.140871
|
||
|
0.161794
|
||
|
0.171782
|
||
|
0.139914
|
||
|
0.0367286
|
||
|
-0.0634124
|
||
|
-0.146633
|
||
|
-0.205205
|
||
|
-0.205601
|
||
|
-0.145075
|
||
|
-0.0799999
|
||
|
-0.0211688
|
||
|
0.0276796
|
||
|
0.0735606
|
||
|
0.115473
|
||
|
0.147333
|
||
|
0.169601
|
||
|
0.174943
|
||
|
0.118301
|
||
|
0.0311471
|
||
|
-0.0497214
|
||
|
-0.119621
|
||
|
-0.167195
|
||
|
-0.159806
|
||
|
-0.154969
|
||
|
-0.102895
|
||
|
)
|
||
|
;
|
||
|
|
||
|
boundaryField
|
||
|
{
|
||
|
left
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform 0.0670914;
|
||
|
}
|
||
|
right
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform -0.102895;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|