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

transportModel  Newtonian;

// Kinematic viscosity of dry air at 300 K (m^2/s)
nu              [0 2 -1 0 0 0 0] 1.568e-05;

// Thermal expansion coefficient (1/K)
beta            [0 0 0 -1 0 0 0] 3.33e-03;

// Reference temperature (K)
TRef            [0 0 0 1 0 0 0] 300;

// Prandtl number for air at 300 K
Pr              [0 0 0 0 0 0 0] 0.71;

// Standard Turbulent Prandtl number
Prt             [0 0 0 0 0 0 0] 0.85;

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