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

Defines the properties required for (immiscible) two-phase sequential models. More...

#include <dumux/porousmediumflow/sequential/properties.hh>
#include "indices.hh"
#include <dumux/material/spatialparams/sequentialfv.hh>
#include <dumux/porousmediumflow/sequential/variableclass.hh>
#include <dumux/porousmediumflow/2p/sequential/celldata.hh>
#include <dumux/material/fluidsystems/2pimmiscible.hh>
#include <dumux/material/fluidstates/isothermalimmiscible.hh>

Go to the source code of this file.

Description

Defines the properties required for (immiscible) two-phase sequential models.

Classes

struct  Dumux::Properties::Indices< TypeTag, TTag::SequentialTwoP >
 Chose the set of indices depending on the chosen formulation. More...
 
struct  Dumux::Properties::FluidState< TypeTag, TTag::SequentialTwoP >
 Set default fluid state. More...
 

Namespaces

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

Functions

Type tag SequentialOneP Dumux::Properties::INHERITS_FROM (SequentialModel))
 The type tag for the single-phase problem. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumEq, 2)
 Set number of equations to 2 for isothermal two-phase models. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumPhases, 2)
 Set number of phases to 2 for two-phase models. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumComponents, 1)
 Set number of components to 1 for immiscible two-phase models. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, Formulation, SequentialTwoPCommonIndices::pwsw)
 Set \(p_w\)- \(S_w\) formulation as default two-phase formulation. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureType)
 Set the default pressure formulation according to the chosen two-phase formulation. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, SaturationFormulation, GET_PROP_TYPE(TypeTag, Indices)::saturationType)
 Set the default saturation formulation according to the chosen two-phase formulation. More...
 
 Dumux::Properties::SET_INT_PROP (SequentialTwoP, VelocityFormulation, GET_PROP_TYPE(TypeTag, Indices)::velocityDefault)
 Set the default velocity formulation according to the chosen two-phase formulation. More...
 
 Dumux::Properties::SET_BOOL_PROP (SequentialTwoP, EnableCompressibility, false)
 Disable compressibility by default. More...
 
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, Variables, VariableClass< TypeTag >)
 Set general sequential VariableClass as default. More...
 
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, CellData, CellData2P< TypeTag, GET_PROP_VALUE(TypeTag, EnableCompressibility)>)
 Set standart CellData of immiscible two-phase models as default. More...
 
 Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, SpatialParams, SequentialFVSpatialParams< TypeTag >)
 The spatial parameters to be employed. Use SequentialFVSpatialParams by default. More...
 

Variables

Property tag Dumux::Properties::SaturationFormulation
 The formulation of the saturation model. More...
 
Property tag Dumux::Properties::VelocityFormulation
 The type of velocity reconstructed for the transport model. More...
 
Property tag Dumux::Properties::EnableCompressibility
 Returns whether compressibility is allowed. More...
 
Include dependency graph for porousmediumflow/2p/sequential/properties.hh: