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

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000506226
0.000536603
-0.0010827
0.00057502
-0.0011635
7.87787e-05
-0.000620115
-0.00054472
-0.000620267
-0.00107616
0.00161197
-0.00217891
0.00167697
-0.00228705
0.000183551
-0.00123995
-0.00159339
-0.00186018
-0.00140977
0.00302105
-0.00258085
0.00284844
-0.00266172
0.000262357
-0.00158278
-0.00268029
-0.00344675
-0.00130699
0.00432786
-0.00122557
0.00276162
-0.00108669
0.000122288
-0.00107108
-0.00269212
-0.00451734
0.00432771
0.00708748
0.00721013
0.00451784
)
;

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


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