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

// Turbulence and flow model settings

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      turbulenceProperties;
}

// Laminar flow model
simulationType laminar;

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