#include <WellTestConfig.hpp>
|
| | WellTestConfig () |
| |
| void | add_well (const std::string &well, Reason reason, double test_interval, int num_test, double startup_time, int current_step) |
| |
| void | add_well (const std::string &well, const std::string &reasons, double test_interval, int num_test, double startup_time, int current_step) |
| |
| void | drop_well (const std::string &well) |
| |
| bool | has (const std::string &well) const |
| |
| bool | has (const std::string &well, Reason reason) const |
| |
| const WTESTWell & | get (const std::string &well, Reason reason) const |
| |
| size_t | size () const |
| |
| bool | operator== (const WellTestConfig &data) const |
| |
| template<class Serializer > |
| void | serializeOp (Serializer &serializer) |
| |
◆ Reason
| Enumerator |
|---|
| PHYSICAL | |
| ECONOMIC | |
| GROUP | |
| THP_DESIGN | |
| COMPLETION | |
◆ WellTestConfig()
| Opm::WellTestConfig::WellTestConfig |
( |
| ) |
|
◆ add_well() [1/2]
| void Opm::WellTestConfig::add_well |
( |
const std::string & |
well, |
|
|
const std::string & |
reasons, |
|
|
double |
test_interval, |
|
|
int |
num_test, |
|
|
double |
startup_time, |
|
|
int |
current_step |
|
) |
| |
◆ add_well() [2/2]
| void Opm::WellTestConfig::add_well |
( |
const std::string & |
well, |
|
|
Reason |
reason, |
|
|
double |
test_interval, |
|
|
int |
num_test, |
|
|
double |
startup_time, |
|
|
int |
current_step |
|
) |
| |
◆ drop_well()
| void Opm::WellTestConfig::drop_well |
( |
const std::string & |
well | ) |
|
◆ get()
◆ has() [1/2]
◆ has() [2/2]
◆ operator==()
◆ reasonToString()
◆ serializeObject()
◆ serializeOp()
| void Opm::WellTestConfig::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
◆ size()
| size_t Opm::WellTestConfig::size |
( |
| ) |
const |
The documentation for this class was generated from the following file: