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>
40
42template<class TypeTag, class MyTypeTag>
43struct NumPhases { using type = UndefinedProperty; };
44
46template<class TypeTag, class MyTypeTag>
48
50template<class TypeTag, class MyTypeTag>
51struct Indices { using type = UndefinedProperty; };
52
54template<class TypeTag, class MyTypeTag>
56
58template<class TypeTag, class MyTypeTag>
60
62template<class TypeTag, class MyTypeTag>
64
66template<class TypeTag, class MyTypeTag>
68
70template<class TypeTag, class MyTypeTag>
72
74template<class TypeTag, class MyTypeTag>
76
78template<class TypeTag, class MyTypeTag>
80
82template<class TypeTag, class MyTypeTag>
83struct FluxModule { using type = UndefinedProperty; };
84
86template<class TypeTag, class MyTypeTag>
88
90template<class TypeTag, class MyTypeTag>
92
94template<class TypeTag, class MyTypeTag>
96
98template<class TypeTag, class MyTypeTag>
100
102template <class TypeTag, class MyTypeTag>
104
105} // namespace Opm::Properties
106
107#endif
Definition: blackoilmodel.hh:79
The Opm property system, traits with inheritance.
Enable convective mixing?
Definition: multiphasebaseproperties.hh:99
Enable diffusive fluxes?
Definition: multiphasebaseproperties.hh:91
Enable dispersive fluxes?
Definition: multiphasebaseproperties.hh:95
Specify whether energy should be considered as a conservation quantity or not.
Definition: multiphasebaseproperties.hh:87
Enable water?
Definition: multiphasebaseproperties.hh:103
The fluid systems including the information about the phases.
Definition: multiphasebaseproperties.hh:79
Specifies the relation used for velocity.
Definition: multiphasebaseproperties.hh:83
Enumerations used by the model.
Definition: multiphasebaseproperties.hh:51
The context material law (extracted from the spatial parameters)
Definition: multiphasebaseproperties.hh:59
The material law which ought to be used (extracted from the spatial parameters)
Definition: multiphasebaseproperties.hh:55
Number of chemical species in the system.
Definition: multiphasebaseproperties.hh:47
Number of fluid phases in the system.
Definition: multiphasebaseproperties.hh:43
The parameters of the material law for energy storage of the solid.
Definition: multiphasebaseproperties.hh:67
The material law for the energy stored in the solid matrix.
Definition: multiphasebaseproperties.hh:63
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:75
The material law for thermal conduction.
Definition: multiphasebaseproperties.hh:71
a tag to mark properties as undefined
Definition: propertysystem.hh:38