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

explicitDryAreas    on;


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

hmin                hmin [ 0 1 0 0 0 0 0] 0; 

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

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

tau0                tau0 [ 0 2 -1 0 0 0 0] 0;

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

frictionModel       MuI;

entrainmentModel    entrainmentOff;

depositionModel     depositionOff;

MuICoeffs
{
    d               d [ 0 1 0 0 0 0 0] 0.005;

    rho_p           rho_p [ 1 -3  0 0 0 0 0 ] 2500.;

    mu_s            mu_s [0 0 0 0 0 0 0 ] 0.38;

    mu_2            mu_2 [0 0 0 0 0 0 0 ] 0.65;

    I_0             I_0 [0 0 0 0 0 0 0 ] 0.30;
}
  

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