61 void add(std::string_view func, std::string_view arg,
double value);
69 void add(
const std::string& key,
double value);
79 double get(std::string_view func, std::string_view arg)
const;
87 double get(
const std::string& key)
const;
96 std::vector<std::string>
wells(
const std::string& func)
const;
103 return this->wListMgr_;
108 std::reference_wrapper<const SummaryState> summaryState_;
111 std::reference_wrapper<const WListManager> wListMgr_;
117 std::map<std::string, double> values_{};
Manager of summary vector values.
Definition ActionContext.hpp:42
double get(std::string_view func, std::string_view arg) const
Retrieve function value (e.g., WOPR) for a specific entity.
Definition ActionContext.cpp:65
const WListManager & wlist_manager() const
Get read-only access to run's well lists.
Definition ActionContext.hpp:101
std::vector< std::string > wells(const std::string &func) const
Retrieve name of all wells for which specified summary function is defined.
Definition ActionContext.cpp:81
void add(std::string_view func, std::string_view arg, double value)
Assign function value for named entity.
Definition ActionContext.cpp:52
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30