/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
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
value uniform 0.101079;
frontAndBack
type empty;
// ************************************************************************* //