/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | faSavageHutterFOAM                              |
|   \\  /    A nd           | Copyright (C) 2017 Matthias Rauter              |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

pressureFeedback    off;

explicitDryAreas    on;


hmin                hmin [ 0 1 0 0 0 0 0] 1e-6;     //binding the hight

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

u0                  u0 [ 0 1 -1 0 0 0 0] 1e-7;      //tolerance for velocity (e.g. smoothing jumps)

tau0                tau0 [ 0 2 -1 0 0 0 0] 0;       //artifical viscosity

h0                  h0 [ 0 1 0 0 0 0 0] 1e-4;       //hight threshold for friction models

xi                  xi [ 0 0 0 0 0 0 0] 1;          //shape factor. 1 is plug flow, 1.25 is bagnold


frictionModel       Voellmy;

entrainmentModel    Erosionenergy;

depositionModel     depositionOff;


VoellmyCoeffs
{
    mu              mu [0 0 0 0 0 0 0] 0.26;        //dry friction coefficient

    xi              xi [0 1 -2 0 0 0 0] 8650;      //voellmy turbulence coefficient
}

ErosionenergyCoeffs
{
    eb              eb [0 2 -2 0 0 0 0] 11500;      //specific erosion energy
}

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