My Project
Loading...
Searching...
No Matches
Opm::data::ConnectionFracturing Struct Reference

Connection Level Fracturing Statistics. More...

#include <Wells.hpp>

Classes

struct  Statistics
 Statistics collection for a single quantity. More...
 

Public Member Functions

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.
 

Static Public Member Functions

static ConnectionFracturing serializationTestObject ()
 Create a serialisation test object.
 

Public Attributes

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.
 

Detailed Description

Connection Level Fracturing Statistics.

Member Function Documentation

◆ operator==()

bool Opm::data::ConnectionFracturing::operator== ( const ConnectionFracturing that) const
inline

Equality predicate.

Parameters
[in]thatObject against which
*this
will be tested for equality.
Returns
Whether or not
*this
is the same as that.

◆ serializeOp()

template<class Serializer >
void Opm::data::ConnectionFracturing::serializeOp ( Serializer serializer)
inline

Convert between byte array and object representation.

Template Parameters
SerializerByte array conversion protocol.
Parameters
[in,out]serializerByte array conversion object.

Member Data Documentation

◆ 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: