|
| enum class | MessageTag : int {
InjectionGroupTargets
, MasterGroupNames
, MasterGroupNamesSize
, MasterStartOfReportStep
,
NumSlaveGroupTargets
, ProductionGroupTargets
, 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 |
|---|
| InjectionGroupTargets | |
| MasterGroupNames | |
| MasterGroupNamesSize | |
| MasterStartOfReportStep | |
| NumSlaveGroupTargets | |
| ProductionGroupTargets | |
| 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 | |
◆ convertPhaseToReservoirCouplingPhase()
| Phase Opm::ReservoirCoupling::convertPhaseToReservoirCouplingPhase |
( |
::Opm::Phase |
phase | ) |
|
◆ customErrorHandler_()
| void Opm::ReservoirCoupling::customErrorHandler_ |
( |
MPI_Comm * |
comm, |
|
|
int * |
err, |
|
|
const std::string & |
msg |
|
) |
| |
◆ customErrorHandlerMaster_()
| void Opm::ReservoirCoupling::customErrorHandlerMaster_ |
( |
MPI_Comm * |
comm, |
|
|
int * |
err, |
|
|
|
... |
|
) |
| |
◆ customErrorHandlerSlave_()
| void Opm::ReservoirCoupling::customErrorHandlerSlave_ |
( |
MPI_Comm * |
comm, |
|
|
int * |
err, |
|
|
|
... |
|
) |
| |
◆ 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 |
|
) |
| |
|