check operability history wells

This commit is contained in:
Tor Harald Sandve
2021-10-14 13:14:38 +02:00
parent d925e74b76
commit 160c80b574
6 changed files with 11 additions and 38 deletions

View File

@@ -157,10 +157,10 @@ public:
/// Return true if any well has a THP constraint.
bool hasTHPConstraints() const;
/// Shut down any single well, but only if it is in prediction mode.
/// Shut down any single well
/// Returns true if the well was actually found and shut.
bool forceShutWellByNameIfPredictionMode(const std::string& wellname,
const double simulation_time);
bool forceShutWellByName(const std::string& wellname,
const double simulation_time);
protected: