test problem for the multiphysics 2p2c model More...
#include <dune/grid/yaspgrid.hh>#include <dumux/porousmediumflow/2p2c/sequential/problem.hh>#include <dumux/porousmediumflow/2p2c/sequential/fvpressuremultiphysics.hh>#include <dumux/porousmediumflow/2p2c/sequential/fvtransportmultiphysics.hh>#include <dumux/porousmediumflow/2p2c/sequential/celldatamultiphysics.hh>#include <dumux/material/fluidsystems/h2on2.hh>#include <dumux/material/fluidsystems/h2oair.hh>#include "test_dec2p2c_spatialparams.hh"Go to the source code of this file.
test problem for the multiphysics 2p2c model
Classes | |
| struct | Dumux::Properties::FluidSystem< TypeTag, TTag::TestMultTwoPTwoC > |
| class | Dumux::TestMultTwoPTwoCProblem< TypeTag > |
| test problem for the multiphysics 2p2c model More... | |
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag TestDecTwoPTwoC | Dumux::Properties::INHERITS_FROM (SequentialTwoPTwoC, Test2P2CSpatialParams)) |
| Dumux::Properties::SET_TYPE_PROP (TestMultTwoPTwoC, CellData, CellData2P2CMultiPhysics< TypeTag >) | |
| Dumux::Properties::SET_TYPE_PROP (TestMultTwoPTwoC, Grid, Dune::YaspGrid< 3 >) | |
| Dumux::Properties::SET_TYPE_PROP (TestMultTwoPTwoC, Problem, TestMultTwoPTwoCProblem< TypeTag >) | |
| Dumux::Properties::SET_TYPE_PROP (TestMultTwoPTwoC, TransportModel, FVTransport2P2CMultiPhysics< TypeTag >) | |
| Dumux::Properties::SET_TYPE_PROP (TestMultTwoPTwoC, PressureModel, FVPressure2P2CMultiPhysics< TypeTag >) | |
| Dumux::Properties::SET_INT_PROP (TestMultTwoPTwoC, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureNw) | |
| Dumux::Properties::SET_BOOL_PROP (TestMultTwoPTwoC, EnableCapillarity, true) | |
| Dumux::Properties::SET_INT_PROP (TestMultTwoPTwoC, BoundaryMobility, GET_PROP_TYPE(TypeTag, Indices)::satDependent) | |
