|
bool | Opm::Details::PhaseUsed::water (const PhaseUsage &pu) |
|
bool | Opm::Details::PhaseUsed::oil (const PhaseUsage &pu) |
|
bool | Opm::Details::PhaseUsed::gas (const PhaseUsage &pu) |
|
int | Opm::Details::PhaseIndex::water (const PhaseUsage &pu) |
|
int | Opm::Details::PhaseIndex::oil (const PhaseUsage &pu) |
|
int | Opm::Details::PhaseIndex::gas (const PhaseUsage &pu) |
|
template<class Grid , class PressFunction , class CellRange > |
void | Opm::Details::PhasePressure::assign (const Grid &G, const std::array< PressFunction, 2 > &f, const double split, const CellRange &cells, std::vector< double > &p) |
|
template<class Grid , class Region , class CellRange > |
void | Opm::Details::PhasePressure::water (const Grid &G, const Region ®, const std::array< double, 2 > &span, const double grav, double &po_woc, const CellRange &cells, std::vector< double > &press) |
|
template<class Grid , class Region , class CellRange > |
void | Opm::Details::PhasePressure::oil (const Grid &G, const Region ®, const std::array< double, 2 > &span, const double grav, const CellRange &cells, std::vector< double > &press, double &po_woc, double &po_goc) |
|
template<class Grid , class Region , class CellRange > |
void | Opm::Details::PhasePressure::gas (const Grid &G, const Region ®, const std::array< double, 2 > &span, const double grav, double &po_goc, const CellRange &cells, std::vector< double > &press) |
|
template<class Grid , class Region , class CellRange > |
void | Opm::Details::equilibrateOWG (const Grid &G, const Region ®, const double grav, const std::array< double, 2 > &span, const CellRange &cells, std::vector< std::vector< double > > &press) |
|
template<class Grid , class Region , class CellRange > |
std::vector< std::vector
< double > > | Opm::Equil::phasePressures (const Grid &G, const Region ®, const CellRange &cells, const double grav) |
|
template<class Grid , class Region , class CellRange > |
std::vector< double > | Opm::Equil::temperature (const Grid &, const Region &, const CellRange &cells) |
|
template<class Grid , class Region , class CellRange > |
std::vector< std::vector
< double > > | Opm::Equil::phaseSaturations (const Grid &G, const Region ®, const CellRange &cells, BlackoilPropertiesInterface &props, const std::vector< double > swat_init, std::vector< std::vector< double > > &phase_pressures) |
|
template<class Grid , class CellRangeType > |
std::vector< double > | Opm::Equil::computeRs (const Grid &grid, const CellRangeType &cells, const std::vector< double > oil_pressure, const std::vector< double > &temperature, const Miscibility::RsFunction &rs_func, const std::vector< double > gas_saturation) |
|
std::vector< double > | Opm::Details::convertSats (const std::vector< std::vector< double > > &sat) |
|
template<class Grid > |
void | Opm::initStateEquil (const Grid &grid, BlackoilPropertiesInterface &props, const Opm::DeckConstPtr deck, const Opm::EclipseStateConstPtr eclipseState, const double gravity, BlackoilState &state) |
|