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

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

internalField   nonuniform List<vector> 
25
(
(-0.0103349 0.00994358 0)
(-0.0442796 0.0104981 0)
(-0.0614986 0.00349402 0)
(-0.0496179 -0.00711885 0)
(-0.0121607 -0.0109133 0)
(-0.0202106 0.0527762 0)
(-0.0924809 0.0562317 0)
(-0.123739 0.00845961 0)
(-0.0988551 -0.0519462 0)
(-0.0208352 -0.0613874 0)
(-0.0282069 0.123208 0)
(-0.11636 0.114139 0)
(-0.143728 0.00527704 0)
(-0.115989 -0.12154 0)
(-0.025522 -0.149583 0)
(-0.0293408 0.200052 0)
(-0.0776145 0.159207 0)
(-0.0608859 0.00463386 0)
(-0.0460371 -0.158389 0)
(0.00873882 -0.214514 0)
(0.242565 0.112915 0)
(0.296164 0.0890923 0)
(0.361169 0.024345 0)
(0.327434 -0.0498915 0)
(0.275115 -0.0987981 0)
)
;

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


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