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

// Define Boundary Conditions
flowVelocity         (1.0 0 0);
pressure             0;
turbulentKE          3.75e-03;
turbulentOmega       2.04e-01;
turbulentEpsilon     5.41e-06;
turbulentNut         1.84e-02;
turbulentNuTilda     1.00e-03;

// Define Model Parameters
kinViscosity         2.0e-04;
flowModel            kOmegaSST;


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