From 868905ae24476b577e258323d2700598c5bd8a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Sat, 21 Apr 2012 10:10:11 +0200 Subject: [PATCH] Use complete sentences when describing individual WellControlTypes. --- opm/core/newwells.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/newwells.h b/opm/core/newwells.h index 5b1234cc..3e29f058 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -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. */