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

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

transportModel Newtonian;

// Laminar viscosity
nu nu [0 2 -1 0 0 0 0]  8.65e-07 ;//1.004e-06; 

Ubar Ubar [0 1 -1 0 0 0 0] (0.01 0 0);

Retau Retau [0 0 0 0 0 0 0] 200;

// Thermal expansion coefficient
beta [0 0 0 -1 0 0 0] 0.000271;

// Reference temperature
TRef [0 0 0 1 0 0 0] 298;

// Laminar Prandtl number
Pr [0 0 0 0 0 0 0]  5.977885; 

// Turbulent Prandtl number (not used)
Prt [0 0 0 0 0 0 0] 0.7;

Omega Omega [0 0 -1 0 0 0 0] ( 0 0 0.50);

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