102 lines
1.7 KiB
Text
102 lines
1.7 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 T2POD3;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [0 0 0 1 0 0 0];
|
|
|
|
internalField nonuniform List<scalar>
|
|
50
|
|
(
|
|
0.19659
|
|
0.196563
|
|
0.195825
|
|
0.183342
|
|
0.108953
|
|
0.0398907
|
|
0.0024052
|
|
-0.016176
|
|
-0.04567
|
|
-0.105141
|
|
-0.151005
|
|
-0.179978
|
|
-0.195181
|
|
-0.196665
|
|
-0.190279
|
|
-0.183893
|
|
-0.178431
|
|
-0.167661
|
|
-0.123401
|
|
-0.0724744
|
|
-0.0319132
|
|
-0.0021583
|
|
0.0259631
|
|
0.0728768
|
|
0.115094
|
|
0.147803
|
|
0.17089
|
|
0.183525
|
|
0.185464
|
|
0.183765
|
|
0.18062
|
|
0.175431
|
|
0.153234
|
|
0.111337
|
|
0.072963
|
|
0.0409934
|
|
0.0140547
|
|
-0.023144
|
|
-0.0674168
|
|
-0.104709
|
|
-0.13428
|
|
-0.156132
|
|
-0.169681
|
|
-0.177248
|
|
-0.181305
|
|
-0.182586
|
|
-0.179227
|
|
-0.147451
|
|
-0.129293
|
|
-0.0799001
|
|
)
|
|
;
|
|
|
|
boundaryField
|
|
{
|
|
left
|
|
{
|
|
type calculated;
|
|
value uniform 0.19659;
|
|
}
|
|
right
|
|
{
|
|
type calculated;
|
|
value uniform -0.0799001;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|