/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM v2512                                  |
|  \\    /   O peration     | Flow Properties                                 |
|   \\  /    A nd           | Freestream Conditions                           |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/


// Freestream flow conditions

flowVelocity         (10 0 0);
pressure             0;
turbulentKE          1.5;
turbulentEpsilon     0.88;


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