/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  6
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
  version     2.0;
  format      ascii;
  class       dictionary;
  location    "constant";
  object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#include "../parameters.txt"

rho rho [1 -3 0 0 0 0 0] $fluid_density;
mu  mu [1 -1 -1 0 0 0 0] $dynamic_viscosity;

hwaterMin hwaterMin [0 1 0 0 0 0 0] $hwatermin;

seepage yes;

#include "../fixedPotentialList.txt"

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