/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2512                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType        RAS;

RAS
{
    RASModel          kOmegaSST;

    turbulence        on;

    printCoeffs       on;

    kOmegaSSTCoeffs
    {
        Cmu           0.09;
        betaStar      0.09;
        sigmaK        1.0;
        C1            1.44;
        C2            1.92;
    }
}


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