/*
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.7.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      granaularRheologyProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

granularRheology   on;

granularDilatancy on;
alphaMaxG       alphaMaxG [ 0 0 0 0 0 0 0 ] 0.61;

mus             mus  [ 0 0 0 0 0 0 0 ] 0.425;

mu2             mu2  [ 0 0 0 0 0 0 0 ] 0.765;

I0              I0  [ 0 0 0 0 0 0 0 ] 0.004;

Bphi            Bphi [ 0 0 0 0 0 0 0 ] 1.;

n               n [ 0 0 0 0 0 0 0 ] 2.5;

Dsmall          Dsmall [ 0 0 -1 0 0 0 0 ] 1e-6;

BulkFactor      BulkFactor [ 0 0 0 0 0 0 0 ] 0e0;
phi_c      phi_c [ 0 0 0 0 0 0 0 ] 0.59;

K_dila      K_dila [ 0 0 0 0 0 0 0 ] 4;

relaxPa         relaxPa [ 0 0 0 0 0 0 0 ] 1e-3;

// FrictionModel   Coulomb;
FrictionModel   MuIv;

// PPressureModel  none;
PPressureModel  MuIv;

FluidViscosityModel BoyerEtAl;

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