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

// u_star ~= 0.2840104 m/s
Uref                 10.0;
Zref                 186;
zDir                 (0 0 1);
flowDir              (1 0 0);
z0                   uniform 0.0001;   // smooth sea
d                    uniform 0.0;
Cmu                  0.09;
// C1                   34.431;   // TI 20%
C2                   1.0;

C1                   8.21424;   // TI 14%

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