My Project
|
Public Types | |
enum struct | Type { Invalid , MassBalance , Pressure , ControlBHP , ControlTHP , ControlRate , Unsolvable , WrongFlowDirection } |
Public Member Functions | |
WellFailure (Type t, Severity s, int phase, const std::string &well_name) | |
Type | type () const |
Severity | severity () const |
int | phase () const |
const std::string & | wellName () const |