Opm::WellGroupConstraints Class Reference

Class for computing well group constraints. More...

#include <WellGroupConstraints.hpp>

Public Types

using RateConvFunc = std::function< void(const RegionId, const int, const std::optional< std::string > &, std::vector< double > &)>
 

Public Member Functions

 WellGroupConstraints (const WellInterfaceGeneric &well)
 Constructor sets reference to well. More...
 
bool checkGroupConstraints (WellState< double > &well_state, const GroupState< double > &group_state, const Schedule &schedule, const SummaryState &summaryState, const RateConvFunc &rateConverter, DeferredLogger &deferred_logger) const
 

Detailed Description

Class for computing well group constraints.

Member Typedef Documentation

◆ RateConvFunc

using Opm::WellGroupConstraints::RateConvFunc = std::function<void(const RegionId, const int, const std::optional<std::string>&, std::vector<double>&)>

Constructor & Destructor Documentation

◆ WellGroupConstraints()

Opm::WellGroupConstraints::WellGroupConstraints ( const WellInterfaceGeneric well)
inline

Constructor sets reference to well.

Member Function Documentation

◆ checkGroupConstraints()

bool Opm::WellGroupConstraints::checkGroupConstraints ( WellState< double > &  well_state,
const GroupState< double > &  group_state,
const Schedule &  schedule,
const SummaryState &  summaryState,
const RateConvFunc rateConverter,
DeferredLogger deferred_logger 
) const

The documentation for this class was generated from the following file: