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

Base file for properties related to sequential models. More...

Go to the source code of this file.

Description

Base file for properties related to sequential models.

Classes

struct  Dumux::Properties::ModelTraits< TypeTag, TTag::SequentialModel >
struct  Dumux::Properties::GridView< TypeTag, TTag::SequentialModel >
 Use the leaf grid view if not defined otherwise. More...
struct  Dumux::Properties::MaxIntersections< TypeTag, TTag::SequentialModel >
 Default number of intersections for quadrilaterals. More...
struct  Dumux::Properties::FVGridGeometry< TypeTag, TTag::SequentialModel >
 A simplified grid geometry for compatibility with new style models. More...
struct  Dumux::Properties::FVGridGeometry< TypeTag, TTag::SequentialModel >::MockFVGridGeometry
struct  Dumux::Properties::SolutionVector< TypeTag, TTag::SequentialModel >
 For compatibility with new style models we need a solution vector type. More...
struct  Dumux::Properties::SolutionTypes< TypeTag, TTag::SequentialModel >
 Specifies the types which are assoicated with a solution. More...
struct  Dumux::Properties::BoundaryTypes< TypeTag, TTag::SequentialModel >
 Boundary types at a single degree of freedom. More...
struct  Dumux::Properties::ModelDefaultParameters< TypeTag, TTag::SequentialModel >
 do not specific any model-specific default parameters here More...

Namespaces

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

Functions

Type tag SequentialModel Dumux::Properties::INHERITS_FROM (ModelProperties, GridAdapt, GridProperties))
 Create a type tag for all sequential models.
 Dumux::Properties::SET_TYPE_PROP (SequentialModel, JacobianMatrix, typename GET_PROP_TYPE(TypeTag, PressureCoefficientMatrix))
 Type of the jacobian matrix needed for compatibility with implicit models for the amg backend.
 Dumux::Properties::SET_TYPE_PROP (SequentialModel, Variables, VariableClass< TypeTag >)
 Dumux::Properties::SET_TYPE_PROP (SequentialModel, PrimaryVariables, typename GET_PROP(TypeTag, SolutionTypes)::PrimaryVariables)
 Dumux::Properties::SET_TYPE_PROP (SequentialModel, TimeManager, Dumux::TimeManager< TypeTag >)
 Set the default type for the time manager.

Variables

Property tag Dumux::Properties::SolutionTypes
Property tag Dumux::Properties::Indices
Property tag Dumux::Properties::Model
 The type of the mode.
Property tag Dumux::Properties::DiscretizationMethod
 The type of discretization method.
Property tag Dumux::Properties::PressureModel
 The type of the discretization of a pressure model.
Property tag Dumux::Properties::TransportModel
 The type of the discretization of a transport model.
Property tag Dumux::Properties::Velocity
 The type velocity reconstruction.
Property tag Dumux::Properties::NumEq
 Number of equations in the system of PDEs.
Property tag Dumux::Properties::NumPhases
 Number of phases in the system.
Property tag Dumux::Properties::NumComponents
 Number of components in the system.
Property tag Dumux::Properties::Variables
 The type of the container of global variables.
Property tag Dumux::Properties::CellData
 Defines data object to be stored.
Property tag Dumux::Properties::MaxIntersections
 Gives maximum number of intersections of an element and neighboring elements.
Property tag Dumux::Properties::PressureCoefficientMatrix
 Gives maximum number of intersections of an element and neighboring elements.