/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T2POD0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.195411
0.19541
0.195395
0.195146
0.193662
0.192284
0.191531
0.191106
0.189902
0.187197
0.185082
0.183715
0.182697
0.180133
0.176564
0.173821
0.171913
0.170184
0.166246
0.162028
0.158746
0.15634
0.153752
0.148663
0.143932
0.140186
0.137316
0.133733
0.12786
0.122678
0.118546
0.115243
0.110668
0.104257
0.0987343
0.0942996
0.0905942
0.085118
0.0783762
0.0726324
0.0679807
0.0639042
0.0576887
0.0507922
0.0449691
0.040122
0.0359784
0.0281443
0.0237372
0.014245
)
;
boundaryField
left
type calculated;
value uniform 0.195411;
right
value uniform 0.014245;
frontAndBack
type empty;
// ************************************************************************* //