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


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


internalField   uniform (9.947743374 1.020981 0);

boundaryField
{
    inlet
    {
         type            fixedValue;
	value 		uniform (9.947743374  1.020981  0);
    }

    outlet
    {
      type            zeroGradient; 
    }

    top
    { 
       type             zeroGradient;
	 
         
    }

    bottom
    {
          type            zeroGradient;
	 
    }

    wing
    {
         type            noSlip;

    }

    frontAndBack
    {
        type            empty;
    }

    defaultFaces
    {
        type            empty;
    }
}

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