/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2412                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       surfaceScalarField;
    location    "0.4";
    object      phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 3 -1 0 0 0 0];

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000518878
0.000519378
-0.00109139
0.000572502
-0.00117015
7.8738e-05
-0.000620163
-0.000550012
-0.000620167
-0.00108981
0.00160918
-0.00219124
0.00167386
-0.00229319
0.000180698
-0.00123552
-0.0016077
-0.00185569
-0.00142431
0.00303347
-0.00259214
0.00284171
-0.00267346
0.000261982
-0.00159899
-0.00268235
-0.00345468
-0.00129415
0.00432762
-0.00121759
0.00276512
-0.00107491
0.000119259
-0.00106862
-0.00268861
-0.00452331
0.00432761
0.00709266
0.00721193
0.00452331
)
;

boundaryField
{
    movingWall
    {
        type            calculated;
        value           uniform 0;
    }
    fixedWalls
    {
        type            calculated;
        value           uniform 0;
    }
    frontAndBack
    {
        type            empty;
    }
}


// ************************************************************************* //
