test problem for the sequential 2p model More...
#include <dune/grid/yaspgrid.hh>
#include <dumux/material/fluidsystems/1pliquid.hh>
#include <dumux/material/components/simpleh2o.hh>
#include <dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/pressureproperties.hh>
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/properties.hh>
#include <dumux/porousmediumflow/2p/sequential/impes/problem.hh>
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/capillarydiffusion.hh>
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/gravitypart.hh>
#include "test_impesspatialparams.hh"
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/evalcflfluxcoats.hh>
#include <dumux/linear/amgbackend.hh>
Go to the source code of this file.
test problem for the sequential 2p model
Classes | |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::IMPESTest > |
class | Dumux::IMPESTestProblem< TypeTag > |
test problem for the sequential 2p model More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag IMPESTest | Dumux::Properties::INHERITS_FROM (FVPressureTwoP, FVTransportTwoP, IMPESTwoP, TestIMPESSpatialParams)) |
Dumux::Properties::SET_TYPE_PROP (IMPESTest, Grid, Dune::YaspGrid< 2 >) | |
Dumux::Properties::SET_TYPE_PROP (IMPESTest, Problem, IMPESTestProblem< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (IMPESTest, EvalCflFluxFunction, EvalCflFluxCoats< TypeTag >) | |
Type tag IMPESTestWithAMG | Dumux::Properties::INHERITS_FROM (IMPESTest)) |
Dumux::Properties::SET_TYPE_PROP (IMPESTestWithAMG, LinearSolver, AMGBackend< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (IMPESTestWithAMG, Grid, Dune::YaspGrid< 2 >) | |