|
| enum class | MessageTag : int {
MasterGroupInfo
, MasterGroupNames
, MasterGroupNamesSize
, MasterStartOfReportStep
,
SlaveActivationDate
, SlaveActivationHandshake
, SlaveInjectionData
, SlaveProcessTermination
,
SlaveName
, SlaveNameSize
, SlaveNextReportDate
, SlaveNextTimeStep
,
SlaveProductionData
, SlaveSimulationStartDate
, SlaveStartOfReportStep
} |
| |
| enum class | Phase : std::size_t { Oil = 0
, Gas
, Water
, Count
} |
| | Phase indices for reservoir coupling, we currently only support black-oil phases (oil, gas, and water). More...
|
| |
◆ MessageTag
| Enumerator |
|---|
| MasterGroupInfo | |
| MasterGroupNames | |
| MasterGroupNamesSize | |
| MasterStartOfReportStep | |
| SlaveActivationDate | |
| SlaveActivationHandshake | |
| SlaveInjectionData | |
| SlaveProcessTermination | |
| SlaveName | |
| SlaveNameSize | |
| SlaveNextReportDate | |
| SlaveNextTimeStep | |
| SlaveProductionData | |
| SlaveSimulationStartDate | |
| SlaveStartOfReportStep | |
◆ Phase
Phase indices for reservoir coupling, we currently only support black-oil phases (oil, gas, and water).
| Enumerator |
|---|
| Oil | |
| Gas | |
| Water | |
| Count | |
◆ custom_error_handler_()
| void Opm::ReservoirCoupling::custom_error_handler_ |
( |
MPI_Comm * |
comm, |
|
|
int * |
err, |
|
|
const std::string & |
msg |
|
) |
| |
◆ serializeStrings()
| std::pair< std::vector< char >, std::size_t > Opm::ReservoirCoupling::serializeStrings |
( |
const std::vector< std::string > & |
data | ) |
|
◆ setErrhandler()
| void Opm::ReservoirCoupling::setErrhandler |
( |
MPI_Comm |
comm, |
|
|
bool |
is_master |
|
) |
| |
|