eclipse/VectorItems/aquifer.hpp
Go to the documentation of this file.
1/*
2 Copyright (c) 2019 Equinor ASA
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_OUTPUT_ECLIPSE_VECTOR_AQUIFER_HPP
21#define OPM_OUTPUT_ECLIPSE_VECTOR_AQUIFER_HPP
22
23#include <vector>
24
25namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems {
26
27 namespace IAnalyticAquifer {
28 enum index : std::vector<int>::size_type {
31
34 };
35 } // IAnalyticAquifer
36
37 namespace SAnalyticAquifer {
38 enum index : std::vector<float>::size_type {
40
44
48
51
56 };
57 } // SAnalyticAquifer
58
59 namespace XAnalyticAquifer {
60 enum index : std::vector<double>::size_type {
62 Pressure = 1, // Dynamic aquifer pressure
63 ProdVolume = 2, // Liquid volume produced from aquifer (into reservoir)
65 };
66 } // XAnalyticAquifer
67
68}}}} // Opm::RestartIO::Helpers::VectorItems
69
70#endif // OPM_OUTPUT_ECLIPSE_VECTOR_AQUIFER_HPP
index
Definition: eclipse/VectorItems/aquifer.hpp:28
@ WatPropTable
Definition: eclipse/VectorItems/aquifer.hpp:30
@ TypeRelated1
Definition: eclipse/VectorItems/aquifer.hpp:32
@ TypeRelated2
Definition: eclipse/VectorItems/aquifer.hpp:33
@ NumAquiferConn
Definition: eclipse/VectorItems/aquifer.hpp:29
index
Definition: eclipse/VectorItems/aquifer.hpp:38
@ CTWatViscosity
Definition: eclipse/VectorItems/aquifer.hpp:55
@ FetTimeConstant
Definition: eclipse/VectorItems/aquifer.hpp:43
@ DatumDepth
Definition: eclipse/VectorItems/aquifer.hpp:50
@ CTPorosity
Definition: eclipse/VectorItems/aquifer.hpp:47
@ InitPressure
Definition: eclipse/VectorItems/aquifer.hpp:49
@ Compressibility
Definition: eclipse/VectorItems/aquifer.hpp:39
@ CTThickness
Definition: eclipse/VectorItems/aquifer.hpp:52
@ CTRadius
Definition: eclipse/VectorItems/aquifer.hpp:45
@ CTPermeability
Definition: eclipse/VectorItems/aquifer.hpp:46
@ FetProdIndex
Definition: eclipse/VectorItems/aquifer.hpp:42
@ FetInitVol
Definition: eclipse/VectorItems/aquifer.hpp:41
@ CTAngle
Definition: eclipse/VectorItems/aquifer.hpp:53
@ CTWatMassDensity
Definition: eclipse/VectorItems/aquifer.hpp:54
index
Definition: eclipse/VectorItems/aquifer.hpp:60
@ FlowRate
Definition: eclipse/VectorItems/aquifer.hpp:61
@ Pressure
Definition: eclipse/VectorItems/aquifer.hpp:62
@ ProdVolume
Definition: eclipse/VectorItems/aquifer.hpp:63
@ TotalArea
Definition: eclipse/VectorItems/aquifer.hpp:64
Definition: A.hpp:4