/*--------------------------------*- 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"

thetamin  thetamin [0 0 0 0 0 0 0] $vangenuchten_thetamin;
thetamax  thetamax [0 0 0 0 0 0 0] $vangenuchten_thetamax;

phase.theta
{
  rho rho [1 -3 0 0 0 0 0] $fluid_density;
  mu  mu [1 -1 -1 0 0 0 0] $dynamic_viscosity;
}

relativePermeabilityModel  VanGenuchten;

capillarityModel	VanGenuchten;

VanGenuchtenCoeffs
{
    m	  $vangenuchten_m;
    alpha $vangenuchten_alpha;
}

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