Connection Level Fracturing Statistics.
More...
#include <Wells.hpp>
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
| Convert between byte array and object representation.
|
|
bool | operator== (const ConnectionFracturing &that) const |
| Equality predicate.
|
|
template<class MessageBufferType > |
void | write (MessageBufferType &buffer) const |
| MPI communication protocol–serialisation operation.
|
|
template<class MessageBufferType > |
void | read (MessageBufferType &buffer) |
| MPI communication protocol–deserialisation operation.
|
|
|
std::size_t | numCells {} |
| Sample size.
|
|
Statistics | press {} |
| Statistical measures for connection's fracture pressures.
|
|
Statistics | rate {} |
| Statistical measures for connection's fracture fracture flow rate.
|
|
Statistics | width {} |
| Statistical measures for connection's fracture fracture width.
|
|
◆ operator==()
Equality predicate.
- Parameters
-
[in] | that | Object against which will be tested for equality. |
- Returns
- Whether or not is the same as
that
.
◆ serializeOp()
void Opm::data::ConnectionFracturing::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
Convert between byte array and object representation.
- Template Parameters
-
- Parameters
-
[in,out] | serializer | Byte array conversion object. |
◆ numCells
std::size_t Opm::data::ConnectionFracturing::numCells {} |
Sample size.
Expected to be the same for each quantiy.
The documentation for this struct was generated from the following file: