Class to compute network pressures using VFP tables, given flow rates for each group and fixed pressures at network roots.
More...
#include <BlackoilWellModelNetworkPressureComputation.hpp>
|
|
using | Scalar = typename GenericWellModel::Scalar |
| |
|
using | IndexTraits = GenericWellModel::IndexTraits |
| |
|
|
| NetworkPressureComputation (const GenericWellModel &well_model, const Network::ExtNetwork &network, const VfpProperties &vfp_props, const UnitSystem &unit_system, const int report_step_idx, const Communication &comm) |
| |
|
std::pair< std::map< std::string, Scalar >, std::map< std::string, data::BranchData > > | run () |
| |
template<typename GenericWellModel, typename VfpProperties, typename Communication = Parallel::Communication>
class Opm::NetworkPressureComputation< GenericWellModel, VfpProperties, Communication >
Class to compute network pressures using VFP tables, given flow rates for each group and fixed pressures at network roots.
Optionally, the ALQ values from wells can be included in the rates.
The documentation for this class was generated from the following file: