Opm::SimFIBODetails Namespace Reference

Typedefs

typedef std::unordered_map
< std::string, WellConstPtr > 
WellMap
 

Functions

WellMap mapWells (const std::vector< WellConstPtr > &wells)
 
int resv_control (const WellControls *ctrl)
 
bool is_resv (const Wells &wells, const int w)
 
bool is_resv (const WellMap &wmap, const std::string &name, const std::size_t step)
 
std::vector< int > resvWells (const Wells *wells, const std::size_t step, const WellMap &wmap)
 
void historyRates (const PhaseUsage &pu, const WellProductionProperties &p, std::vector< double > &rates)
 

Typedef Documentation

typedef std::unordered_map<std::string, WellConstPtr> Opm::SimFIBODetails::WellMap

Function Documentation

void Opm::SimFIBODetails::historyRates ( const PhaseUsage &  pu,
const WellProductionProperties &  p,
std::vector< double > &  rates 
)
inline
bool Opm::SimFIBODetails::is_resv ( const Wells &  wells,
const int  w 
)
inline

References resv_control().

Referenced by resvWells().

bool Opm::SimFIBODetails::is_resv ( const WellMap &  wmap,
const std::string &  name,
const std::size_t  step 
)
inline
WellMap Opm::SimFIBODetails::mapWells ( const std::vector< WellConstPtr > &  wells)
inline
int Opm::SimFIBODetails::resv_control ( const WellControls *  ctrl)
inline
std::vector<int> Opm::SimFIBODetails::resvWells ( const Wells *  wells,
const std::size_t  step,
const WellMap &  wmap 
)
inline