21#ifndef WELL_INJECTION_CONTROLS_HPP
22#define WELL_INJECTION_CONTROLS_HPP
24#include <opm/input/eclipse/Schedule/ScheduleTypes.hpp>
25#include <opm/input/eclipse/Schedule/Well/WellEnums.hpp>
32 controls(controls_arg)
35 bool hasControl(WellInjectorCMode cmode_arg)
const
37 return (this->controls &
static_cast<int>(cmode_arg)) != 0;
43 InjectorType injector_type;
44 WellInjectorCMode cmode = WellInjectorCMode::CMODE_UNDEFINED;
46 double reservoir_rate;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: WellInjectionControls.hpp:29