/*--------------------------------*- 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       volVectorField;
    location    "0.5";
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   nonuniform List<vector> 
25
(
(-0.0103406 0.00993748 0)
(-0.0442885 0.0104916 0)
(-0.0615038 0.00348903 0)
(-0.0496197 -0.00712248 0)
(-0.0121607 -0.0109137 0)
(-0.0202161 0.0527655 0)
(-0.0924883 0.0562233 0)
(-0.123742 0.00845947 0)
(-0.0988563 -0.0519466 0)
(-0.0208319 -0.0613872 0)
(-0.0282143 0.123205 0)
(-0.11636 0.114142 0)
(-0.143729 0.00528452 0)
(-0.115993 -0.12154 0)
(-0.0255232 -0.149584 0)
(-0.0293362 0.200053 0)
(-0.0776109 0.159213 0)
(-0.0608869 0.00463976 0)
(-0.046045 -0.158389 0)
(0.00873771 -0.214516 0)
(0.242565 0.112914 0)
(0.296167 0.0890904 0)
(0.361171 0.024334 0)
(0.327433 -0.0498947 0)
(0.275115 -0.0987989 0)
)
;

boundaryField
{
    movingWall
    {
        type            fixedValue;
        value           uniform (1 0 0);
    }
    fixedWalls
    {
        type            noSlip;
    }
    frontAndBack
    {
        type            empty;
    }
}


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