24#include <unordered_map>
31 class WellConnections;
53 std::pair<WellConnections, WellSegments>
54 processCOMPSEGS(
const DeckKeyword& compsegs,
55 const WellConnections& input_connections,
56 const WellSegments& input_segments,
57 const ScheduleGrid& grid,
58 const ParseContext& parseContext,
62 std::pair<WellConnections, WellSegments>
63 rstUpdate(
const RestartIO::RstWell& rst_well,
64 std::vector<Connection> input_connections,
65 const std::unordered_map<int, Segment>& input_segments);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30