/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  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 off;


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

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

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

tau0                tau0 [ 0 2 -1 0 0 0 0] 0;  //artifical viscosity 1e-8 to 1e-5

h0                  h0 [ 0 1 0 0 0 0 0] 1e-1;        //hight threshold for artifical viscosity 1e-4 to 1e-9

xi                  xi [ 0 0 0 0 0 0 0] 1;    //shape factor

frictionModel       DarcyWeisbach;

entrainmentModel    entrainmentOff;

depositionModel     depositionOff;

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

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

 

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