Defines the properties required for the adaptive sequential 2p2c models. More...
#include <dumux/common/properties/propertysystemmacros.hh>
#include <dumux/porousmediumflow/2p2c/sequential/properties.hh>
#include <dumux/porousmediumflow/sequential/cellcentered/mpfa/properties.hh>
#include <dumux/porousmediumflow/2p2c/sequential/fv2dpressureadaptive.hh>
#include <dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh>
#include <dumux/porousmediumflow/2p2c/sequential/fv2dtransportadaptive.hh>
#include <dumux/porousmediumflow/2p2c/sequential/fv3dtransportadaptive.hh>
#include <dumux/porousmediumflow/2p2c/sequential/variableclassadaptive.hh>
#include <dumux/porousmediumflow/2p2c/sequential/celldataadaptive.hh>
Go to the source code of this file.
Defines the properties required for the adaptive sequential 2p2c models.
Classes | |
struct | Dumux::SequentialTwoPTwoCIndicesAdaptive< TypeTag > |
Missing indices to the mpfa2p model. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag SequentialTwoPTwoCAdaptive | Dumux::Properties::INHERITS_FROM (SequentialTwoPTwoC)) |
The type tag for the compositional two-phase problems. More... | |
Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoCAdaptive, AdaptiveGrid, true) | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, GridTypeIndices, GridTypes) | |
Property not used but default necessary for mpfa2p. More... | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, CellData, CellData2P2CAdaptive< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, Variables, VariableClass2P2CAdaptive< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, Indices, SequentialTwoPTwoCIndicesAdaptive< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, TransportModel, FV2dTransport2P2CAdaptive< TypeTag >) | |
Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, PressureModel, FV2dPressure2P2CAdaptive< TypeTag >) | |