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

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

transportModel Newtonian;

// Laminar viscosity
nu              1e-06;

// Thermal expansion coefficient
beta            0.21e-03;

// Reference temperature
TRef            300;

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

// Turbulent Prandtl number
Prt             0.85;

    // Heat capacity
Cp0	Cp0 [0 2 -2 -1 0 0 0] 1864;

    // Fluid density
rho0	rho0 [1 -3 0 0 0 0 0] 998;

    // Thermal Diffusivity
alpha	alpha [0 2 -1 0 0 0 0] 0.1456e-6;


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