Joakim Hove
f03aeabc38
Refactored cell volume calculations for speed
2019-12-20 14:24:31 +01:00
Steinar Foss
e2e8d1eb22
Parser will skip keyword UDT.
...
Parser will skip UDT.
2019-12-20 12:40:20 +01:00
Joakim Hove
3fd9b20cd7
White space changes
2019-12-20 12:23:14 +01:00
Arne Morten Kvarving
69f4b72b3a
make WellConnections constructible from variables
...
also make it default constructible and add accessors
2019-12-20 11:54:02 +01:00
Arne Morten Kvarving
cc4c5c1fbd
add equality operator to WellGuideRate
2019-12-20 11:51:56 +01:00
Arne Morten Kvarving
7eeadd8cb5
make WellEconProductionLimit constructible from variables
2019-12-20 11:48:57 +01:00
Arne Morten Kvarving
80702dba06
make WellInjectionProperties constructible from variables
...
also make it default constructible
2019-12-20 11:41:54 +01:00
Arne Morten Kvarving
e4361cd1e0
make Connection constructible from variables
...
also make default constructible
2019-12-20 11:40:58 +01:00
Arne Morten Kvarving
e6f2bd0eac
allow constructing WelltracerProperties from variables
...
also add accessor and convenience type alias
2019-12-20 11:39:24 +01:00
Arne Morten Kvarving
0e8ae81440
add equality operator to WellFoamProperties
2019-12-20 11:39:24 +01:00
Arne Morten Kvarving
72cd4cf1ad
allow constructing WellPolymerProperties from variables
2019-12-20 11:39:24 +01:00
Bård Skaflestad
30773db877
Merge pull request #1365 from akva2/noecl_flush
...
More serialization preparation
2019-12-20 10:41:44 +01:00
Joakim Hove
cf3a4ffe25
Add keyword SSOL to FieldProps
2019-12-20 09:09:35 +01:00
Joakim Hove
e50f05ca9a
Add keyword SPOLYMW to FieldProps
2019-12-20 09:09:35 +01:00
Joakim Hove
33bcbb26e6
Add RS and RV to FieldProps
2019-12-20 09:09:35 +01:00
Joakim Hove
b3dfe95b43
Add SPOLY keyword to FieldProps
2019-12-20 09:09:35 +01:00
Arne Morten Kvarving
4c331ae655
allow constructing MessageLimits from data
...
also add default constructor, equality operator and accessor
2019-12-20 08:20:15 +01:00
Arne Morten Kvarving
a91ce46ca3
allow constructing WellTestConfig from variables
...
also add accessor and equality operator
2019-12-20 08:15:22 +01:00
Arne Morten Kvarving
f0786fb88a
add equality operator to WTestWell
2019-12-20 08:15:22 +01:00
Arne Morten Kvarving
9050bdb08e
allow constructing VFPProdTable from data
...
also add default constructor, assignment operator
and equality operator
2019-12-20 08:14:43 +01:00
Arne Morten Kvarving
3e46908041
allow constructing VFPInjTable from data
...
also add default constructor, assignment operator
and equality operator
2019-12-20 08:13:01 +01:00
Arne Morten Kvarving
ae13dd1867
allow constructing Events from data
...
also add default constructor, equality operator and accessor
2019-12-20 08:10:54 +01:00
Arne Morten Kvarving
eadca769a0
allow constructing DynamicVector for data
...
also add default constructor and accessor
2019-12-20 08:10:03 +01:00
Arne Morten Kvarving
74e57deac2
allow constructing OilVaporizationProperties from data
...
also add default constructor and accessors
2019-12-20 08:08:32 +01:00
Joakim Hove
067fcd636c
Merge pull request #1362 from joakim-hove/python-has-alue
...
Python has alue
2019-12-20 07:31:13 +01:00
Joakim Hove
4f11b7846c
Add support for MULTREGP in FieldProps::porv implementation
2019-12-20 07:28:48 +01:00
Joakim Hove
fde5c0b096
Merge pull request #1359 from joakim-hove/fp-comments
...
Fp comments
2019-12-20 07:27:17 +01:00
Joakim Hove
5cf0d0393b
Merge pull request #1363 from stefoss23/add_some_uknown_size_keywords
...
keyword ROCK: size->UNKNOWN. Added keyword ADSORP.
2019-12-19 20:14:36 +01:00
Steinar Foss
a5c245bc6c
keyword ROCK: size->UNKNOWN. Added keyword ADSORP.
...
added keyword ADSOPR w/ test.
keyword ADSORP: size set to NTSFUN, TABDIMS.
keyword ADSORP size shift:1.
ParserTests: added test for kw ROCK.
2019-12-19 15:27:55 +01:00
Joakim Hove
465b2b6a1d
Add Python methods DeckItem.has_value() and DeckItem.defaulted()
2019-12-19 15:22:16 +01:00
Joakim Hove
378d5c120b
Remove trailing whitespace
2019-12-19 15:20:15 +01:00
Joakim Hove
46999f418f
Refactored FieldProps
...
- The lowest level get method is called init_get() - this will unconditionally
create new keyword. The init_get() method is private.
- Introduced FieldDataManager which keeps track of data pointer and status.
- Refactored get( ) implementation
2019-12-19 15:06:20 +01:00
Joakim Hove
ce5b9b1e1d
Add documentation to the FieldPropsManager
2019-12-19 10:55:57 +01:00
Joakim Hove
7cfb51dfe6
Merge pull request #1195 from jalvestad/actionx-udq-rst
...
Code to write UDQ and ACTIONX data to the Eclipse compatible restart file
2019-12-19 10:27:51 +01:00
Arne Morten Kvarving
306af1b445
Merge pull request #1360 from akva2/noecl_flush
...
Yet another round of serialization preparation
2019-12-19 10:25:25 +01:00
Arne Morten Kvarving
0841a28776
allow constructing TableManager from variables
...
also add accessor, assignment operator and equality operator
2019-12-19 09:29:26 +01:00
Arne Morten Kvarving
8e1a332920
add equality operator to ROCKRecord
2019-12-19 09:29:26 +01:00
Arne Morten Kvarving
7b36d325b5
allow constructing Aqudims from variables
...
also add equality operator
2019-12-19 09:28:23 +01:00
Arne Morten Kvarving
8c61d6fff5
add equality operator to Eqldims
2019-12-19 09:28:23 +01:00
Arne Morten Kvarving
90bb9abf31
add equality operator to Regdims
2019-12-19 09:28:23 +01:00
Arne Morten Kvarving
415fda815f
allow constructing SkprwatTable from variables
...
also add equality operator
2019-12-19 09:26:57 +01:00
Arne Morten Kvarving
1ecbc75bfb
allow constructing SkprpolyTable from variables
...
also add equality operator
2019-12-19 09:26:57 +01:00
Arne Morten Kvarving
d7acc1ee0f
allow constructing PlymwinjTables from variables
...
also add equality operator
2019-12-19 09:26:57 +01:00
Arne Morten Kvarving
6ccdaaa635
allow constructing PolyInjTables from variables
...
also add equality operator
2019-12-19 09:24:34 +01:00
Bård Skaflestad
ceb4b1e287
Merge pull request #1354 from stefoss23/add_some_keywords
...
Adding some keywords
2019-12-18 22:19:14 +01:00
Bård Skaflestad
0b4b3cf22b
Merge pull request #1355 from joakim-hove/switch-warning
...
Add default: clause in switch
2019-12-18 20:37:34 +01:00
Arne Morten Kvarving
87ca5e6f58
Merge pull request #1356 from akva2/noecl_flush
...
Another round of serialization preparation
2019-12-18 16:56:09 +01:00
Arne Morten Kvarving
2ae7921fcb
add equality operator to WATDENTRecord
2019-12-18 14:27:02 +01:00
Arne Morten Kvarving
49b8bff030
add equality operator to VISCREFRecord
2019-12-18 14:27:02 +01:00
Arne Morten Kvarving
b0ab7fdf8d
add equality operator to DENSITYRecord
2019-12-18 14:27:02 +01:00