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

pressureFeedback    off;

explicitDryAreas    on;

hmin                hmin [ 0 1 0 0 0 0 0]    1e-5;    

rho                 rho [ 1 -3  0 0 0 0 0 ]  200.;  

u0                  u0 [ 0 1 -1 0 0 0 0]     1e-4;    

h0                  h0 [ 0 1 0 0 0 0 0]      1e-4;   

xi                  xi [ 0 0 0 0 0 0 0]      1;

frictionModel       Voellmy;

entrainmentModel    Erosionenergy;

depositionModel     depositionOff;

VoellmyCoeffs
{
    mu              mu [0 0 0 0 0 0 0]       0.26; 

    xi              xi [0 1 -2 0 0 0 0]      8650;
}

ErosionenergyCoeffs
{
    eb              eb [0 2 -2 0 0 0 0]      11500;
}

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