/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.com
    \\  /    A nd           | Version:  v2012
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   uniform (0 0 0);

boundaryField
{
    inlet
    {
        type            fixedValue;
        value           nonuniform List<vector>
20
(
(46.043384 0.186105 -0.881934)
(46.549490 0.641601 1.875939)
(45.539698 -0.267212 1.515603)
(45.050865 -0.707161 -0.742425)
(46.983201 1.031941 -0.319386)
(45.546637 -0.260967 -1.252113)
(47.196089 1.223540 0.125754)
(46.018003 0.163263 -0.460947)
(46.530555 0.624560 0.663336)
(46.569137 0.659284 3.261598)
(44.384123 -1.307230 -1.118467)
(44.428463 -1.267323 -0.194910)
(45.127925 -0.637807 2.330465)
(45.989252 0.137387 -1.092282)
(45.398618 -0.394184 1.855556)
(47.422543 1.427349 -0.796100)
(43.426826 -2.168797 -0.357421)
(45.497754 -0.304962 -0.502792)
(46.688685 0.766876 0.327127)
(46.857087 0.918438 0.384464)
);
    }
    outlet
    {
        type            zeroGradient;
    }

    walls
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
}

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