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
kel85uk
62f39dacce
Fixes the data type to shared_ptr for the working_buffer vector
2018-11-22 09:34:57 +01:00
kel85uk
1d7a12442e
Fixes the default behaviour for the influx_coeff and default aquifer pressure with AQUCT by providing nullptr instead of values.
2018-11-22 09:34:55 +01:00
Markus Blatt
d69bf47a28
Added test for parsing EDITNNC
2018-11-21 22:14:27 +01:00
Joakim Hove
e0d5711f8e
Add support for OPERATER keyword
2018-11-21 16:56:28 +01:00
Joakim Hove
3677f470fb
Force UPPER_CASE when input deck has MixeDCase basename
2018-11-21 13:07:33 +01:00
Markus Blatt
0768c5a8b3
Revert "Merge pull request #535 from blattms/support-editnnc"
...
This reverts commit 7ebadbb055 , reversing
changes made to 0f485c7801 .
2018-11-20 13:58:08 +01:00
Trine Solberg Mykkeltvedt
ea7cb8d2c6
adding support for WTRACER keyword in EclipseState
2018-11-19 13:10:02 +01:00
Kai Bao
6858bd4578
adding the ScheduleTests for the following keywords
...
WPMITAB and WSKPTAB
2018-11-19 12:27:52 +01:00
Kai Bao
316324a78e
renaming Simple2DTable to PolyInjTable
...
make it more clear that it is a talbe introduced for the polymer
injectivity study, not intended for general usage.
2018-11-19 12:08:04 +01:00
Kai Bao
862b3450d3
adding test for the following three keywords
...
SKPRWAT, SKPRPOLY and PLYMWINJ .
2018-11-19 12:08:04 +01:00
Joakim Hove
6921801eec
Add method Schedule::evalActions() to evaluate ACTIONX
2018-11-19 09:57:06 +01:00
Joakim Hove
c1ffeeef53
Merge pull request #557 from joakim-hove/actioncontext-summary-state
...
Actioncontext summary state
2018-11-16 11:31:20 +01:00
Joakim Hove
ad55655a08
Add method update_equal() to DynamicState
2018-11-14 09:34:13 +01:00
Bård Skaflestad
baae4a3faf
Recognise Requests for Stone's Second Model of 3-Phase Oil Relperm
...
This commit makes the parser aware of the keywords STONE and STONE2
which both request that the simulation run use Stone's second model
for three-phase relative permeability for oil.
2018-11-12 11:50:45 +01:00
Joakim Hove
36c3080f85
ActionContext internalizes a SummaryState object
2018-11-09 21:58:36 +01:00
Joakim Hove
212a1fde5f
Parse condition part in ACTIONX
2018-11-09 20:19:34 +01:00
Arne Morten Kvarving
3cbc40bd4d
remove unused variable
2018-11-07 09:46:10 +01:00