mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4136 Command File : Export of flow characteristics
This commit is contained in:
@@ -74,6 +74,11 @@ public:
|
||||
ALL_AVAILABLE,
|
||||
SELECTED,
|
||||
};
|
||||
|
||||
void setTimeSteps(const std::vector<int>& timeSteps);
|
||||
void setInjectorsAndProducers(const std::vector<QString>& injectors, const std::vector<QString>& producers);
|
||||
void setMinimumCommunication(double minimumCommunication);
|
||||
void setAquiferCellThreshold(double aquiferCellThreshold);
|
||||
|
||||
protected:
|
||||
// RimViewWindow overrides
|
||||
|
||||
Reference in New Issue
Block a user