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

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

internalField   nonuniform List<vector> 
25
(
(-0.010341 0.00993697 0)
(-0.0442892 0.0104912 0)
(-0.0615045 0.0034883 0)
(-0.04962 -0.00712323 0)
(-0.0121606 -0.0109137 0)
(-0.0202163 0.0527644 0)
(-0.0924889 0.0562217 0)
(-0.123743 0.0084595 0)
(-0.0988564 -0.0519464 0)
(-0.0208312 -0.0613871 0)
(-0.0282163 0.123205 0)
(-0.11636 0.114142 0)
(-0.143727 0.00528707 0)
(-0.115994 -0.12154 0)
(-0.0255233 -0.149584 0)
(-0.0293355 0.200053 0)
(-0.0776089 0.159216 0)
(-0.0608874 0.00464122 0)
(-0.0460474 -0.158389 0)
(0.00873826 -0.214516 0)
(0.242565 0.112914 0)
(0.296168 0.08909 0)
(0.361172 0.0243309 0)
(0.327433 -0.0498948 0)
(0.275115 -0.098799 0)
)
;

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


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