mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use complete sentences when describing individual WellControlTypes.
This commit is contained in:
parent
97a21f1094
commit
e1a836ff04
@ -36,8 +36,8 @@ extern "C" {
|
||||
/** Well type indicates desired/expected well behaviour. */
|
||||
enum WellType { INJECTOR, PRODUCER };
|
||||
/** Type of well control equation or inequality constraint.
|
||||
* BHP -> bottom hole pressure is specified.
|
||||
* RATE -> flow rate is specified.
|
||||
* BHP -> Well constrained by bottom-hole pressure target.
|
||||
* RATE -> Well constrained by total reservoir volume flow rate.
|
||||
*/
|
||||
enum WellControlType { BHP , RATE };
|
||||
/** Canonical component names and ordering. */
|
||||
|
Loading…
Reference in New Issue
Block a user