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

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

oriented        oriented;

internalField   nonuniform List<scalar> 
40
(
-0.000515192
0.000523673
-0.00108926
0.000573723
-0.0011687
7.89708e-05
-0.000619863
-0.00054929
-0.000619879
-0.00108772
0.00161109
-0.00218912
0.0016746
-0.00229202
0.000181455
-0.00123607
-0.00160559
-0.00185599
-0.00142216
0.00303284
-0.00258954
0.00284265
-0.00267092
0.000262194
-0.0015975
-0.00268187
-0.00345396
-0.00129507
0.00432798
-0.00121725
0.00276355
-0.00107633
0.000120675
-0.00106874
-0.00268836
-0.00452279
0.00432778
0.00709049
0.00721125
0.0045228
)
;

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


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