40class AggregateGroupData
43 explicit AggregateGroupData(
const std::vector<int>& inteHead);
47 const std::size_t simStep,
49 const std::vector<int>& inteHead);
54 const std::size_t simStep,
56 const std::string& lgr_tag);
58 const std::vector<int>& getIGroup()
const
60 return this->iGroup_.data();
63 const std::vector<float>& getSGroup()
const
65 return this->sGroup_.data();
68 const std::vector<double>& getXGroup()
const
70 return this->xGroup_.data();
73 const std::vector<EclIO::PaddedOutputString<8>>& getZGroup()
const
75 return this->zGroup_.data();
78 const std::vector<std::string> restart_group_keys = {
"GOPP",
"GWPP",
"GOPR",
"GWPR",
"GGPR",
79 "GVPR",
"GWIR",
"GGIR",
"GWCT",
"GGOR",
80 "GOPT",
"GWPT",
"GGPT",
"GVPT",
82 "GWIT" ,
"GGIT" ,
"GVIT",
83 "GOPTH",
"GWPTH",
"GGPTH",
85 "GOPGR",
"GWPGR",
"GGPGR",
"GVPGR",
86 "GOIGR",
"GWIGR",
"GGIGR",
87 "GGCR",
"GGIMR",
"GGCT",
"GGIMT",
91 const std::vector<std::string> restart_field_keys = {
"FOPP",
"FWPP",
"FOPR",
"FWPR",
"FGPR",
92 "FVPR",
"FWIR",
"FGIR",
"FWCT",
"FGOR",
93 "FOPT",
"FWPT",
"FGPT",
"FVPT",
95 "FWIT" ,
"FGIT" ,
"FVIT",
96 "FOPTH",
"FWPTH",
"FGPTH",
97 "FGCR",
"FGCT",
"FGIMR",
"FGIMT",
100 const std::map<std::string, size_t> groupKeyToIndex = {
138 const std::map<std::string, size_t> fieldKeyToIndex = {
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30