3.2-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 (immiscible) two-phase sequential models. More...

Go to the source code of this file.

Description

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

Classes

struct  Dumux::Properties::TTag::SequentialTwoP
struct  Dumux::Properties::SaturationFormulation< TypeTag, MyTypeTag >
 The formulation of the saturation model. More...
struct  Dumux::Properties::VelocityFormulation< TypeTag, MyTypeTag >
 The type of velocity reconstructed for the transport model. More...
struct  Dumux::Properties::EnableCompressibility< TypeTag, MyTypeTag >
 Returns whether compressibility is allowed. More...
struct  Dumux::Properties::NumEq< TypeTag, TTag::SequentialTwoP >
 Set number of equations to 2 for isothermal two-phase models. More...
struct  Dumux::Properties::NumPhases< TypeTag, TTag::SequentialTwoP >
 Set number of phases to 2 for two-phase modelsThe number of phases in the 2p model is 2. More...
struct  Dumux::Properties::NumComponents< TypeTag, TTag::SequentialTwoP >
 Set number of components to 1 for immiscible two-phase modelsEach phase consists of 1 pure component. More...
struct  Dumux::Properties::Formulation< TypeTag, TTag::SequentialTwoP >
 Set \(p_w\)- \(S_w\) formulation as default two-phase formulation. More...
struct  Dumux::Properties::Indices< TypeTag, TTag::SequentialTwoP >
 Chose the set of indices depending on the chosen formulation. More...
struct  Dumux::Properties::PressureFormulation< TypeTag, TTag::SequentialTwoP >
 Set the default pressure formulation according to the chosen two-phase formulation. More...
struct  Dumux::Properties::SaturationFormulation< TypeTag, TTag::SequentialTwoP >
 Set the default saturation formulation according to the chosen two-phase formulation. More...
struct  Dumux::Properties::VelocityFormulation< TypeTag, TTag::SequentialTwoP >
 Set the default velocity formulation according to the chosen two-phase formulation. More...
struct  Dumux::Properties::EnableCompressibility< TypeTag, TTag::SequentialTwoP >
 Disable compressibility by default. More...
struct  Dumux::Properties::Variables< TypeTag, TTag::SequentialTwoP >
 Set general sequential VariableClass as default. More...
struct  Dumux::Properties::CellData< TypeTag, TTag::SequentialTwoP >
 Set standart CellData of immiscible two-phase models as default. More...
struct  Dumux::Properties::FluidState< TypeTag, TTag::SequentialTwoP >
 Set default fluid state. More...
struct  Dumux::Properties::SpatialParams< TypeTag, TTag::SequentialTwoP >
 The spatial parameters to be employed. Use SequentialFVSpatialParams by default. More...

Namespaces

namespace  Dumux
namespace  Dumux::Properties
namespace  Dumux::Properties::TTag
 Type tag for numeric models.