/*--------------------------------*- C++ -*----------------------------------*\
|                                                                             |
|                Generated by the CfdOF workbench for FreeCAD                 |
|                      https://github.com/jaheyns/CfdOF                       |
|                                                                             |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   uniform (-14.559 0.0 0.0);

boundaryField
{

    inlet
    {
        // Fix all three components of velocity on inflow and only the normal component on outflow,
        // in order to be well-posed if there are some faces on the patch which are actually outflows.
        //type                fixedNormalInletOutletVelocity;
        //fixTangentialInflow yes;
        //normalVelocity
        //{
        //    type            fixedValue;
        //    value           uniform ( -10.0 0.0 0.0 );
        //}
        //value               uniform ( -10.0 0.0 0.0 );
        type uniformFixedValue;
        uniformValue table
    (
    ( 0 ( -13.681 0.000 -4.979 ) ) // -20 degrees
    ( 201 ( -13.681 0.000 -4.979 ) ) // -20 degrees
    ( 202 ( -14.063 0.000 -3.768 ) ) // -15 degrees
    ( 301 ( -14.063 0.000 -3.768 ) ) // -15 degrees
    ( 302 ( -14.338 0.000 -2.528 ) ) // -10 degrees
    ( 401 ( -14.338 0.000 -2.528 ) ) // -10 degrees
    ( 402 ( -14.504 0.000 -1.270 ) ) // -5 degrees
    ( 501 ( -14.504 0.000 -1.270 ) ) // -5 degrees
    ( 502 ( -14.559 0.000 0.000 ) ) // 0 degrees
    ( 601 ( -14.559 0.000 0.000 ) ) // 0 degrees
    ( 602 ( -14.504 0.000 1.270 ) ) // 5 degrees
    ( 701 ( -14.504 0.000 1.270 ) ) // 5 degrees
    ( 702 ( -14.338 0.000 2.528 ) ) // 10 degrees
    ( 801 ( -14.338 0.000 2.528 ) ) // 10 degrees
    ( 802 ( -14.063 0.000 3.768 ) ) // 15 degrees
    ( 901 ( -14.063 0.000 3.768 ) ) // 15 degrees
    ( 902 ( -13.681 0.000 4.979 ) ) // 20 degrees
    ( 1001 ( -13.681 0.000 4.979 ) ) // 20 degrees
    ( 1002 ( -13.681 -4.979 0.000 ) ) // -20 degrees
    ( 1201 ( -13.681 -4.979 0.000 ) ) // -20 degrees
    ( 1202 ( -14.063 -3.768 0.000 ) ) // -15 degrees
    ( 1301 ( -14.063 -3.768 0.000 ) ) // -15 degrees
    ( 1302 ( -14.338 -2.528 0.000 ) ) // -10 degrees
    ( 1401 ( -14.338 -2.528 0.000 ) ) // -10 degrees
    ( 1402 ( -14.504 -1.270 0.000 ) ) // -5 degrees
    ( 1501 ( -14.504 -1.270 0.000 ) ) // -5 degrees
    ( 1502 ( -14.559 0.000 0.000 ) ) // 0 degrees
    ( 1601 ( -14.559 0.000 0.000 ) ) // 0 degrees
    ( 1602 ( -14.504 1.270 0.000 ) ) // 5 degrees
    ( 1701 ( -14.504 1.270 0.000 ) ) // 5 degrees
    ( 1702 ( -14.338 2.528 0.000 ) ) // 10 degrees
    ( 1801 ( -14.338 2.528 0.000 ) ) // 10 degrees
    ( 1802 ( -14.063 3.768 0.000 ) ) // 15 degrees
    ( 1901 ( -14.063 3.768 0.000 ) ) // 15 degrees
    ( 1902 ( -13.681 4.979 0.000 ) ) // 20 degrees
    ( 2001 ( -13.681 4.979 0.000 ) ) // 20 degrees
        );
    }

    open
    {
        type        pressureInletOutletVelocity;
        value       $internalField;
    }

    airplane
    {
        // movingWallVelocity reduces to fixedValue if the mesh is not moving
        type        movingWallVelocity;
        value       uniform (0 0 0);
    }

    defaultFaces
    {
        // movingWallVelocity reduces to fixedValue if the mesh is not moving
        type        movingWallVelocity;
        value       uniform (0 0 0);
    }

}

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