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

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

Go to the source code of this file.

Description

Defines the properties required for the sequential 2p2c models.

Classes

struct  Dumux::Properties::NumPhases< TypeTag, TTag::SequentialTwoPTwoC >
 < The number of phases in the 2p2c model is 2 More...
struct  Dumux::Properties::NumComponents< TypeTag, TTag::SequentialTwoPTwoC >
 < The number of components in the 2p2c model is 2 More...
struct  Dumux::Properties::TransportSolutionType< TypeTag, TTag::SequentialTwoPTwoC >
struct  Dumux::Properties::BoundaryMobility< TypeTag, TTag::SequentialTwoPTwoC >
 < Saturation scales flux on Dirichlet B.C. More...
struct  Dumux::SequentialTwoPTwoCIndices< TypeTag >
 The common indices for the 2p2c model. More...

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
namespace  Dumux::Properties

Functions

Type tag SequentialTwoPTwoC Dumux::Properties::INHERITS_FROM (Pressure, Transport, IMPET))
 The type tag for the compositional two-phase problems.
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, Indices, SequentialTwoPTwoCIndices< TypeTag >)
 Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, NumEq, 3)
 Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureN)
 Set the default formulation.
 Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, SaturationFormulation, GET_PROP_TYPE(TypeTag, Indices)::saturationW)
 Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, VelocityFormulation, GET_PROP_TYPE(TypeTag, Indices)::velocityW)
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, EnableCompressibility, true)
 Compositional models are very likely compressible.
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, VisitFacesOnlyOnce, false)
 Faces are regarded from both sides.
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, EnableCapillarity, false)
 Capillarity is enabled.
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, Variables, VariableClass< TypeTag >)
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, CellData, CellData2P2C< TypeTag >)
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, FluidState, CompositionalFluidState< typename GET_PROP_TYPE(TypeTag, Scalar), typename GET_PROP_TYPE(TypeTag, FluidSystem)>)
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, SpatialParams, SequentialFVSpatialParams< TypeTag >)
 The spatial parameters to be employed.
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, RegulateBoundaryPermeability, false)
 Switch off permeability regularization at Dirichlet boundaries by default.

Variables

Property tag Dumux::Properties::EnableCapillarity
 Returns whether capillarity is regarded.
Property tag Dumux::Properties::BoundaryMobility
Property tag Dumux::Properties::RegulateBoundaryPermeability
 A minimum permeability can be assigned via the runtime-Parameter SpatialParams.minBoundaryPermeability.