1 #ifndef OPM_PRODUCTIONSPECIFICATION_HPP
2 #define OPM_PRODUCTIONSPECIFICATION_HPP
15 NONE = 0, ORAT = 1, WRAT=2, GRAT=3, LRAT=4, CRAT=5, RESV=6, PRBL=7, BHP=8, THP=9, GRUP=10, FLD=11
25 OIL, GAS, WATER, LIQ, NONE_GRT
29 static std::string toString(
const ControlMode& mode);
30 static std::string toString(
const Procedure& type);
31 static std::string toString(
const GuideRateType& type);
33 ControlMode control_mode_;
37 double water_max_rate_;
39 double liquid_max_rate_;
40 double reservoir_flow_max_rate_;
43 GuideRateType guide_rate_type_;
Definition: ProductionSpecification.hpp:10
Main OPM-Core well data structure along with functions to create, populate and destroy it...