3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Functions | Variables
porousmediumflow/2p2c/sequential/properties.hh File Reference

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

#include <dumux/material/fluidstates/compositional.hh>
#include <dumux/porousmediumflow/sequential/pressureproperties.hh>
#include <dumux/porousmediumflow/sequential/transportproperties.hh>
#include <dumux/porousmediumflow/sequential/impetproperties.hh>
#include <dumux/porousmediumflow/2p/sequential/properties.hh>
#include <dumux/material/spatialparams/sequentialfv.hh>
#include <dumux/porousmediumflow/2p/sequential/indices.hh>
#include <dumux/porousmediumflow/2p2c/sequential/celldata.hh>

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. More...
 
 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. More...
 
 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. More...
 
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, VisitFacesOnlyOnce, false)
 Faces are regarded from both sides. More...
 
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, EnableCapillarity, false)
 Capillarity is enabled. More...
 
 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. More...
 
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, RegulateBoundaryPermeability, false)
 Switch off permeability regularization at Dirichlet boundaries by default. More...
 

Variables

Property tag Dumux::Properties::EnableCapillarity
 Returns whether capillarity is regarded. More...
 
Property tag Dumux::Properties::BoundaryMobility
 
Property tag Dumux::Properties::RegulateBoundaryPermeability
 A minimum permeability can be assigned via the runtime-Parameter SpatialParams.minBoundaryPermeability. More...
 
Include dependency graph for porousmediumflow/2p2c/sequential/properties.hh: