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

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

internalField   nonuniform List<vector> 
25
(
(-0.00991869 0.010606 0)
(-0.0436212 0.011381 0)
(-0.0610857 0.003864 0)
(-0.0494635 -0.00700605 0)
(-0.0121864 -0.0109151 0)
(-0.0196212 0.053507 0)
(-0.0919029 0.0561601 0)
(-0.12364 0.00762566 0)
(-0.0987878 -0.0523753 0)
(-0.0210495 -0.0616188 0)
(-0.0282364 0.12271 0)
(-0.116481 0.112705 0)
(-0.143842 0.00362983 0)
(-0.115079 -0.12186 0)
(-0.0248398 -0.149509 0)
(-0.0306756 0.199631 0)
(-0.0786835 0.158276 0)
(-0.0609081 0.00409235 0)
(-0.0453372 -0.158217 0)
(0.00955574 -0.214058 0)
(0.242478 0.112954 0)
(0.295942 0.089973 0)
(0.361233 0.0266923 0)
(0.327312 -0.0479964 0)
(0.274711 -0.0984172 0)
)
;

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


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