20#ifndef OPM_REGION_CACHE_HPP
21#define OPM_REGION_CACHE_HPP
31 class FieldPropsManager;
38 const std::vector<std::pair<std::string,size_t>>& connections(
const std::string& region_name,
int region_id )
const;
41 std::vector<std::string> wells(
const std::string& region_name,
int region_id)
const;
43 std::vector<std::pair<std::string,size_t>> connections_empty;
44 std::map<std::pair<std::string, int> , std::vector<std::pair<std::string,size_t>>> connection_map;
45 std::map<std::pair<std::string, int>, std::vector<std::string>> well_map;
About cell information and dimension: The actual grid information is held in a pointer to an ERT ecl_...
Definition: EclipseGrid.hpp:54
Definition: FieldPropsManager.hpp:38
Definition: Schedule.hpp:138
Definition: RegionCache.hpp:34
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29