test problem for diffusion models from the FVCA5 benchmark. More...
#include <dune/grid/yaspgrid.hh>
#include <dune/grid/utility/structuredgridfactory.hh>
#include <dumux/material/components/constant.hh>
#include <dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/pressureproperties.hh>
#include <dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressureproperties.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_diffusionspatialparams.hh"
Go to the source code of this file.
test problem for diffusion models from the FVCA5 benchmark.
Classes | |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::FVVelocity2PTestTypeTag > |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::FVMPFAOVelocity2PTestTypeTag > |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::MimeticPressure2PTestTypeTag > |
class | Dumux::TestDiffusionProblem< TypeTag > |
test problem for diffusion models from the FVCA5 benchmark. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag FVVelocity2PTestTypeTag | Dumux::Properties::INHERITS_FROM (FVPressureTwoP, TestDiffusionSpatialParams)) |
Dumux::Properties::SET_TYPE_PROP (FVVelocity2PTestTypeTag, Problem, TestDiffusionProblem< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (FVVelocity2PTestTypeTag, Grid, Dune::YaspGrid< 2 >) | |
Type tag FVMPFAOVelocity2PTestTypeTag | Dumux::Properties::INHERITS_FROM (FvMpfaO2dPressureTwoP, TestDiffusionSpatialParams)) |
Dumux::Properties::SET_TYPE_PROP (FVMPFAOVelocity2PTestTypeTag, LinearSolver, SSORBiCGSTABBackend) | |
Dumux::Properties::SET_TYPE_PROP (FVMPFAOVelocity2PTestTypeTag, Problem, TestDiffusionProblem< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (FVMPFAOVelocity2PTestTypeTag, Grid, Dune::YaspGrid< 2 >) | |
Type tag MimeticPressure2PTestTypeTag | Dumux::Properties::INHERITS_FROM (MimeticPressureTwoP, TestDiffusionSpatialParams)) |
Dumux::Properties::SET_TYPE_PROP (MimeticPressure2PTestTypeTag, Problem, TestDiffusionProblem< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (MimeticPressure2PTestTypeTag, Grid, Dune::YaspGrid< 2 >) | |