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 T2POD4;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [0 0 0 1 0 0 0];
|
||
|
|
||
|
internalField nonuniform List<scalar>
|
||
|
50
|
||
|
(
|
||
|
-0.188045
|
||
|
-0.188003
|
||
|
-0.186852
|
||
|
-0.167372
|
||
|
-0.0512928
|
||
|
0.0564606
|
||
|
0.114752
|
||
|
0.141185
|
||
|
0.158188
|
||
|
0.179363
|
||
|
0.194429
|
||
|
0.203169
|
||
|
0.201857
|
||
|
0.15361
|
||
|
0.0761297
|
||
|
0.0148992
|
||
|
-0.0276338
|
||
|
-0.0591427
|
||
|
-0.105191
|
||
|
-0.149831
|
||
|
-0.18309
|
||
|
-0.204924
|
||
|
-0.207688
|
||
|
-0.171316
|
||
|
-0.130743
|
||
|
-0.0959078
|
||
|
-0.0677686
|
||
|
-0.0304398
|
||
|
0.0324228
|
||
|
0.0881387
|
||
|
0.132317
|
||
|
0.16399
|
||
|
0.178413
|
||
|
0.1767
|
||
|
0.170536
|
||
|
0.16278
|
||
|
0.151616
|
||
|
0.113418
|
||
|
0.0556494
|
||
|
0.00371961
|
||
|
-0.0395134
|
||
|
-0.0745787
|
||
|
-0.109485
|
||
|
-0.14106
|
||
|
-0.165447
|
||
|
-0.183234
|
||
|
-0.191229
|
||
|
-0.162283
|
||
|
-0.145552
|
||
|
-0.0914569
|
||
|
)
|
||
|
;
|
||
|
|
||
|
boundaryField
|
||
|
{
|
||
|
left
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform -0.188045;
|
||
|
}
|
||
|
right
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform -0.0914569;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|