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

nu              nu [ 0 2 -1 0 0 0 0 ] 2.209e-7;
rho             rho [ 1 -3 0 0 0 0 0 ] 9491.7;
Cp              Cp [ 0 2 -2 -1 0 0 0 ] 189.78;
alphat         alphat [0 2 -1 0 0 0 0] 7.319e-6;
T_0            T_0 [0 0 0 1 0 0 0] 573;
beta            beta [0 0 0 -1 0 0 0] 1.21e-4;
g                   g [0 1 -2 0 0 0 0] (0 0 9.81);
// Turbulent Prandtl number
Prt             Prt [0 0 0 0 0 0 0] 0.03;
// Laminar Prandtl number
Pr              Pr [0 0 0 0 0 0 0] 0.03;
CrossPowerLawCoeffs
{
    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
    m               m [ 0 0 1 0 0 0 0 ] 1;
    n               n [ 0 0 0 0 0 0 0 ] 1;
}

BirdCarreauCoeffs
{
    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
    k               k [ 0 0 1 0 0 0 0 ] 0;
    n               n [ 0 0 0 0 0 0 0 ] 1;
}
// ************************************************************************* //
