BlackoilModelEnums.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2015 SINTEF ICT, Applied Mathematics.
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 3 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 
20 #ifndef OPM_BLACKOILMODELENUMS_HEADER_INCLUDED
21 #define OPM_BLACKOILMODELENUMS_HEADER_INCLUDED
22 
24 
25 namespace Opm
26 {
27 
28  enum Phases {
33  };
34 
36  Sg = 0,
37  RS = 1,
38  RV = 2
39  };
40 
41 
43  Pressure = 0,
44  Sw = 1,
45  Xvar = 2,
46  Qs = 3,
47  Bhp = 4,
48  Next // For extension.
49  };
50 
51 } // namespace Opm
52 
53 #endif // OPM_BLACKOILMODELENUMS_HEADER_INCLUDED
Definition: BlackoilModelEnums.hpp:38
Definition: BlackoilModelEnums.hpp:43
Definition: BlackoilPropsAdInterface.hpp:81
Definition: BlackoilModelEnums.hpp:48
Definition: BlackoilModelEnums.hpp:47
Definition: AdditionalObjectDeleter.hpp:22
Definition: BlackoilPropsAdInterface.hpp:86
Definition: BlackoilModelEnums.hpp:32
Definition: BlackoilPropsAdInterface.hpp:81
Definition: BlackoilModelEnums.hpp:46
Definition: BlackoilModelEnums.hpp:37
Definition: BlackoilModelEnums.hpp:36
Definition: BlackoilPropsAdInterface.hpp:82
Definition: BlackoilModelEnums.hpp:30
Definition: BlackoilModelEnums.hpp:29
Definition: BlackoilModelEnums.hpp:44
Phases
Definition: BlackoilModelEnums.hpp:28
Definition: BlackoilModelEnums.hpp:45
PrimalVariables
Definition: BlackoilModelEnums.hpp:35
CanonicalVariablePositions
Definition: BlackoilModelEnums.hpp:42
Definition: BlackoilModelEnums.hpp:31