/*--------------------------------*- 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;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

transportModel  Casson;

CassonCoeffs
{

    m           [0 2 -1 0 0 0 0]   3.934986e-6;
    tau0        [0 2 -2 0 0 0 0]   2.9032e-6;
    nuMax       [0 2 -1 0 0 0 0]   13.3333e-6;
    nuMin       [0 2 -1 0 0 0 0]   3.9047e-6;

}



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