/*--------------------------------*- 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.6";
    object      phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000519082
0.000519147
-0.00109151
0.000572429
-0.00117023
7.872e-05
-0.000620173
-0.00055006
-0.000620175
-0.0010899
0.00160904
-0.00219131
0.00167384
-0.00229324
0.000180626
-0.0012355
-0.0016078
-0.00185568
-0.00142444
0.00303348
-0.00259226
0.00284166
-0.00267359
0.00026195
-0.00159905
-0.00268233
-0.00345473
-0.00129413
0.00432761
-0.00121763
0.00276515
-0.00107484
0.000119143
-0.00106859
-0.00268858
-0.00452333
0.00432761
0.00709277
0.00721191
0.00452333
)
;

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


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