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

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000519088
0.00051914
-0.00109152
0.000572426
-0.00117023
7.87174e-05
-0.000620174
-0.000550061
-0.000620175
-0.0010899
0.00160904
-0.00219131
0.00167385
-0.00229324
0.000180629
-0.0012355
-0.00160781
-0.00185568
-0.00142444
0.00303348
-0.00259227
0.00284164
-0.00267359
0.000261933
-0.00159906
-0.00268233
-0.00345474
-0.00129413
0.00432761
-0.00121764
0.00276516
-0.00107482
0.00011914
-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;
    }
}


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