test problem for the grid-adaptive 3d 2p2c model More...
#include <dune/grid/yaspgrid.hh>
#include <dumux/common/math.hh>
#include <dumux/porousmediumflow/2p2c/sequential/adaptiveproperties.hh>
#include <dumux/porousmediumflow/2p2c/sequential/problem.hh>
#include <dumux/porousmediumflow/2p/sequential/impes/gridadaptionindicator.hh>
#include <dumux/material/fluidmatrixinteractions/2p/linearmaterial.hh>
#include <dumux/material/fluidsystems/h2oair.hh>
#include "test_dec2p2c_spatialparams.hh"
Go to the source code of this file.
test problem for the grid-adaptive 3d 2p2c model
Classes | |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::Adaptive2p2c3d > |
class | Dumux::Adaptive2p2c3d< TypeTag > |
test problem for the grid-adaptive 3d 2p2c model More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag Adaptive2p2c3d | Dumux::Properties::INHERITS_FROM (SequentialTwoPTwoCAdaptive, Test2P2CSpatialParams, MPFAProperties)) |
Dumux::Properties::SET_TYPE_PROP (Adaptive2p2c3d, Grid, Dune::YaspGrid< 3 >) | |
Dumux::Properties::SET_TYPE_PROP (Adaptive2p2c3d, Problem, Adaptive2p2c3d< TTAG(Adaptive2p2c3d)>) | |
Dumux::Properties::SET_TYPE_PROP (Adaptive2p2c3d, TransportModel, FV3dTransport2P2CAdaptive< TTAG(Adaptive2p2c3d)>) | |
Dumux::Properties::SET_TYPE_PROP (Adaptive2p2c3d, PressureModel, FV3dPressure2P2CAdaptive< TTAG(Adaptive2p2c3d)>) | |
Dumux::Properties::SET_TYPE_PROP (Adaptive2p2c3d, AdaptionIndicator, GridAdaptionIndicator2P< TypeTag >) | |
Dumux::Properties::SET_BOOL_PROP (Adaptive2p2c3d, EnableCapillarity, true) | |
Dumux::Properties::SET_INT_PROP (Adaptive2p2c3d, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureN) | |