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

// crude oil at 30°C

// Values taken from  Nagham Amer Sami , Dhorgham Skban Ibrahim & Ayad A. Abdulrazaq (2017) Investigation of non-Newtonian flow characterization and rheology of heavy crude oil, Petroleum Science and Technology, 35:9, 856-862, DOI: 10.1080/10916466.2017.1280505

rho 970;

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 ] 2.8811;
    n        [ 0 0  0 0 0 0 0 ] 0.9305;
}



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