/*--------------------------------*- 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 Glycerol Solution (52% wt/wt) in 2000 ppm Xanthum Gum 

// Values taken from Roumpea, E., Chinaud, M. and Angeli, P. (2017). Experimental investigations of non-Newtonian/Newtonian liquid-liquid flows in microchannels. AIChE Journal, 63(8), pp.3599–3609. 


rho 1143;

transportModel powerLaw;

powerLawCoeffs
{
    nuMax    [ 0 2 -1 0 0 0 0 ] 1;
    nuMin    [ 0 2 -1 0 0 0 0 ] 1e-04;
    k        [ 0 2 -1 0 0 0 0 ] 0.55;
    n        [ 0 0  0 0 0 0 0 ] 0.39;
}



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