Make well failure types more informative.

Separating control eq failures with THP, BHP and Rate.
This commit is contained in:
Atgeirr Flø Rasmussen
2018-10-23 10:26:39 +02:00
parent 891912b04a
commit 892b24c435
2 changed files with 5 additions and 5 deletions

View File

@@ -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;