BlackoilWellModelConstraints.hpp
Go to the documentation of this file.
52 explicit BlackoilWellModelConstraints(const BlackoilWellModelGeneric<Scalar, IndexTraits>& wellModel)
Class for handling constraints for the blackoil well model. Definition: BlackoilWellModelConstraints.hpp:42 bool actionOnBrokenConstraints(const Group &group, const int reportStepIdx, const Group::GroupLimitAction group_limit_action, const Group::ProductionCMode &newControl, const WellState< Scalar, IndexTraits > &well_state, std::optional< std::string > &worst_offending_well, GroupState< Scalar > &group_state, DeferredLogger &deferred_logger) const Execute action on broken constraint for a production well group. Return true if a group control is ch... static constexpr int oilPhaseIdx Definition: BlackoilWellModelConstraints.hpp:46 bool checkGroupConstraints(const Group &group, const int reportStepIdx, DeferredLogger &deferred_logger) const Check the constraints of a well group. BlackoilWellModelConstraints(const BlackoilWellModelGeneric< Scalar, IndexTraits > &wellModel) Constructor initializes reference to the well model. Definition: BlackoilWellModelConstraints.hpp:52 void actionOnBrokenConstraints(const Group &group, const Group::InjectionCMode &newControl, const Phase &controlPhase, GroupState< Scalar > &group_state, DeferredLogger &deferred_logger) const Execute action for broken constraint for an injection well group. static constexpr int gasPhaseIdx Definition: BlackoilWellModelConstraints.hpp:47 static constexpr int waterPhaseIdx Definition: BlackoilWellModelConstraints.hpp:45 bool updateGroupIndividualControl(const Group &group, const int reportStepIdx, const int max_number_of_group_switch, const bool update_group_switching_log, std::map< std::string, std::array< std::vector< Group::InjectionCMode >, 3 > > &switched_inj, std::map< std::string, std::vector< Group::ProductionCMode > > &switched_prod, std::map< std::string, std::pair< std::string, std::string > > &closed_offending_wells, GroupState< Scalar > &group_state, WellState< Scalar, IndexTraits > &well_state, DeferredLogger &deferred_logger) const Update the individual controls for wells in a group. Return true if a group control is changed. Class for handling the blackoil well model. Definition: BlackoilWellModelGeneric.hpp:95 Definition: DeferredLogger.hpp:57 Definition: GroupState.hpp:41 Definition: WellGroupHelpers.hpp:51 Definition: WellState.hpp:66 Definition: blackoilboundaryratevector.hh:39 |