Joakim Hove
27eaeb2ec9
Renamed UDQConfig -> UDQParams
2019-01-28 16:53:01 +01:00
Joakim Hove
4174602da2
Remove Schedule::evalAction() and add Schedule::actions()
2019-01-22 16:36:11 +01:00
Joakim Hove
261f7c3c03
Merge pull request #609 from joakim-hove/capture-wells-operation
...
Capture wells operation
2019-01-22 12:03:37 +01:00
Joakim Hove
d9585d6585
Reorganized the ACTIONX implementation - made large parts private
2019-01-21 18:07:24 +01:00
Tor Harald Sandve
a668248aa1
Fix TSTEP unit in LAB mode
...
If unit system is LAB, the TSTEP is interpreted as hours not days
2019-01-21 15:37:15 +01:00
Joakim Hove
7f6fd34fd3
Merge pull request #585 from jalvestad/group-field-potentials
...
Add output of group and field phase potential injection and production rates to Summary file
2019-01-17 15:02:44 +01:00
Joakim Hove
586f296de0
The matching wells are compined with && or ||
2019-01-17 11:33:57 +01:00
Joakim Hove
66650a20fb
Add WLIST implentation to Schedule
2019-01-14 23:26:02 +01:00
Joakim Hove
eae4a080cd
Add WList manager
2019-01-14 11:30:29 +01:00
Joakim Hove
eb5454aeaf
Add WList implementation
2019-01-14 11:30:28 +01:00
Joakim Hove
aa63d772d7
Merge pull request #593 from GitPaean/fixing_history_mode_part_2
...
fixing the BHP limit for the history matching wells
2019-01-11 18:04:45 +01:00
Jostein Alvestad
bf9a142b6d
Added corrections to tests/parser/SummaryConfigTests.cpp for list of ALL summary vectors
...
Removed comments from Summary.cpp
2019-01-11 09:56:39 +01:00
Joakim Hove
fc0e61518b
Merge pull request #566 from joakim-hove/capture-wells
...
Add functionality to capture matching wells when evaluating ACTIONX
2019-01-09 18:05:56 +01:00
Joakim Hove
0d5b3a5285
Merge pull request #604 from atgeirr/silence-warnings
...
Silence various warnings discovered with new version of clang.
2019-01-09 07:51:42 +01:00
Joakim Hove
3eef43b904
Merge pull request #589 from totto82/sort_multregt
...
Make the ordering of MULTREGT arbitary
2019-01-08 21:55:44 +01:00
Atgeirr Flø Rasmussen
db90ecd88c
Silence various warnings discovered with new version of clang.
2019-01-08 14:51:20 +01:00
Tor Harald Sandve
68769e5b1d
Make the ordering of MULTREGT arbitary
...
With this fix
MULTREGT
1 2 1 /
2 1 2 /
/
will multiply transmissibilities between region 1 and 2 with 2.
2019-01-08 08:35:15 +01:00
Joakim Hove
cf42146d84
Add error mode DELAYED_EXIT1 to collect all errors
2019-01-07 12:38:05 +01:00
Joakim Hove
23cbe9035b
Add separate - non BOOST - test program to test exit(1)
2019-01-04 16:52:10 +01:00
Joakim Hove
2cd6fa2f49
Add overloads without ParseContext and ErrorGuard - update all tests
2019-01-04 13:59:28 +01:00
Kai Bao
1b1f7b807d
re-organizing the handleWCONINH from Schedule
2019-01-03 13:26:29 +01:00
Kai Bao
c6bbe5d24b
re-organizing the history() for WellProductionProperties
2019-01-03 12:21:25 +01:00
Joakim Hove
ad001df804
Add small class ErrorGuard to manage errors from parsing
2019-01-03 11:54:48 +01:00
Kai Bao
875626b738
handling the transition between injector and producer
2019-01-03 09:47:11 +01:00
Kai Bao
7e05d51e6f
handle the WELTARG with WCONINJH
2019-01-03 09:47:11 +01:00
Kai Bao
0dc80689c0
assigning BHP limit for WCONHIST and WCONINJH keywords
2019-01-03 09:47:11 +01:00
Joakim Hove
15c473e3bb
Implement support for well capture when evaluating ACTIONX
2019-01-02 14:03:25 +01:00
Joakim Hove
6465b5b23c
Add small class ActionValue to hold action eval result
2019-01-02 14:03:25 +01:00
Joakim Hove
9e93dc5af2
Add method wells() to ActionContext class
2019-01-02 11:30:56 +01:00
Joakim Hove
00d1607347
Add error modes RPT_MIXED_STYLE and RPT_UNKNOWN_MNEONIC
2018-12-20 13:47:31 +01:00
Joakim Hove
25fbff2632
Add ParseContext argument to the RPTxxx parsing
2018-12-20 12:27:49 +01:00
Joakim Hove
bf6732559f
Add ParseContext error mode SUMMARY_UNHANDLED_KEWORD
2018-12-19 10:09:02 +01:00
Joakim Hove
3b951985ec
Initial support for region 2 region keywords
2018-12-19 10:01:38 +01:00
Joakim Hove
161f555bc0
Handle space in the 'BASIC = ?' RPT mnemonics
2018-12-18 08:48:59 +01:00
Atgeirr Flø Rasmussen
e341bd1c08
Merge pull request #577 from GitPaean/updating_liquid_rate_for_wconhist
...
updating liquid rate for WCONHIST
2018-12-07 09:58:18 +01:00
Atgeirr Flø Rasmussen
f9ce82547c
Merge pull request #559 from kel85uk/fix_influx_coeff
...
Fix for aquifer making connection
2018-12-07 09:56:40 +01:00
Kai Bao
b349b3b217
updating liquid rate for WCONHIST
2018-12-03 16:40:42 +01:00
Joakim Hove
983ed5fcb8
Merge pull request #575 from joakim-hove/smspec-c++
...
Adapt to C++ changes in libecl
2018-11-30 08:09:31 +01:00
Joakim Hove
f414f5b8ad
Adapt to C++ changes in libecl
2018-11-26 17:30:09 +01:00
Joakim Hove
7c52f6f5a8
Merge pull request #560 from blattms/edit-nnc-2nd-try
...
Represent EDITNNC in the deck representation.
2018-11-26 16:57:18 +01:00
Joakim Hove
188eb23911
Merge pull request #574 from joakim-hove/parsecontext-exit1
...
Parsecontext exit1
2018-11-26 14:25:34 +01:00
Joakim Hove
72ad2eaa7f
Merge pull request #562 from trinemykk/addtracer
...
Added missing support for tracers in the parser
2018-11-26 13:02:19 +01:00
Trine S Mykkeltvedt
5085fb35c0
removed WTRACER from RPTRST_DECK.DATA to make tests pass
2018-11-26 09:44:31 +01:00
Joakim Hove
8d33ec55bd
Add ParseContext error handler EXIT1 for user error
2018-11-25 11:53:34 +01:00
Joakim Hove
d70b86484d
White space
2018-11-25 08:56:20 +01:00
Joakim Hove
f4a9298cf4
Merge pull request #569 from joakim-hove/OPERATER
...
Add support for OPERATER keyword
2018-11-23 13:05:08 +01:00
Atgeirr Flø Rasmussen
7de217b8fb
Merge pull request #567 from joakim-hove/normalize-case
...
Force UPPER_CASE when input deck has MixeDCase basename
2018-11-23 11:08:54 +01:00
Joakim Hove
039fdb70de
Merge pull request #520 from GitPaean/adding_injectivity_keywords_june
...
Adding injectivity keywords
2018-11-23 10:56:18 +01:00
Bård Skaflestad
fda1719eab
Correct RSCONST and RSCONSTT Specifications
...
This commit ensures that we never try to read more than a single
record of data when parsing the RSCONST keyword. Previously, the
parser would attempt to parse RSCONST as if it were an unbounded
keyword that was terminated by an empty record. This, in turn,
would produce the diagnostic message
Inner exception: Malformed floating point number 'INCLUDE'
when trying to read a specification like
RSCONST
0.35 932 /
-- Check for these data in the future this is important
INCLUDE
'RP.dat' /
While here, also implement 'getSIDouble()' for the Rs value (item 1)
in keywords RSCONST and RSCONSTT by adding the correct unit of
measurement ("dimension") to the keyword specification.
Add unit tests to verify new behaviours.
2018-11-22 13:28:39 +01:00
kel85uk
d93bd35b8e
Change influx_coeff to double. Remove test of influx_coeff as it is difficult to check for equal collections of pointers. Change from false to nullptr when making AquiferCTTests.
2018-11-22 09:35:01 +01:00