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

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000518462
0.000519901
-0.00109112
0.000572616
-0.00116995
7.87407e-05
-0.000620132
-0.000549914
-0.000620144
-0.0010896
0.00160947
-0.00219103
0.00167387
-0.00229311
0.000180752
-0.00123563
-0.00160746
-0.00185575
-0.00142395
0.00303332
-0.00259179
0.00284179
-0.0026731
0.000261977
-0.00159875
-0.00268232
-0.00345455
-0.0012943
0.00432763
-0.00121751
0.00276484
-0.00107517
0.000119575
-0.00106867
-0.00268864
-0.00452325
0.0043276
0.0070923
0.00721191
0.00452325
)
;

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


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