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 T2POD8;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [0 0 0 1 0 0 0];
|
||
|
|
||
|
internalField nonuniform List<scalar>
|
||
|
50
|
||
|
(
|
||
|
-0.0216992
|
||
|
-0.021686
|
||
|
-0.0213184
|
||
|
-0.0150989
|
||
|
0.0219625
|
||
|
0.0563474
|
||
|
0.0746923
|
||
|
0.0797522
|
||
|
0.0468989
|
||
|
-0.040812
|
||
|
-0.110384
|
||
|
-0.153926
|
||
|
-0.166843
|
||
|
-0.0855145
|
||
|
0.0538553
|
||
|
0.164986
|
||
|
0.239316
|
||
|
0.258187
|
||
|
0.127982
|
||
|
-0.042645
|
||
|
-0.183255
|
||
|
-0.28157
|
||
|
-0.302137
|
||
|
-0.163988
|
||
|
-0.00662851
|
||
|
0.128597
|
||
|
0.227058
|
||
|
0.251751
|
||
|
0.173121
|
||
|
0.0821984
|
||
|
-0.000129254
|
||
|
-0.0651545
|
||
|
-0.107212
|
||
|
-0.127927
|
||
|
-0.137566
|
||
|
-0.140088
|
||
|
-0.1322
|
||
|
-0.0718194
|
||
|
0.0267625
|
||
|
0.116739
|
||
|
0.190843
|
||
|
0.234754
|
||
|
0.185727
|
||
|
0.0871719
|
||
|
-0.00937633
|
||
|
-0.0960749
|
||
|
-0.157298
|
||
|
-0.157809
|
||
|
-0.157416
|
||
|
-0.10653
|
||
|
)
|
||
|
;
|
||
|
|
||
|
boundaryField
|
||
|
{
|
||
|
left
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform -0.0216992;
|
||
|
}
|
||
|
right
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform -0.10653;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|