Joakim Hove
9d16cc8ec4
New implementation of WELOPEN
2018-06-26 12:35:30 +02:00
Joakim Hove
1f1ecebec5
New implementation of COMPLUMP
2018-06-26 12:35:30 +02:00
Joakim Hove
fd3000cd31
WellConnections::add() does not inspect IJK
2018-06-26 12:35:30 +02:00
Joakim Hove
363b8589e6
Change handleCOMPDAT implementation
2018-06-26 12:35:30 +02:00
Joakim Hove
f3d82437fd
Using shared_ptr to manage connections
2018-06-26 12:35:30 +02:00
Joakim Hove
d52d4cc3a6
Add method WellConnections::addConnection()
2018-06-26 12:35:30 +02:00
Joakim Hove
7332ee4b18
Remove intializer list ctx + stale test
2018-06-26 12:35:30 +02:00
Joakim Hove
2cb5f62591
Add mutable WellConnections::getFromIJK()
2018-06-26 12:35:30 +02:00
Arne Morten Kvarving
32722f3b9c
fixed: pass string by const ref
2018-06-26 08:39:34 +02:00
Joakim Hove
ba04fbb1ad
Add no deck constructor to Eclipse3DProperties
2018-06-22 13:27:19 +02:00
Joakim Hove
aa04fee73f
Merge pull request #426 from joakim-hove/rename-connection-set
...
Rename connectionset and wellset
2018-06-21 08:14:08 +02:00
Arne Morten Kvarving
261f6ac270
fixed: pass by const ref
2018-06-20 12:56:10 +02:00
Joakim Hove
b22e00b92d
Rename WellSegment::numberSegment() WellSegment::size()
2018-06-20 11:48:02 +02:00
Joakim Hove
6c7f6d7afb
Rename SegmentSet -> WellSegments
2018-06-20 11:36:50 +02:00
Joakim Hove
dc318f731f
Rename ConnectionSet > WellConnections
2018-06-20 11:35:11 +02:00
Joakim Hove
bfbcd3e470
Minor refactor JFunc + TableManager
2018-06-20 09:26:50 +02:00
Tor Harald Sandve
fb0272f343
Add posibility to store closed completions in wellTestState
2018-06-19 10:37:44 +02:00
Joakim Hove
3975db2ff3
Rename CompletionSet -> ConnectionSet
2018-06-11 14:03:32 +02:00
Joakim Hove
d39db2f0db
Rename Completion -> Connection
2018-06-11 10:40:59 +02:00
Joakim Hove
088ba8a19a
Merge pull request #413 from joakim-hove/restart-icon-skip-inactive
...
Restart icon skip inactive
2018-06-08 12:49:37 +02:00
Joakim Hove
d168e9ff67
Merge pull request #414 from joakim-hove/welltest-state
...
Add WellTestState object to keep track of automatically closed wells
2018-06-07 12:41:05 +02:00
Joakim Hove
66de108c68
Revert "Add method for getting all the wells in the WellTestConfig"
2018-06-07 07:48:44 +02:00
Joakim Hove
58e4e5263e
Add WellTestState object to keep track of automatically closed wells
2018-06-07 07:42:03 +02:00
Joakim Hove
8fda1e036a
Merge pull request #415 from totto82/welltest
...
Add method for getting all the wells in the WellTestConfig
2018-06-06 15:45:06 +02:00
Tor Harald Sandve
3327d17c3f
Add method for getting all the wells in the WellTestConfig
2018-06-06 15:22:14 +02:00
Joakim Hove
d299e003b7
Merge pull request #411 from GitPaean/adding_vfp_numbers
...
VFP related needs to be processed even without THP target/limit
2018-06-05 17:34:29 +02:00
Joakim Hove
ccb7e5df3e
Use active completions when writng restart files.
2018-06-05 12:31:00 +02:00
Joakim Hove
1ee597206c
Add CompletionsSet constructor including only active connections.
2018-06-05 12:25:20 +02:00
Joakim Hove
24f28e8a5d
Ignore THPRES input for restart runs
2018-05-31 17:15:34 +02:00
Kai Bao
f945032405
VFP table number related to history macthing mode
...
tests are failed.
2018-05-30 13:26:51 +02:00
Rohith Nair
aecf3f6470
Handle conversion of constants in parser
...
Adds conversion factors for constants to SI units
edit
use p0_defaulted within aquiferCT
conversion based on unitsystem
edit
2018-05-22 14:28:34 +02:00
Joakim Hove
5008501318
Add WellTestConfiguration to Schedule
2018-05-16 00:57:54 +02:00
Joakim Hove
b9d2a08930
Add WellTestConfig implementation to support WTEST keyword
2018-05-15 19:23:56 +02:00
Lars Petter Øren Hauge
fcbcc9cda4
Add INVALID_NAME to GCONPROD, GCONINJE & GEFAC
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
675858f1e0
Handle wildcard in group keywords
...
Added function getGroups(pattern) to allow records with wildcard.
Included the functionality for GCONPROD, GCONINJE and GEFAC - currently
the only group keywords that should accept wildcards.
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
427833b089
Add INVALID_WELLS to WECON & WEFAC
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
ba573b5834
Add INVALID_WELLS to WELOPEN & WELTARG
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
6a8e7a9a05
Add INVALID_WELL context to WPOLYMER & WSOLVENT
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
580a64563f
Add INVALID_WELL context to W(INJ)TEMP
...
Handle well template (e.g. W*) in the .DATA file for WTEMP and WINJTEMP
and add INVALID_WELL_CONTEXT
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
ba107498a1
Add INVALID_WELL context for WCONINJ(E/H)
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
183fd4eabb
Add INVALID_WELL context for WCONPROD
...
Handle invalid wellpatterns for WCONPROD.
Given a deck with:
----
WELSPECS
'PROD' 'G1' 10 10 8400 'OIL' /
/
COMPDAT
'PROD' 10 10 3 3 'OPEN' 1* 1* 0.5 /
/
WCONPROD
'SOMETHINGELSE' 'OPEN' 'ORAT' 20000 4* 1000 /
/
----
OPM will now by default abort and inform the user that no well match
"SOMETHINGELSE".
2018-05-14 09:26:22 +02:00
Lars Petter Øren Hauge
f2cb5fe9de
Add INVALID_WELL parse context
...
Handle invalid wellpatterns for COMPDAT.
Given a deck with:
----
WELSPECS
'PROD' 'G1' 10 10 8400 'OIL' /
/
COMPDAT
'SOMETHINGELSE' 10 10 3 3 'OPEN' 1* 1* 0.5 /
/
----
OPM will now by default abort and inform the user that no well match
"SOMETHINGELSE".
2018-05-14 09:26:21 +02:00
Kai Bao
a1e587ef09
return std::map of std::shared_ptr for getVFPxTables()
...
in Schedule.
2018-04-20 11:27:26 +02:00
Atgeirr Flø Rasmussen
fb4fbc318b
Merge pull request #381 from akva2/mark_explicit
...
mark constructor explicit
2018-04-13 11:35:38 +02:00
Joakim Hove
e5c4c2b504
Handle changes to VFP tables during simulation
...
With this commit the VFP tables are stored internally in DynamicState<VFPxTable>
container, this facilitates updates to the VFP tables during the simulation. In
addition the default constructor and the ::init( ) method has been removed from
the VFPxTable implementations.
2018-04-12 19:02:15 +02:00
Joakim Hove
033362bed7
White space change
2018-04-12 19:00:22 +02:00
Joakim Hove
5d9c6f9fc4
Remove comments
2018-04-12 18:57:08 +02:00
Atgeirr Flø Rasmussen
438ccdebd0
Merge pull request #379 from joakim-hove/move-vfp-tables-api
...
Move vfp tables api
2018-04-12 11:20:27 +02:00
Arne Morten Kvarving
1bd6e9ca66
mark constructor explicit
2018-04-12 10:52:33 +02:00
Joakim Hove
a119dadb45
Add (unused) new constroctors
2018-04-11 08:10:53 +02:00