Arne Morten Kvarving
|
9b74b5dfac
|
changed: this is known on compile time
use info to disable code
|
2021-01-28 14:33:56 +01:00 |
|
Arne Morten Kvarving
|
77692c1f99
|
quell unused parameter warning
|
2021-01-28 12:52:19 +01:00 |
|
Kai Bao
|
e77f8b2f7d
|
Merge pull request #2997 from totto82/avoidDoubleCopy
dont copy the well model in computeWellPotentials
|
2021-01-28 11:45:41 +01:00 |
|
Kai Bao
|
d8f8b9f0cc
|
Merge pull request #3028 from totto82/quarryPerfLengthAndRadius
get connection length and radius from the connection object
|
2021-01-28 11:21:21 +01:00 |
|
Bård Skaflestad
|
d1ad97a7f1
|
Chase Unscaled Endpoint API Update
We no longer need to pass the "family" as an argument.
|
2021-01-27 15:04:26 +01:00 |
|
Bård Skaflestad
|
27a11508ae
|
Merge pull request #3031 from totto82/relperm_diag
Removing explicit usage of the Grid in the relperm diagnostics
|
2021-01-27 09:18:16 +01:00 |
|
Tor Harald Sandve
|
d4f5398af6
|
adapt RelpermDiagnostics to single phase systems
|
2021-01-26 15:20:47 +01:00 |
|
Tor Harald Sandve
|
c145722798
|
pass CartesianIndexMapper instead of the grid to the RelpermDiagnositics
|
2021-01-26 14:59:36 +01:00 |
|
Joakim Hove
|
358620120e
|
Merge pull request #3027 from joakim-hove/vfp-ref-wrapper
Use std::reference_wrapper<> instead of pointers for VFP tables
|
2021-01-26 11:07:42 +01:00 |
|
Bård Skaflestad
|
7684f22073
|
Merge pull request #3000 from totto82/substituteSolveWellEq
substitute solveWellEq with inner iterations and initial solve
|
2021-01-26 09:59:37 +01:00 |
|
Joakim Hove
|
e4789d4eb7
|
Use std::reference_wrapper for VFP tables
|
2021-01-26 07:56:59 +01:00 |
|
Tor Harald Sandve
|
9277b2edee
|
get connection length and radius from the connection object
|
2021-01-25 14:08:59 +01:00 |
|
Bård Skaflestad
|
f8e4346e6d
|
Ensure Well Defined Initial Values for CT Data Members
|
2021-01-22 09:04:08 +01:00 |
|
Atgeirr Flø Rasmussen
|
18a8d78f02
|
Merge pull request #3008 from GitPaean/cleaningup_after_aicd_pr
refactoring the pressure assemble equations for ICD
|
2021-01-22 08:26:16 +01:00 |
|
Tor Harald Sandve
|
91ab0f4d93
|
fix phase index for WELLPI for MSW
|
2021-01-21 11:58:24 +01:00 |
|
Tor Harald Sandve
|
036a021c63
|
fix well model for gasoil thermal
|
2021-01-21 11:37:25 +01:00 |
|
Tor Harald Sandve
|
36ba423d42
|
Add guard around solve well equation.
|
2021-01-20 08:46:58 +01:00 |
|
Tor Harald Sandve
|
62e485cbea
|
adapt to changes in the schedule class
|
2021-01-18 15:12:17 +01:00 |
|
Tor Harald Sandve
|
b6fe8cbd77
|
only update individual wells after solve eq
|
2021-01-18 15:12:17 +01:00 |
|
Tor Harald Sandve
|
27bea2fa4f
|
Solve well equation for the first iteration
|
2021-01-18 15:12:17 +01:00 |
|
Tor Harald Sandve
|
fbcd230eb2
|
substitute solveWellEq with one inner solve for newly opened wells
|
2021-01-18 15:12:17 +01:00 |
|
Atgeirr Flø Rasmussen
|
3a0dbdc6e7
|
Merge pull request #2993 from blattms/stdwell-comm-rebase-split-cont-clean
Final fixes to make distributed wells work for Norne.
|
2021-01-15 15:42:45 +01:00 |
|
Joakim Hove
|
17fcdfc87a
|
Use ScheduleState to handle VFP propertes + simplifications
|
2021-01-14 19:22:34 +01:00 |
|
Joakim Hove
|
5b129a3304
|
Use ScheduleState to manage network properties
|
2021-01-13 00:58:03 +01:00 |
|
Joakim Hove
|
b32f3f7546
|
Manage GConSale and GConSump with ScheduleState object
|
2021-01-12 18:29:59 +01:00 |
|
Joakim Hove
|
c1a1bf8683
|
Use ScheduleState to manage well test configuration
|
2021-01-12 14:08:41 +01:00 |
|
Joakim Hove
|
914bbeca82
|
Fetch messagelimits from ScheduleState
|
2021-01-12 07:44:10 +01:00 |
|
Joakim Hove
|
237eb2b7ee
|
Fetch events from ScheduleState
|
2021-01-11 17:42:30 +01:00 |
|
Joakim Hove
|
8983b8d532
|
Merge pull request #3009 from GitPaean/moving_aquifer_folder
adapting to the directory change in opm-common related to aquifer
|
2021-01-09 10:35:03 +01:00 |
|
Kai Bao
|
a3004580e6
|
adapting to the directory change in opm-common related to aquifer
|
2021-01-08 23:18:41 +01:00 |
|
Kai Bao
|
00ca6dc492
|
putting all the pressure assmeble function to one function
assemblePressureEq for MSW
|
2021-01-08 16:46:32 +01:00 |
|
Kai Bao
|
2dc63b7a57
|
putting the three ICD assembleEq function to be one
to reduce the code duplication.
|
2021-01-08 15:09:27 +01:00 |
|
Kai Bao
|
286a7d2e5b
|
Merge pull request #3002 from totto82/moveWellOpCheck
move well operability check for STW
|
2021-01-08 11:28:35 +01:00 |
|
Joakim Hove
|
c6f0ea3ae2
|
Merge pull request #3004 from joakim-hove/nupcol
Use ScheduleState to access nupcol
|
2021-01-07 15:48:49 +01:00 |
|
Joakim Hove
|
a8be103173
|
Merge pull request #3005 from joakim-hove/sched-tuning
Access tuning class from ScheduleState
|
2021-01-07 07:49:29 +01:00 |
|
Joakim Hove
|
ad9d6079b3
|
Merge pull request #3001 from joakim-hove/improve-error-message
Output typeid(T).name() for types without packing support
|
2021-01-06 19:12:25 +01:00 |
|
Joakim Hove
|
fe788cdb05
|
Access tuning class from ScheduleState
|
2021-01-06 16:26:13 +01:00 |
|
Joakim Hove
|
c1e10d81ba
|
Use ScheduleState to access nupcol
|
2021-01-06 15:10:05 +01:00 |
|
Tor Harald Sandve
|
5ee75c45e3
|
move well operability check for STW
|
2021-01-05 15:10:40 +01:00 |
|
Joakim Hove
|
f5653af392
|
Output typeid(T).name() for types without packing support
|
2021-01-05 12:00:46 +01:00 |
|
Bård Skaflestad
|
cc6d0e35a3
|
Relperm Diagnostics: Chase EPS API Update
The API for extracting unscaled (raw) saturation end-points has
changed in opm-material. Follow that change here.
|
2021-01-05 09:59:07 +01:00 |
|
Joakim Hove
|
fff19a2cf3
|
Serialize std::chrono::system_clock::time_point through std::time_t
|
2021-01-03 10:30:51 +01:00 |
|
Markus Blatt
|
c037bd762d
|
Merge pull request #2990 from atgeirr/testing-precfactory-operators
Only add AMG preconditioners to factory if sensible.
|
2020-12-22 09:52:53 +01:00 |
|
Tor Harald Sandve
|
967f99500c
|
dont copy the well model in computeWellPotentials
|
2020-12-22 09:25:56 +01:00 |
|
Atgeirr Flø Rasmussen
|
02f93984f3
|
Merge pull request #2995 from totto82/stopfix
don't shut stopped wells
|
2020-12-21 15:51:36 +01:00 |
|
Bård Skaflestad
|
a657f2371a
|
Merge pull request #2996 from totto82/outputStoppedWells
output stopped wells
|
2020-12-21 15:22:25 +01:00 |
|
Tor Harald Sandve
|
33e3102983
|
output stopped wells
|
2020-12-21 13:51:21 +01:00 |
|
Arne Morten Kvarving
|
b812088519
|
further avoidance of overlap cells
|
2020-12-21 12:54:34 +01:00 |
|
Arne Morten Kvarving
|
faa04b5c4d
|
changed: put initializeConnections in base aquifer class
|
2020-12-21 12:54:34 +01:00 |
|
Arne Morten Kvarving
|
4cdb3e85c0
|
make initializeConnection similar in aquifer classes
|
2020-12-21 12:54:34 +01:00 |
|