Remove unused group rate

This commit is contained in:
Joakim Hove
2019-07-14 08:33:45 +02:00
parent 2c8e4cb6b0
commit 2248a1133d
3 changed files with 0 additions and 22 deletions

View File

@@ -41,7 +41,6 @@ namespace Opm {
DynamicState< Phase > phase;
DynamicState< GroupInjection::ControlEnum > controlMode;
DynamicState< double > rate;
DynamicState< double > surfaceFlowMaxRate;
DynamicState< double > reservoirFlowMaxRate;
DynamicState< double > targetReinjectFraction;
@@ -82,9 +81,6 @@ namespace Opm {
void setInjectionControlMode(size_t time_step , GroupInjection::ControlEnum ControlMode);
GroupInjection::ControlEnum getInjectionControlMode( size_t time_step) const;
void setInjectionRate(size_t time_step , double rate);
double getInjectionRate( size_t time_step) const;
void setSurfaceMaxRate( size_t time_step , double rate);
double getSurfaceMaxRate( size_t time_step ) const;