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