|
enum class | Type {
Invalid
, MassBalance
, Pressure
, ControlBHP
,
ControlTHP
, ControlRate
, Unsolvable
} |
|
|
| 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 |
|
The documentation for this class was generated from the following file: