103 lines
1.7 KiB
Text
103 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 T2POD6;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [0 0 0 1 0 0 0];
|
||
|
|
||
|
internalField nonuniform List<scalar>
|
||
|
50
|
||
|
(
|
||
|
0.12384
|
||
|
0.123788
|
||
|
0.122349
|
||
|
0.0979878
|
||
|
-0.0471781
|
||
|
-0.181894
|
||
|
-0.254243
|
||
|
-0.280338
|
||
|
-0.222737
|
||
|
-0.0545919
|
||
|
0.0799176
|
||
|
0.165808
|
||
|
0.209052
|
||
|
0.196363
|
||
|
0.150727
|
||
|
0.110897
|
||
|
0.0813042
|
||
|
0.0514278
|
||
|
-0.024835
|
||
|
-0.107881
|
||
|
-0.172496
|
||
|
-0.215969
|
||
|
-0.221225
|
||
|
-0.146397
|
||
|
-0.0630614
|
||
|
0.00814769
|
||
|
0.0622786
|
||
|
0.10233
|
||
|
0.133849
|
||
|
0.155404
|
||
|
0.169055
|
||
|
0.173024
|
||
|
0.135153
|
||
|
0.0505522
|
||
|
-0.0289328
|
||
|
-0.0954527
|
||
|
-0.144449
|
||
|
-0.162195
|
||
|
-0.155485
|
||
|
-0.142414
|
||
|
-0.127056
|
||
|
-0.10603
|
||
|
-0.0481187
|
||
|
0.0255496
|
||
|
0.0904935
|
||
|
0.144453
|
||
|
0.179376
|
||
|
0.164239
|
||
|
0.15507
|
||
|
0.101079
|
||
|
)
|
||
|
;
|
||
|
|
||
|
boundaryField
|
||
|
{
|
||
|
left
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform 0.12384;
|
||
|
}
|
||
|
right
|
||
|
{
|
||
|
type calculated;
|
||
|
value uniform 0.101079;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|