/*--------------------------------*- 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
(
(55.206784 0.186105 -0.881934)
(55.712890 0.641601 1.875939)
(54.703098 -0.267212 1.515603)
(54.214265 -0.707161 -0.742425)
(56.146601 1.031941 -0.319386)
(54.710037 -0.260967 -1.252113)
(56.359489 1.223540 0.125754)
(55.181403 0.163263 -0.460947)
(55.693955 0.624560 0.663336)
(55.732537 0.659284 3.261598)
(53.547523 -1.307230 -1.118467)
(53.591863 -1.267323 -0.194910)
(54.291325 -0.637807 2.330465)
(55.152652 0.137387 -1.092282)
(54.562018 -0.394184 1.855556)
(56.585943 1.427349 -0.796100)
(52.590226 -2.168797 -0.357421)
(54.661154 -0.304962 -0.502792)
(55.852085 0.766876 0.327127)
(56.020487 0.918438 0.384464)
);
    }
    outlet
    {
        type            zeroGradient;
    }

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

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