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 single phase sequential model. More...

Go to the source code of this file.

Description

Defines the properties required for the single phase sequential model.

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.
 Dumux::Properties::SET_INT_PROP (SequentialOneP, NumEq, 1)
 Set number of equations to 1 for isothermal one-phase models.
 Dumux::Properties::SET_INT_PROP (SequentialOneP, NumPhases, 1)
 Set number of phases to 1 for one-phase models.
 Dumux::Properties::SET_INT_PROP (SequentialOneP, NumComponents, 1)
 Each phase consists of 1 pure component.
 Dumux::Properties::SET_TYPE_PROP (SequentialOneP, Indices, SequentialOnePCommonIndices)
 Chose the set of indices for the one-phase formulation.
 Dumux::Properties::SET_TYPE_PROP (SequentialOneP, Variables, VariableClass< TypeTag >)
 Set general sequential VariableClass as default.
 Dumux::Properties::SET_TYPE_PROP (SequentialOneP, CellData, CellData1P< TypeTag >)
 Set standart CellData of immiscible one-phase models as default.
 Dumux::Properties::SET_TYPE_PROP (SequentialOneP, SpatialParams, SequentialFVSpatialParamsOneP< TypeTag >)
 The spatial parameters to be employed. Use BoxSpatialParams by default.

Variables

Property tag Dumux::Properties::Fluid