3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
adaptiveproperties.hh File Reference

Defines the properties required for the adaptive sequential 2p2c models. More...

Go to the source code of this file.

Description

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.
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoCAdaptive, AdaptiveGrid, true)
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoCAdaptive, GridTypeIndices, GridTypes)
 Property not used but default necessary for mpfa2p.
 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 >)