My Project
|
Public Member Functions | |
AggregateWellData (const std::vector< int > &inteHead) | |
void | captureDeclaredWellData (const Schedule &sched, const UnitSystem &units, const std::size_t sim_step, const Opm::Action::State &action_state, const Opm::WellTestState &wtest_state, const Opm::SummaryState &smry, const std::vector< int > &inteHead) |
void | captureDynamicWellData (const Opm::Schedule &sched, const std::size_t sim_step, const Opm::data::Wells &xw, const Opm::SummaryState &smry) |
const std::vector< int > & | getIWell () const |
Retrieve Integer Well Data Array. | |
const std::vector< float > & | getSWell () const |
Retrieve Floating-Point (Real) Well Data Array. | |
const std::vector< double > & | getXWell () const |
Retrieve Floating-Point (Double Precision) Well Data Array. | |
const std::vector< EclIO::PaddedOutputString< 8 > > & | getZWell () const |
Retrieve Character Well Data Array. | |