19 #ifndef RST_CONNECTION
20 #define RST_CONNECTION
24 #include <opm/input/eclipse/Schedule/Well/Connection.hpp>
34 RstConnection(const ::Opm::UnitSystem& unit_system, std::size_t rst_index,
int nsconz,
const int* icon,
const float* scon,
const double *xcon);
35 static double inverse_peaceman(
double cf,
double kh,
double rw,
double skin);
37 std::size_t rst_index;
38 std::array<int,3> ijk;
39 Connection::State state;
43 Connection::Direction dir;
45 Connection::CTFKind cf_kind;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29
Definition: connection.hpp:33