1 #ifndef OPM_INJECTORSPECIFICATION_HPP 2 #define OPM_INJECTORSPECIFICATION_HPP 15 NONE, RATE, RESV, BHP, THP, REIN, VREP, GRUP, FLD
29 static std::string toString(
const ControlMode& mode);
30 static std::string toString(
const InjectorType& type);
31 static std::string toString(
const GuideRateType& type);
32 InjectorType injector_type_;
33 ControlMode control_mode_;
34 double surface_flow_max_rate_;
35 double reservoir_flow_max_rate_;
37 double reinjection_fraction_target_;
38 double voidage_replacment_fraction_;
40 GuideRateType guide_rate_type_;
Definition: AnisotropicEikonal.cpp:446
Main OPM-Core well data structure along with functions to create, populate and destroy it...
Definition: InjectionSpecification.hpp:10