Joakim Hove
208c1a7143
Convert Schedule::Actions to a DynamicState<Actions>
2019-09-03 13:47:30 +02:00
Joakim Hove
dad13d2633
Default error handler for WELLDIMS errors is exception
2019-08-31 15:23:02 +02:00
Joakim Hove
6b2aadaef7
Merge pull request #981 from totto82/nupcol
...
support nupcol
2019-08-31 07:27:51 +02:00
Tor Harald Sandve
09b445f69d
support nupcol
2019-08-30 13:07:13 +02:00
Bård Skaflestad
38b6451c73
RFT Unit Test: Use Actual 'BOOST_FAIL' Macro
...
BOOST_TEST_FAIL was a figment of my imagination.
2019-08-30 09:39:15 +02:00
Bård Skaflestad
f0adb01941
Reimplement RFT Unit Test in Terms of 'ERft' Class
...
This commit switches the `test_RFT` unit test to using the `ERft`
class introduced in commit 24a8efb2 (PR #699 ). This is the first
step towards reimplementing the RFT file output in terms of class
EclOutput. The downside to doing this is that we can no longer use
the node-based queries of libecl and have to implement a wrapper on
top of the raw vectors to be able to ask for the pressure in a given
connection's cell.
2019-08-29 09:24:31 +02:00
Joakim Hove
07b2f47c7d
Add micro class to contain information from ACTDIMS keyword
2019-08-28 23:22:02 +02:00
Joakim Hove
aa9ed7a995
Correct ICON and SCON when flow as deacivated connection cell
2019-08-27 22:00:10 +02:00
Joakim Hove
44bedf0f23
Adds GuideRateModel
2019-08-23 08:21:14 +02:00
Joakim Hove
ba34a9fed0
Merge pull request #961 from stefoss23/GUIDE_RATE
...
WIP: kw GCONPROD: reads GUIDE_RATE.
2019-08-22 13:28:19 +02:00
Steinar Foss
7f484b736d
ScheduleTests: removed whitespace.
2019-08-22 12:15:42 +02:00
Steinar Foss
30b44ef233
SheduleEnums: GuideRateDef as enum class.
...
...
2019-08-22 12:00:50 +02:00
Joakim Hove
e5013125f1
Refactor initial parsing stage
...
- Reduced the amount of state in the RawKeyword and ParserState classes.
- RawKeyword class has normal constructor - remove init method.
- The Rawxxx symbols are module private and the header files are not installed.
- Removed several unused static methods from Rawxxx and ParserKeyword.
2019-08-22 09:32:11 +02:00
Steinar Foss
9a6065509b
kw GCONPROD: GUIDE_RATE_DEF INJ, POTN, FORM handled as warning.
...
added enum guide_ref_enum.
...
field.
.tt
2019-08-21 12:46:50 +02:00
Steinar Foss
6e93c5ee1f
kw GCONPROD: reads GUIDE_RATE.
...
group2: production_properties: added guide_rate.
..
GCONPROD reads meaningless GUIDE_RATE.
guide_rate_def.
..2
...
2019-08-19 15:41:32 +02:00
Joakim Hove
bc2e5f7d00
Moved test in filesystem
2019-08-18 13:21:04 +02:00
Joakim Hove
3846c8c7ab
Moved ResinsightTest
2019-08-18 13:21:04 +02:00
Joakim Hove
8efaa4dc66
Inlined deck data for test
2019-08-17 12:00:44 +02:00
Joakim Hove
659fb45d04
Changed string_view::substr() to take(from, len) arguments
2019-08-16 09:04:49 +02:00
Joakim Hove
cf6161ecfe
Add method string_view::find( char )
2019-08-16 09:04:49 +02:00
Joakim Hove
4258bce6c5
Use reference instead of pointer
2019-08-15 13:39:33 +02:00
Joakim Hove
1d5326f664
Change std::shared_ptr -> std::unique_ptr
2019-08-15 13:23:21 +02:00
Joakim Hove
79a2c1bd4d
Removed public property from RawKeyword class
2019-08-15 12:23:29 +02:00
Joakim Hove
e3ade4dff9
Use reference instead of pointer
2019-08-15 11:51:08 +02:00
Joakim Hove
ee482b9a5f
Merge pull request #948 from joakim-hove/unit-system-api-energy
...
Add missing energy to unit system measure table
2019-08-15 11:07:01 +02:00
Joakim Hove
c40eed027b
Merge pull request #937 from joakim-hove/rawkeyword-minor
...
Remove superfluos check in RawKeyword assembly
2019-08-15 08:17:45 +02:00
Joakim Hove
bef36f6c0d
Add missing energy to unit system measure table
2019-08-15 07:10:44 +02:00
Joakim Hove
e79b546544
Merge pull request #938 from joakim-hove/gconprod-exceed-action
...
GCONPROD: The exceed action should be unconditionally set to RATE
2019-08-14 16:30:17 +02:00
Joakim Hove
50902686b5
Merge pull request #936 from joakim-hove/string-view-methods
...
Add string_view::starts_with() and string_view::find() methods
2019-08-14 07:50:22 +02:00
Joakim Hove
5103e7b604
Removed filename and keyword members from RawRecord
2019-08-14 07:34:56 +02:00
Jostein Alvestad
84116a7d70
Merge remote-tracking branch 'upstream/master' into udqrst-pull909
2019-08-13 13:05:28 +02:00
Atgeirr Flø Rasmussen
eb1d00f9dc
Merge pull request #941 from atgeirr/make-prodinjprops-public
...
Make two headers public again.
2019-08-13 12:28:35 +02:00
Atgeirr Flø Rasmussen
d20c58da07
Make two headers public again.
2019-08-13 11:56:17 +02:00
Joakim Hove
4334256c5b
GCONPROD: The exceed action should be unconditionally set to RATE
2019-08-12 17:28:47 +02:00
Jostein Alvestad
a3f74c19c4
WIP removed additional code that altered DoubHEAD data
2019-08-12 13:04:59 +02:00
Jostein Alvestad
1a02bb105a
Fixed group-group2 transition, disable Restart output
2019-08-12 13:04:55 +02:00
Jostein Alvestad
e3dc5e07d7
add code to output IUAP array
2019-08-12 13:04:53 +02:00
Jostein Alvestad
af811d2eaf
WIP Added code to write InteHead and DoubHead data as well as IGPH to restart file,
...
Further added unit tests to the writing of UDQ data
2019-08-12 13:04:51 +02:00
Jostein Alvestad
083742c368
WIP changes to add first version of BOOST test for IUDQ
2019-08-12 13:04:50 +02:00
Jostein Alvestad
2bfad7ae37
minor correction for iuad[1] and for test_UDQ_x.cpp
...
Further work for making unit tests for UDQ restart data
WIP Further work unit tests
WIP some minor corrections
2019-08-12 13:04:48 +02:00
Joakim Hove
c8cd730d5c
Refactor UDQActive - handles vanishing UDA
2019-08-12 13:04:47 +02:00
Joakim Hove
8416680368
Add UDQ test and input file
2019-08-12 13:04:44 +02:00
Joakim Hove
44ddd382a3
UAD usage hashing based on udqstring and controltype
2019-08-12 13:04:42 +02:00
Joakim Hove
79da1ba5eb
Fix bug with size of IUAD array
2019-08-12 13:04:41 +02:00
Joakim Hove
e00a32f75c
Output use_index for IUAD
2019-08-12 13:04:38 +02:00
Joakim Hove
29c3310671
Fix IUAD input index
2019-08-12 13:04:37 +02:00
Joakim Hove
e02fa5d04f
WIP
2019-08-12 13:04:35 +02:00
Jostein Alvestad
9eda0ee1b8
WIP - further code to output IGPH vector
2019-08-12 13:04:34 +02:00
Joakim Hove
0fb287b789
WIP
2019-08-12 13:04:32 +02:00
Joakim Hove
858e0b84cf
Make sure UDQ DEFINE overwrite correctly
2019-08-12 13:04:31 +02:00