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

transportModel  Newtonian;

/*
No. Property 	SI unit 
1 	Mass 		kilogram (kg)
2 	Length 		metre (m)
3 	Time 		second (s)
4 	Temperature Kelvin (K) 
5 	Quantity 	kilogram-mole (kgmol) 
6 	Current 	ampere (A)
7 	Luminous 	intensity candela (cd)
*/

nu              [0 2  -1 0 0 0 0] nu_value;


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