Håkon Hægland
|
8843e8af66
|
Find thp iteratively
|
2023-06-02 09:25:34 +02:00 |
|
Håkon Hægland
|
64c041d08f
|
Account for pressure loss also in thp
|
2023-06-02 09:25:34 +02:00 |
|
Håkon Hægland
|
69a0d1e20e
|
Add support for WVFPDP
|
2023-06-02 09:25:34 +02:00 |
|
Kai Bao
|
49a327f372
|
we should not request alq_value for injectors
through the function { return well_.wellEcl().alq_value(); }.
It will throw a runtime_error which is not properly caught.
|
2023-05-11 15:23:25 +02:00 |
|
Kai Bao
|
9304542dbe
|
combining wellIsStopped and wellUnderZeroRateTaget
for better readability.
|
2023-03-29 14:40:50 +02:00 |
|
Kai Bao
|
b6eecf5c55
|
not updating the THP for zero rate controlled wells
|
2023-03-29 13:48:34 +02:00 |
|
Arne Morten Kvarving
|
2da1322697
|
fix regression in wells
we need to call WellInterface::getTHPConstraint,
not WellBhpThpCalculator::getTHPConstraint
|
2022-11-23 15:37:04 +01:00 |
|
Arne Morten Kvarving
|
796aa51e79
|
changed: move calculateBhpFromThp to WellBhpThpCalculator
|
2022-10-31 13:16:51 +01:00 |
|
Arne Morten Kvarving
|
0577516cfe
|
changed: move updateThp to WellBhpThpCalculator
|
2022-10-31 13:16:16 +01:00 |
|
Arne Morten Kvarving
|
f214ccc138
|
changed: move computeBhpFromThpLimitInj to WellBhpThpCalculator
|
2022-10-31 13:15:56 +01:00 |
|
Arne Morten Kvarving
|
6e214557e2
|
changed: move computeBhpFromThpLimitProd to WellBhpThpCalculator
|
2022-10-31 13:15:18 +01:00 |
|
Arne Morten Kvarving
|
4fcb1e9d37
|
changed: move calculateThpFromBhp to WellBhpThpCalculator
|
2022-10-31 13:15:18 +01:00 |
|
Arne Morten Kvarving
|
f7f4352b68
|
changed: move mostStrictBhpFromBhpLimits to WellBhpThpCalculator
|
2022-10-31 13:15:18 +01:00 |
|
Arne Morten Kvarving
|
d4e06536a0
|
changed: move getTHPConstraint to WellBhpThpCalculator
|
2022-10-31 13:15:18 +01:00 |
|
Arne Morten Kvarving
|
cd734f7a0d
|
added: WellBhpThpCalculator
this will hold the code for THP/BHP calculations.
first method moved there is wellHasThpConstraints
|
2022-10-31 13:15:18 +01:00 |
|