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

eps eps [0 0 0 0 0 0 0]	$kinematic_porosity;
Dm Dm [0 2 -1 0 0 0 0] $molecular_diffusion;

porousTransport
{
    Kd Kd [-1 3 0 0 0 0 0] $retention_coefficient;
    rs rs [1 -3 0 0 0 0 0] $density;
    epsTotal epsTotal [0 0 0 0 0 0 0] $total_porosity;
    lambda lambda [0 0 -1 0 0 0 0 ] $radioactive_decay;
}

dispersionModel alphaDispersion;

alphaDispersionCoeffs
{
    tau tau [0 0 0 0 0 0 0] $tortuosity;
    alphaL alphaL [0 1 0 0 0 0 0] $longitudinal_dispersivity;
    alphaT alphaT [0 1 0 0 0 0 0] $transversal_dispersivity;
}

wellboreProperties
{}

#includeIfPresent "../eventFile.txt";

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