mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add Pressure equation type (for multisegment wells).
This commit is contained in:
parent
42cb36ab9f
commit
37d4327ce3
@ -55,7 +55,7 @@ namespace Opm
|
|||||||
};
|
};
|
||||||
struct WellFailure
|
struct WellFailure
|
||||||
{
|
{
|
||||||
enum struct Type { Mb, CtrlBHP, CtrlTHP, CtrlRate };
|
enum struct Type { Mb, Pressure, CtrlBHP, CtrlTHP, CtrlRate };
|
||||||
Type type;
|
Type type;
|
||||||
Severity severity;
|
Severity severity;
|
||||||
int phase;
|
int phase;
|
||||||
|
Loading…
Reference in New Issue
Block a user