opm-simulators
Opm::NetworkPressureComputation< GenericWellModel, VfpProperties, Communication > Class Template Reference

Class to compute network pressures using VFP tables, given flow rates for each group and fixed pressures at network roots. More...

#include <BlackoilWellModelNetworkPressureComputation.hpp>

Public Types

using Scalar = typename GenericWellModel::Scalar
 
using IndexTraits = GenericWellModel::IndexTraits
 

Public Member Functions

 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 ()
 

Detailed Description

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: