mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
check operability history wells
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user