InjectionSpecification.hpp
Go to the documentation of this file.
1 #ifndef OPM_INJECTORSPECIFICATION_HPP
2 #define OPM_INJECTORSPECIFICATION_HPP
3 
4 #include <opm/core/wells.h>
5 
6 namespace Opm
7 {
8 
10  {
11 
13  {
15  };
16 
18  {
20  };
21 
23  {
25  };
26 
28 
33  double BHP_limit_;
36  double guide_rate_;
38  };
39 
40 }
41 
42 #endif /* OPM_INJECTORSPECIFICATION_HPP */
43 
Definition: InjectionSpecification.hpp:24
Definition: AnisotropicEikonal.hpp:43
Definition: InjectionSpecification.hpp:19
Definition: InjectionSpecification.hpp:14
double reservoir_flow_max_rate_
Definition: InjectionSpecification.hpp:32
double voidage_replacment_fraction_
Definition: InjectionSpecification.hpp:35
Definition: InjectionSpecification.hpp:14
Definition: InjectionSpecification.hpp:14
InjectorType
Definition: InjectionSpecification.hpp:17
double guide_rate_
Definition: InjectionSpecification.hpp:36
ControlMode control_mode_
Definition: InjectionSpecification.hpp:30
Definition: InjectionSpecification.hpp:14
Definition: InjectionSpecification.hpp:14
Definition: InjectionSpecification.hpp:14
Definition: InjectionSpecification.hpp:14
GuideRateType guide_rate_type_
Definition: InjectionSpecification.hpp:37
Definition: InjectionSpecification.hpp:14
ControlMode
Definition: InjectionSpecification.hpp:12
GuideRateType
Definition: InjectionSpecification.hpp:22
Definition: InjectionSpecification.hpp:19
double BHP_limit_
Definition: InjectionSpecification.hpp:33
double surface_flow_max_rate_
Definition: InjectionSpecification.hpp:31
Definition: InjectionSpecification.hpp:9
double reinjection_fraction_target_
Definition: InjectionSpecification.hpp:34
Definition: InjectionSpecification.hpp:14
Definition: InjectionSpecification.hpp:24
InjectorType injector_type_
Definition: InjectionSpecification.hpp:29
Definition: InjectionSpecification.hpp:19