mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add default producer BHP control when not given in deck.
Default limit is 1 atm.
This commit is contained in:
@@ -176,7 +176,8 @@ void check_controls_epoch1( struct WellControls ** ctrls) {
|
||||
void check_controls_epoch3( struct WellControls ** ctrls) {
|
||||
// The new producer
|
||||
const struct WellControls * ctrls1 = ctrls[1];
|
||||
BOOST_CHECK_EQUAL( 5 , well_controls_get_num(ctrls1));
|
||||
// Note: controls include default (1 atm) BHP control.
|
||||
BOOST_CHECK_EQUAL( 6 , well_controls_get_num(ctrls1));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user