Quantities that go into calculating the connection transmissibility factor.
More...
#include <Connection.hpp>
Quantities that go into calculating the connection transmissibility factor.
◆ operator!=()
| bool Opm::Connection::CTFProperties::operator!= |
( |
const CTFProperties & |
that | ) |
const |
|
inline |
Inequality operator.
- Parameters
-
| [in] | that | Property object to which *this will be compared. |
◆ operator==()
| bool Opm::Connection::CTFProperties::operator== |
( |
const CTFProperties & |
that | ) |
const |
Equality operator.
- Parameters
-
| [in] | that | Property object to which *this will be compared. |
◆ serializeOp()
template<class Serializer >
| void Opm::Connection::CTFProperties::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
Serialisation operator.
- Template Parameters
-
| Serializer | Protocol for serialising and deserialising objects between memory and character buffers. |
- Parameters
-
| [in,out] | serializer | Serialisation object. |
◆ CF
| double Opm::Connection::CTFProperties::CF {} |
Static connection transmissibility factor calculated from input quantities.
◆ d_factor
| double Opm::Connection::CTFProperties::d_factor {} |
Connection's D factor-i.e., the flow-dependent skin factor for gas.
◆ re
| double Opm::Connection::CTFProperties::re {} |
Connection's area equivalent radius–mostly for use by the polymer code.
◆ static_dfac_corr_coeff
| double Opm::Connection::CTFProperties::static_dfac_corr_coeff {} |
Product of certain static elements of D-factor correlation law (WDFACCOR keyword).
The documentation for this struct was generated from the following files:
- opm/input/eclipse/Schedule/Well/Connection.hpp
- opm/input/eclipse/Schedule/Well/Connection.cpp