A simple Darcy test problem (cell-centered finite volume method) for the comparison of different diffusion laws. More...
#include <dune/grid/yaspgrid.hh>
#include <dumux/discretization/cctpfa.hh>
#include <dumux/flux/maxwellstefanslaw.hh>
#include <dumux/porousmediumflow/1pnc/model.hh>
#include <dumux/porousmediumflow/problem.hh>
#include "./../spatialparams.hh"
#include <dumux/material/fluidsystems/1padapter.hh>
#include <dumux/material/fluidsystems/h2oair.hh>
#include <dumux/material/fluidmatrixinteractions/diffusivityconstanttortuosity.hh>
#include <dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>
Go to the source code of this file.
A simple Darcy test problem (cell-centered finite volume method) for the comparison of different diffusion laws.
Classes | |
struct | Dumux::Properties::TTag::DarcyOnePTwoC |
struct | Dumux::Properties::Problem< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::UseMoles< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::ReplaceCompEqIdx< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::EffectiveDiffusivityModel< TypeTag, TTag::DarcyOnePTwoC > |
Use a model with constant tortuosity for the effective diffusivity. More... | |
struct | Dumux::Properties::Grid< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::MolecularDiffusionType< TypeTag, TTag::DarcyOnePTwoC > |
struct | Dumux::Properties::SpatialParams< TypeTag, TTag::DarcyOnePTwoC > |
class | Dumux::DarcySubProblem< TypeTag > |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
namespace | Dumux::Properties::TTag |
Type tag for numeric models. | |
Macros | |
#define | DIFFUSIONTYPE FicksLaw<TypeTag> |
#define DIFFUSIONTYPE FicksLaw<TypeTag> |