/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// Polyacrylamide (PAM) in deionized (DI) water (0.2g/L)

// Values taken from Peng, J., Huang, J. and Wang, J. (2021). Modelling of Power-Law Fluid Flow Inside a Piezoelectric Inkjet Printhead. Sensors, [online] 21(7), p.2441. doi:https://doi.org/10.3390/s21072441.

rho 1220;

transportModel powerLaw;

powerLawCoeffs
{
    nuMax    [ 0 2 -1 0 0 0 0 ] 1e+02;
    nuMin    [ 0 2 -1 0 0 0 0 ] 1e-05;
    k        [ 0 2 -1 0 0 0 0 ] 3.783;
    n        [ 0 0  0 0 0 0 0 ] 0.7925;
}



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