multiphasebaseproperties.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3/*
4 This file is part of the Open Porous Media project (OPM).
5
6 OPM is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 2 of the License, or
9 (at your option) any later version.
10
11 OPM is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with OPM. If not, see <http://www.gnu.org/licenses/>.
18
19 Consult the COPYING file in the top-level source directory of this
20 module for the precise wording of the license and the list of
21 copyright holders.
22*/
30#ifndef EWOMS_MULTI_PHASE_BASE_PROPERTIES_HH
31#define EWOMS_MULTI_PHASE_BASE_PROPERTIES_HH
32
34
35namespace Opm::Properties {
36
38template<class TypeTag, class MyTypeTag>
41template<class TypeTag, class MyTypeTag>
42struct NumPhases { using type = UndefinedProperty; };
44template<class TypeTag, class MyTypeTag>
47template<class TypeTag, class MyTypeTag>
48struct Indices { using type = UndefinedProperty; };
50template<class TypeTag, class MyTypeTag>
53template<class TypeTag, class MyTypeTag>
56template<class TypeTag, class MyTypeTag>
59template<class TypeTag, class MyTypeTag>
62template<class TypeTag, class MyTypeTag>
65template<class TypeTag, class MyTypeTag>
68template<class TypeTag, class MyTypeTag>
71template<class TypeTag, class MyTypeTag>
72struct FluxModule { using type = UndefinedProperty; };
73
75template<class TypeTag, class MyTypeTag>
78template<class TypeTag, class MyTypeTag>
81template<class TypeTag, class MyTypeTag>
84template<class TypeTag, class MyTypeTag>
86
87} // namespace Opm::Properties
88
89#endif
Defines a type tags and some fundamental properties all models.
Definition: blackoilmodel.hh:72
Enable diffusive fluxes?
Definition: multiphasebaseproperties.hh:82
Enable dispersive fluxes?
Definition: multiphasebaseproperties.hh:85
Specify whether energy should be considered as a conservation quantity or not.
Definition: multiphasebaseproperties.hh:76
Returns whether gravity is considered in the problem.
Definition: multiphasebaseproperties.hh:79
The fluid systems including the information about the phases.
Definition: multiphasebaseproperties.hh:69
Specifies the relation used for velocity.
Definition: multiphasebaseproperties.hh:72
Enumerations used by the model.
Definition: multiphasebaseproperties.hh:48
The context material law (extracted from the spatial parameters)
Definition: multiphasebaseproperties.hh:54
The material law which ought to be used (extracted from the spatial parameters)
Definition: multiphasebaseproperties.hh:51
Number of chemical species in the system.
Definition: multiphasebaseproperties.hh:45
Number of fluid phases in the system.
Definition: multiphasebaseproperties.hh:42
The parameters of the material law for energy storage of the solid.
Definition: multiphasebaseproperties.hh:60
The material law for the energy stored in the solid matrix.
Definition: multiphasebaseproperties.hh:57
The splice to be used for the spatial discretization.
Definition: multiphasebaseproperties.hh:39
The parameters of the material law for thermal conduction.
Definition: multiphasebaseproperties.hh:66
The material law for thermal conduction.
Definition: multiphasebaseproperties.hh:63
a tag to mark properties as undefined
Definition: propertysystem.hh:40