/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  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 ] 1000.;

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-1;

frictionModel       DarcyWeisbach;

entrainmentModel    entrainmentOff;

depositionModel     depositionOff;

DarcyWeisbachCoeffs
{
    Cf              Cf [0 -1 2 0 0 0 0] 0.000625;

    g               g [0 1 -2 0 0 0 0] 9.81;
}


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