Joakim Hove
|
1985f094a3
|
Merge pull request #1394 from joakim-hove/schedule-update-well
Schedule update well
|
2020-01-11 17:03:56 +01:00 |
|
Joakim Hove
|
7d1d08d4a8
|
Merge pull request #1399 from joakim-hove/py-code-records
Py code records
|
2020-01-11 06:57:45 +01:00 |
|
Joakim Hove
|
35619721a3
|
Well::updateStatus can optionally update status of connections
|
2020-01-11 06:55:22 +01:00 |
|
Joakim Hove
|
67f95e8548
|
Add Schedule::xxx_well() for well status manipulations from Python
|
2020-01-11 06:54:25 +01:00 |
|
Joakim Hove
|
9c99c681c9
|
Add ParseRecord::end_string member
|
2020-01-09 16:35:22 +01:00 |
|
Arne Morten Kvarving
|
ff156fd53c
|
make BrineDensityTable constructible from variables
also add equality operator
|
2020-01-08 15:31:35 +01:00 |
|
Arne Morten Kvarving
|
763c931726
|
add equality operator to WellBrineProperties
|
2020-01-08 15:31:35 +01:00 |
|
Arne Morten Kvarving
|
eb6159fceb
|
make PvtwsaltTable constructible from variables
also add accessor and equality operator
|
2020-01-08 15:31:35 +01:00 |
|
Arne Morten Kvarving
|
bc67976cb3
|
update TableManager constructor, assignment and equality operator
due to brine additions
|
2020-01-08 15:31:35 +01:00 |
|
Arne Morten Kvarving
|
affbfe3bae
|
update well constructor for BrineProperties addition
|
2020-01-08 15:31:35 +01:00 |
|
Tor Harald Sandve
|
c5e68b82e8
|
Fix rebase smartwater
|
2020-01-08 15:31:35 +01:00 |
|
Trine S. Mykkeltvedt
|
b85871c4e8
|
renamed saltwater-->brine and edited BDENSITY
|
2020-01-08 15:31:35 +01:00 |
|
Trine S. Mykkeltvedt
|
aa19f38a54
|
Added keywords PVTWSALT and modified SALTVD, WSALT and BDENSITY for a simple salt/brine implementation
|
2020-01-08 15:31:35 +01:00 |
|
Arne Morten Kvarving
|
8fbff44d22
|
make SummaryConfig constructible from variables
also add accessors and equality operator
|
2020-01-08 09:58:20 +01:00 |
|
Arne Morten Kvarving
|
d9c7260784
|
make SummaryNode default constructible
|
2020-01-08 09:58:10 +01:00 |
|
Joakim Hove
|
b7cebb1907
|
Refactored the handling of BHP / THP
|
2020-01-06 15:28:04 +01:00 |
|
Joakim Hove
|
0d08986a06
|
Remove unit version when handling WELTARG
The WELTARG keyword will write into UDA instances, and they assume that the
internal data is in raw deck units.
|
2020-01-06 12:05:51 +01:00 |
|
Joakim Hove
|
ecd3ffdb49
|
Add method UDAValue::zero()
|
2020-01-06 12:05:51 +01:00 |
|
Joakim Hove
|
8f6c2c70f6
|
UDAalue::get<double>() will return raw value - not SI.
Add new function UDAValue::getSI() which will return SI value of numerical
input, and throw an exception if internal state is not numeric.
|
2020-01-06 12:05:51 +01:00 |
|
Joakim Hove
|
d2392c4ea4
|
Add PyAction skeleton code
|
2020-01-06 10:28:19 +01:00 |
|
Joakim Hove
|
4e899503e2
|
Merge pull request #1380 from joakim-hove/split-codegen
Split codegen
|
2020-01-06 10:27:14 +01:00 |
|
Joakim Hove
|
3c29d4c410
|
Merge pull request #1385 from akva2/noecl_flush
More serialization preparation
|
2020-01-03 20:15:31 +01:00 |
|
Arne Morten Kvarving
|
f8bf446d45
|
make Schedule constructible from variables
also add accessors and equality operator
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
2ca198d687
|
add equality operator to DynamicVector
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
9d74b51024
|
make Action::Actions constructible from variables
also add accessor and equality operator
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
e0502a1970
|
make Action::ActionX constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
24bfa2e75b
|
add equality operator to Action::Condition
also make it default constructible
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
65b958cbcd
|
add equality operator to Action::Quantity
|
2020-01-03 13:20:36 +01:00 |
|
Arne Morten Kvarving
|
e7e2458951
|
make Action::AST constructible from variables
also add accessors and equality operator
|
2020-01-03 13:20:36 +01:00 |
|
Bård Skaflestad
|
5fb4d355ec
|
Merge pull request #1383 from joakim-hove/fp-section
Fp section
|
2020-01-03 11:33:54 +01:00 |
|
Arne Morten Kvarving
|
73001501f0
|
make ASTNode constructible from variables
also add accessors and equality operator
|
2020-01-03 08:34:28 +01:00 |
|
Arne Morten Kvarving
|
9c187ad0c1
|
changed: make ASTNode part of public API
required for serialization
|
2020-01-03 08:34:28 +01:00 |
|
Arne Morten Kvarving
|
fda4862bb7
|
make Tuning constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-03 08:32:54 +01:00 |
|
Arne Morten Kvarving
|
b0f262374e
|
make Deck constructible from variables
also make it default constructible, add accessors
assignment operator and equality operator
|
2020-01-03 08:30:42 +01:00 |
|
Arne Morten Kvarving
|
2d750b1b0b
|
make DeckKeyword constructible from variables
also make it default constructible and add accessors
|
2020-01-03 08:28:07 +01:00 |
|
Joakim Hove
|
c42be3d345
|
Fixed bug in SORTA and SORTD functions
|
2020-01-02 20:18:19 +01:00 |
|
Joakim Hove
|
b1dc69d8a6
|
Refactored internals of UDQSet
|
2020-01-02 20:16:37 +01:00 |
|
Arne Morten Kvarving
|
bd3923ad1d
|
add accessor to DeckRecord
|
2020-01-02 15:33:41 +01:00 |
|
Arne Morten Kvarving
|
3105799f0f
|
make DeckItem constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:31:27 +01:00 |
|
Arne Morten Kvarving
|
55c8d69890
|
make RFTConfig constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:28:45 +01:00 |
|
Joakim Hove
|
aaee287dac
|
Code generation file update routines are void
|
2020-01-02 15:27:54 +01:00 |
|
Joakim Hove
|
c3a038c2b6
|
Refactor code generation to facilitate multiple source files
|
2020-01-02 15:27:54 +01:00 |
|
Joakim Hove
|
141000b750
|
FieldProps parsing is section aware - handle MULT in EDIT
|
2020-01-02 15:27:22 +01:00 |
|
Joakim Hove
|
8cba2777cd
|
Add Section enum
|
2020-01-02 15:27:22 +01:00 |
|
Joakim Hove
|
90d30e3bc9
|
Rename class Section -> DeckSection
|
2020-01-02 15:27:22 +01:00 |
|
Arne Morten Kvarving
|
97319d4831
|
make GConSump constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:25:42 +01:00 |
|
Arne Morten Kvarving
|
e7d7e2e232
|
make GConSale constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:22:59 +01:00 |
|
Arne Morten Kvarving
|
01dd29278a
|
make GuideRateConfig constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:20:16 +01:00 |
|
Arne Morten Kvarving
|
e803f97374
|
make GuideRateModel constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 15:17:08 +01:00 |
|
Arne Morten Kvarving
|
2a8f944b6f
|
make UDQActive constructible from variables
also make it default constructible, add accessors
and equality operator
|
2020-01-02 12:17:26 +01:00 |
|