mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make well failure types more informative.
Separating control eq failures with THP, BHP and Rate.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Opm
|
||||
};
|
||||
struct WellFailure
|
||||
{
|
||||
enum struct Type { Mb, Ctrl };
|
||||
enum struct Type { Mb, CtrlBHP, CtrlTHP, CtrlRate };
|
||||
Type type;
|
||||
int phase;
|
||||
std::string well_name;
|
||||
|
||||
Reference in New Issue
Block a user