test problem for diffusion models from the FVCA6 benchmark. More...
#include <dune/grid/yaspgrid.hh>#include <dumux/material/components/constant.hh>#include <dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/pressureproperties.hh>#include <dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dpressureproperties.hh>#include <dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressureproperties.hh>#include <dumux/porousmediumflow/2p/sequential/diffusion/problem.hh>#include <dumux/porousmediumflow/sequential/cellcentered/velocity.hh>#include "test_diffusionspatialparams3d.hh"Go to the source code of this file.
test problem for diffusion models from the FVCA6 benchmark.
Classes | |
| struct | Dumux::Properties::FluidSystem< TypeTag, TTag::DiffusionTest > |
| class | Dumux::TestDiffusion3DProblem< TypeTag > |
| test problem for diffusion models from the FVCA6 benchmark. More... | |
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag DiffusionTest | Dumux::Properties::INHERITS_FROM (SequentialTwoP, TestDiffusionSpatialParams3d)) |
| Dumux::Properties::SET_TYPE_PROP (DiffusionTest, Grid, Dune::YaspGrid< 3 >) | |
| Dumux::Properties::SET_TYPE_PROP (DiffusionTest, Problem, TestDiffusion3DProblem< TypeTag >) | |
| Dumux::Properties::SET_TYPE_PROP (DiffusionTest, LinearSolver, ILUnRestartedGMResBackend) | |
| Type tag FVTest | Dumux::Properties::INHERITS_FROM (FVPressureTwoP, DiffusionTest)) |
| Type tag FVMPFAL3DTestTypeTag | Dumux::Properties::INHERITS_FROM (FvMpfaL3dPressureTwoP, DiffusionTest)) |
| Type tag MimeticTest | Dumux::Properties::INHERITS_FROM (MimeticPressureTwoP, DiffusionTest)) |
