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

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

#include <dumux/common/properties.hh>
#include <dumux/common/properties/model.hh>
#include <dumux/common/properties/grid.hh>
#include <dumux/common/defaultmappertraits.hh>
#include <dumux/discretization/method.hh>
#include <dumux/porousmediumflow/sequential/gridadaptproperties.hh>
#include <dumux/porousmediumflow/sequential/gridadaptinitializationindicatordefault.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/istl/bvector.hh>
#include <dumux/common/timemanager.hh>
#include <dumux/common/boundarytypes.hh>
#include <dumux/common/boundaryconditions.hh>

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. More...
 
 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. More...
 
 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. More...
 

Variables

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