/*--------------------------------*- 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.6";
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   nonuniform List<vector> 
25
(
(-0.0103408 0.00993716 0)
(-0.0442889 0.0104913 0)
(-0.0615043 0.00348841 0)
(-0.0496199 -0.00712314 0)
(-0.0121606 -0.0109137 0)
(-0.0202162 0.0527647 0)
(-0.0924886 0.0562221 0)
(-0.123742 0.00845947 0)
(-0.0988564 -0.0519466 0)
(-0.0208313 -0.0613872 0)
(-0.0282159 0.123205 0)
(-0.11636 0.114142 0)
(-0.143728 0.00528636 0)
(-0.115994 -0.12154 0)
(-0.0255233 -0.149584 0)
(-0.0293356 0.200053 0)
(-0.0776093 0.159215 0)
(-0.0608873 0.00464087 0)
(-0.0460469 -0.158389 0)
(0.00873816 -0.214516 0)
(0.242565 0.112914 0)
(0.296168 0.0890898 0)
(0.361172 0.0243314 0)
(0.327433 -0.0498949 0)
(0.275115 -0.098799 0)
)
;

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


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