Commit Graph
5436 Commits
Author SHA1 Message Date
Joakim Hove acb1284efd Use small wrapper to manage shared pointers in ScheduleState 2021-01-29 11:42:36 +01:00
Joakim Hove 8da208c0c0 Add derived class GroupNames 2021-01-28 20:04:29 +01:00
Joakim Hove a4ca61dc4e Renamed WellOrder -> NameOrder 2021-01-28 19:49:05 +01:00
Joakim Hove b1d2e96dea Use ordinary map for wells 2021-01-28 17:08:43 +01:00
Kai Bao abbb56c173 addressing review comments for OPM/opm-common#2246 2021-01-27 22:50:50 +01:00
Kai Bao af882dc483 wip in adding serialize code 2021-01-27 22:49:03 +01:00
Kai Bao 35bc7293f1 adding a test for numerical aquifer 2021-01-27 22:49:03 +01:00
Kai Bao 9f5463afbc removing the usage of class NumericalAquiferConnections
it is just of limited usage and potentially create more confusion.
2021-01-27 22:49:03 +01:00
Kai Bao e8dc3c19fb adding numerical aquifer to AquiferConfig 2021-01-27 22:49:03 +01:00
Kai Bao 77b2b107f4 creating class NumericalAquifers 2021-01-27 22:49:03 +01:00
Kai Bao 067b3e11e5 adding NumericalAquiferConnections 2021-01-27 22:49:03 +01:00
Kai Bao 836b5aefd5 adding NumericalAquiferCell
it is the cells that makes the numerical aquifer itself.
2021-01-27 22:49:03 +01:00
Joakim Hove 0882e0361a Merge pull request #2242 from joakim-hove/vfp-name
Vfp name
2021-01-26 16:12:52 +01:00
Joakim Hove c4e6bf0dd8 Add optional methods to get VFP tables 2021-01-26 13:34:16 +01:00
Joakim Hove a8f3ef088e Add name() method to VFP tables - for serialization 2021-01-26 13:32:30 +01:00
Joakim Hove 816f87a1d4 Refactor serialization of std::shared_ptr<> members in ScheduleState 2021-01-26 13:26:20 +01:00
Joakim Hove 45d6e362b9 Rename ScheduleState modifiers 2021-01-26 11:21:55 +01:00
Joakim Hove 6e5ec70d6d Add WellTestConfig::WTESTWell constructor 2021-01-26 11:21:55 +01:00
Joakim Hove ebb4b22c5a Merge pull request #2240 from joakim-hove/vfp-reference-wrapper
Export VFP tables as reference wrappers instead of pointers
2021-01-26 11:07:33 +01:00
Joakim Hove 3f204ae6df Merge pull request #2244 from totto82/addConnectionRadiusAndLength
Adding connection length and effective radius to the connection
2021-01-26 07:03:49 +01:00
Tor Harald Sandve 434b791442 Adding connection length and effective radius to the connection 2021-01-25 14:10:06 +01:00
Joakim Hove f6e66a4398 Export VFP tables as reference wrappers instead of pointers 2021-01-25 12:21:56 +01:00
Joakim Hove 56c7e89bbd Use WellOrder to construct WellMatcher 2021-01-25 10:20:57 +01:00
Joakim Hove 264a0f4178 Add Wellorder member to ScheduleState and serialize() 2021-01-25 10:20:57 +01:00
Joakim Hove 15bd99b44c Add class WellOrder to keep track of well insert order 2021-01-25 06:50:08 +01:00
Joakim Hove 21ce685473 Merge pull request #2224 from totto82/addDiffusion
Add support for DIFFC and DIFFUSE
2021-01-21 18:31:19 +01:00
Tor Harald Sandve c8343d95f6 add support for DIFFC and DIFFUSE 2021-01-21 11:21:05 +01:00
Torbjørn Skille 768cbb2c56 Adding unit SECONDS for summary vector TCPU 2021-01-20 15:02:30 +01:00
Joakim Hove a01b81d9ec Use pointers to grid and fieldprops in Schedule construction 2021-01-19 10:27:37 +01:00
Joakim Hove 4b89487ef2 Merge pull request #2217 from joakim-hove/add-group-to-group
Use names in api for group-group update
2021-01-18 14:39:13 +01:00
Joakim Hove 888a646716 Remove member to track create time from Group 2021-01-18 12:19:54 +01:00
Joakim Hove a618f39f9b Use names in api for group-group update 2021-01-18 11:39:07 +01:00
Joakim Hove 344972624a Use ScheduleState to manage UDQActive 2021-01-15 09:19:33 +01:00
Joakim Hove c22b47f994 Use ScheduleState to manage Actionx 2021-01-15 07:51:51 +01:00
Joakim Hove d7345edc95 Use ScheduleState to manage VFP tables 2021-01-14 21:28:19 +01:00
Joakim Hove 65aab177df Manage RTPSCHED config in ScheduleState 2021-01-14 10:40:30 +01:00
Joakim Hove b2bc40206a Merge pull request #2206 from joakim-hove/sched-static
Assemble static schedule information in ScheduleStatic
2021-01-13 13:19:22 +01:00
Kai Bao 13c38b7eb9 creating AquiferHelpers
to make function neighborCellInsideReservoirAndActive more reusable.
2021-01-13 11:51:14 +01:00
Joakim Hove 2a95573570 Assemble static schedule information in ScheduleStatic 2021-01-13 11:49:29 +01:00
Joakim Hove bd596f06b4 Manage Network configuration with ScheduleState 2021-01-12 21:42:23 +01:00
Joakim Hove b6e78fe486 Manage well list with ScheduleState 2021-01-12 20:18:22 +01:00
Joakim Hove ddba87cf99 Manage GConSale and GConSump with ScheduleState object 2021-01-12 18:29:27 +01:00
Joakim Hove c20417d69b Handle well test configuration with ScheduleState 2021-01-12 14:02:15 +01:00
Joakim Hove 473f937b8c Mange global well history control mode in ScheduleState 2021-01-12 09:02:35 +01:00
Joakim Hove 85c8a9b4e7 Use SchduleState to manage MessageLimits 2021-01-11 23:03:46 +01:00
Joakim Hove e445bf738c Manage events with the ScheduleState machinery 2021-01-11 20:05:46 +01:00
Joakim Hove 046f5800e4 Merge pull request #2195 from GitPaean/moving_aquifer_folders
Moving aquifer folders
2021-01-09 10:34:54 +01:00
Kai Bao ae8ac08a03 removing x from Aquifer files using chmod 2021-01-08 23:39:38 +01:00
Kai Bao b9ae495bce moving Aquifer related to Aquifer folder 2021-01-08 23:17:36 +01:00
Joakim Hove b8ef8767e5 Remove grid and fp members from default HandlerContext construction 2021-01-08 14:52:26 +01:00