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

transportModel  BirdCarreau;

BirdCarreauCoeffs
{
    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.1;
    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 0.001;
    k               k [ 0 0 1 0 0 0 0 ] 10;
    n               n [ 0 0 0 0 0 0 0 ] 0.5;
    a               a [ 0 0 0 0 0 0 0 ] 2;
  
}


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