|
opm-simulators
|
Class for computing well group constraints. More...
#include <WellConstraints.hpp>
Public Types | |
| using | RateConvFunc |
Public Member Functions | |
| WellConstraints (const WellInterfaceGeneric< Scalar, IndexTraits > &well) | |
| Constructor sets reference to well. | |
| bool | checkIndividualConstraints (SingleWellState< Scalar, IndexTraits > &ws, const SummaryState &summaryState, const RateConvFunc &calcReservoirVoidageRates, bool &thp_limit_violated_but_not_switched, DeferredLogger &deferred_logger, const std::optional< Well::InjectionControls > &inj_controls=std::nullopt, const std::optional< Well::ProductionControls > &prod_controls=std::nullopt) const |
Class for computing well group constraints.
| using Opm::WellConstraints< Scalar, IndexTraits >::RateConvFunc |