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

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

internalField   nonuniform List<vector> 
25
(
(-0.0103225 0.00995953 0)
(-0.0442598 0.0105271 0)
(-0.061486 0.0035188 0)
(-0.0496126 -0.00710138 0)
(-0.0121605 -0.0109113 0)
(-0.0201872 0.0528034 0)
(-0.092462 0.0562497 0)
(-0.123735 0.00844733 0)
(-0.0988548 -0.0519544 0)
(-0.0208504 -0.0613892 0)
(-0.0281797 0.123208 0)
(-0.116364 0.11411 0)
(-0.143735 0.00522834 0)
(-0.115975 -0.121552 0)
(-0.0255128 -0.149582 0)
(-0.029366 0.200046 0)
(-0.0776351 0.159168 0)
(-0.060885 0.00460569 0)
(-0.0460072 -0.158387 0)
(0.00874962 -0.214508 0)
(0.242563 0.112917 0)
(0.296151 0.0891046 0)
(0.36116 0.0243971 0)
(0.327434 -0.0498698 0)
(0.275112 -0.0987935 0)
)
;

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


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