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

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000519075
0.000519157
-0.0010915
0.000572427
-0.00117022
7.87162e-05
-0.000620173
-0.000550055
-0.000620175
-0.0010899
0.00160906
-0.00219131
0.00167383
-0.00229323
0.000180634
-0.0012355
-0.00160779
-0.00185568
-0.00142442
0.00303347
-0.00259225
0.00284166
-0.00267357
0.000261952
-0.00159904
-0.00268234
-0.00345472
-0.00129414
0.00432761
-0.00121763
0.00276514
-0.00107485
0.000119168
-0.0010686
-0.00268859
-0.00452333
0.00432761
0.00709275
0.00721192
0.00452333
)
;

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


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