Use complete sentences when describing individual WellControlTypes.

This commit is contained in:
Bård Skaflestad 2012-04-21 10:10:11 +02:00
parent 97a21f1094
commit e1a836ff04

View File

@ -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. */