|
| Node (const std::string &name) |
|
const std::string & | name () const |
|
const std::optional< double > & | terminal_pressure () const |
|
bool | as_choke () const |
|
bool | add_gas_lift_gas () const |
|
const std::optional< std::string > & | target_group () const |
|
void | terminal_pressure (double pressure) |
|
void | add_gas_lift_gas (bool add_gas) |
|
void | as_choke (const std::string &target_group) |
|
bool | operator== (const Node &other) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
|
static Node | serializationTestObject () |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/Schedule/Network/Node.hpp
- opm/input/eclipse/Schedule/Network/Node.cpp