/*--------------------------------*- 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 [0 2 -1 0 0 0 0] 8.8218e-7;

// Thermal expansion coefficient
beta [0 0 0 -1 0 0 0] 2.6408e-4;

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

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

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


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