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

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

internalField   nonuniform List<vector> 
25
(
(-0.0102253 0.0100756 0)
(-0.0441107 0.0107034 0)
(-0.0614044 0.00364357 0)
(-0.0495778 -0.00702155 0)
(-0.0121565 -0.0108968 0)
(-0.020034 0.0529753 0)
(-0.0923385 0.0563257 0)
(-0.123697 0.00837942 0)
(-0.0988415 -0.0519956 0)
(-0.0209091 -0.0613916 0)
(-0.0280795 0.123217 0)
(-0.116364 0.113953 0)
(-0.143742 0.00498912 0)
(-0.115884 -0.121615 0)
(-0.0254324 -0.14958 0)
(-0.0295197 0.200036 0)
(-0.0777329 0.158998 0)
(-0.0608874 0.00449247 0)
(-0.0458841 -0.158367 0)
(0.00884442 -0.214476 0)
(0.242556 0.112937 0)
(0.296098 0.0892183 0)
(0.361099 0.0246885 0)
(0.327406 -0.0497044 0)
(0.27509 -0.0987606 0)
)
;

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


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