WellGroupConstraints.hpp
Go to the documentation of this file.
51 explicit WellGroupConstraints(const WellInterfaceGeneric<Scalar, IndexTraits>& well) : well_(well) {}
Definition: DeferredLogger.hpp:57 Definition: GroupState.hpp:41 Class for computing well group constraints. Definition: WellGroupConstraints.hpp:48 std::function< void(const RegionId, const int, const std::optional< std::string > &, std::vector< Scalar > &)> RateConvFunc Definition: WellGroupConstraints.hpp:56 bool checkGroupConstraints(WellState< Scalar, IndexTraits > &well_state, const GroupState< Scalar > &group_state, const Schedule &schedule, const SummaryState &summaryState, const RateConvFunc &rateConverter, const bool check_guide_rate, DeferredLogger &deferred_logger) const WellGroupConstraints(const WellInterfaceGeneric< Scalar, IndexTraits > &well) Constructor sets reference to well. Definition: WellGroupConstraints.hpp:51 Definition: WellInterfaceGeneric.hpp:53 Definition: WellState.hpp:66 Definition: blackoilboundaryratevector.hh:39 |