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

transportModel  Casson;

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

CassonCoeffs
{
    m             m [ 0 2 -1 0 0 0 0 ] 0.01;
    tau0          tau0 [0 2 -2 0 0 0 0] 0.004;;
    nuMin         nuMin [ 0 2 -1 0 0 0 0 ] 1e-6;
    nuMax         nuMax [ 0 2 -1 0 0 0 0 ] 10;
}


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