|
opm-simulators
|
Class for computing well group constraints. More...
#include <WellGroupConstraints.hpp>
Public Types | |
| using | RateConvFunc |
| using | GroupStateHelperType = GroupStateHelper<Scalar, IndexTraits> |
| using | WellStateType = WellState<Scalar, IndexTraits> |
Public Member Functions | |
| WellGroupConstraints (const WellInterfaceGeneric< Scalar, IndexTraits > &well) | |
| Constructor sets reference to well. | |
| bool | checkGroupConstraints (const GroupStateHelperType &groupStateHelper, const Schedule &schedule, const SummaryState &summaryState, const RateConvFunc &rateConverter, const bool check_guide_rate, WellStateType &well_state) const |
Class for computing well group constraints.
| using Opm::WellGroupConstraints< Scalar, IndexTraits >::RateConvFunc |