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

// Aqueous Carboxy-Methyl-Cellulose (CMC) Solution (0.4% wt/wt)

// Values taken from Gorthi, S.R., Sanjaya Kumar Meher, Biswas, G. and Pranab Kumar Mondal (2020). Capillary imbibition of non-Newtonian fluids in a microfluidic channel: analysis and experiments. 476(2242).

rho  1006;

transportModel powerLaw;

powerLawCoeffs
{
    nuMax    [ 0 2 -1 0 0 0 0 ] 1e+03;
    nuMin    [ 0 2 -1 0 0 0 0 ] 1e-05;
    k        [ 0 2 -1 0 0 0 0 ] 0.025;
    n        [ 0 0  0 0 0 0 0 ] 0.820;
}



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