|
My Project
|
Single node in extended network model. More...
#include <network.hpp>
Public Attributes | |
| std::string | name {} |
| Name of network node. | |
| std::optional< double > | terminal_pressure {} |
| Fixed pressure for terminal node. Nullopt if not terminal. | |
| std::optional< std::string > | as_choke {} |
| Group whose rate target the choking mechanism attempts to match. | |
| bool | add_lift_gas {false} |
| Whether or not to include lift gas of subordinate wells as part of the produced gas entering the network at this node. | |
| double | pressure {} |
| Node pressure. | |
Single node in extended network model.
| std::optional<std::string> Opm::RestartIO::RstNetwork::Node::as_choke {} |
Group whose rate target the choking mechanism attempts to match.
Nullopt if this node does not act as a choke or if choking is disabled.