/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2106                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

flowVelocity         (10 0 0);
pressure             0;
// turbulentKE          6.0;    // Make TI = 20 percent based on V_0 = 10 m/s
// turbulentEpsilon     0.00670;   
// turbulentOmega       0.012414; // omega = epsilon / C_mu / k;


turbulentKE          2.94;    // Make TI = 14 percent based on V_0 = 10 m/s
turbulentEpsilon     0.00328466;   
turbulentOmega       0.012414; // omega = epsilon / C_mu / k;

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