Joakim Hove
1190260d7d
Add support for GDFILE keyword
2018-10-16 00:21:35 +02:00
Joakim Hove
5b8882d6f0
Add methods save() and addNNC() to EclipseGrid
2018-10-16 00:20:09 +02:00
Joakim Hove
f8e711246f
GridDims class can initialize from binary file
2018-10-16 00:14:33 +02:00
Joakim Hove
5283611695
Add static method for conversion between unit system enums
2018-10-16 00:12:53 +02:00
Kai Bao
8721385104
not converting the unit of ALQ value in VFPPROD
...
since the ALQ value in WCON* keywords are not converted based on the
unit of ALQ in the VFPPROD keyword. Easiest fix is not to convert either
of them.
2018-09-26 13:01:29 +02:00
Jostein Alvestad
9d32793796
Added improvements to connection data ICON (account for inactive cells) etc.
2018-09-19 16:02:12 +02:00
Jostein Alvestad
409a497396
Added corrections to code to generate Eclipse compatible Restart file: i) two changes to intehead, [49] and [50] -> 1 (based on tests), ii) corrections to ISEG mainly for multisegmented wells and iii) change to ICON to allow for default saturation table implying ICON[6] and [9] = 0
2018-09-19 16:02:09 +02:00
Jostein Alvestad
9d0604ad99
additions to handle segmented wells for ICON and SCON
2018-09-19 16:02:05 +02:00
Jostein Alvestad
36de4a4a31
Added changes needed to provide connection index for restart file
2018-09-19 16:02:04 +02:00
Jostein Alvestad
5b1ec7b5b0
Added code to write restart data for groups and segmented wells to restart file - consistent with Eclipse 100
2018-09-19 16:02:02 +02:00
Jostein Alvestad
6ed9c356a9
Final changes for first "beta" version of segmented well ++ for restart
2018-09-19 16:02:00 +02:00
Jostein Alvestad
d9adf7ccc2
Further changes to include iSeg and rSeg data to Restart file
2018-09-19 16:01:59 +02:00
Jostein Alvestad
c5a1b30dc1
Added code to finalize writing of group data to restart file
2018-09-19 16:01:59 +02:00
Jostein Alvestad
19bb0e0077
Additional changes to create restart group data in general and igrp data in particular
2018-09-19 16:01:53 +02:00
Jostein Alvestad
2552750bed
Initial changes to implement group data into writing of restart file
2018-09-19 16:01:52 +02:00
Jostein Alvestad
7b2c36bde5
Added changes to include no of groups in InteHEAD
2018-09-19 16:01:52 +02:00
Joakim Hove
42745e0bfc
Merge pull request #493 from joakim-hove/default-ecl-compatible
...
Make ecl compatible restart files default
2018-09-15 11:09:44 +02:00
Tor Harald Sandve
fdc4b0142e
Write restart when SAVE keyword is in the schedule file
2018-09-14 13:36:22 +02:00
Joakim Hove
079d946723
Make ecl compatible restart files default
2018-09-12 18:02:47 +02:00
Joakim Hove
71d92c3dc8
Add opm_formatted property to the IOConfig
2018-09-12 11:34:57 +02:00
Joakim Hove
552c390465
Merge pull request #464 from joakim-hove/peaceman-formula
...
Peaceman formula
2018-09-11 13:18:40 +02:00
Joakim Hove
4a5b71d8c1
Include Peaceman calculation in Connection class
...
- The calculation of well connection transmissibility CF and effective
permeability is calculated.
- The Connection objects are immutable; should never be updated.
- The properties of the Connection class are just plain properties, have
removed getter methods and the use of Value<double>.
2018-09-09 11:16:42 +02:00
Joakim Hove
5aa0bfadf0
Use plain C api for smspec_nodes
2018-09-07 13:56:04 +02:00
Joakim Hove
e1948ccf99
Add operator[] to GridDims
2018-09-07 10:20:50 +02:00
Joakim Hove
4d5ef337ec
Accept default values when parsing MULTREGT keyword
2018-08-31 15:47:28 +02:00
Joakim Hove
a2394c06f5
Refacored MULTREGT scanner
2018-08-31 14:32:10 +02:00
CDN MacbookPro13
12402916a7
See # https://github.com/OPM/opm-common/issues/474 . header files should be self-sufficient
2018-08-25 12:50:58 +05:30
Joakim Hove
451d52c18a
Refactor iteration over Schedule section to for ACTIONX
2018-08-10 11:30:07 +02:00
Joakim Hove
bbb5e27e90
Add basic ACTIONX keyword
2018-08-10 11:29:46 +02:00
Joakim Hove
3c90adeea9
Remove unused functionality for directory loading of keywords
2018-08-10 11:28:52 +02:00
Joakim Hove
18a22d8f68
Merge pull request #463 from joakim-hove/restart-cwd
...
Restart cwd
2018-08-10 11:26:33 +02:00
Joakim Hove
bb2e5e0370
Add precision property to DeckOutput class - default = 10
2018-08-07 18:44:05 +02:00
Arne Morten Kvarving
3c88335852
changed: delete assignment operator in Deck class
2018-08-01 13:37:21 +02:00
Joakim Hove
64e5d123a2
Deck will internalize path to datafile
2018-07-19 08:20:04 +02:00
Bård Skaflestad
687f108285
Unit System: Recognize Units for Effective Kh Product
...
While here, also add check for all (current) unit conversion
constants for METRIC, FIELD, and LAB unit conventions and extend the
existing PVT-M checks to cover effective Kh too.
2018-07-11 22:07:38 +02:00
Bård Skaflestad
3466776c1a
Connection: Capture Effective 'Kh' Value from COMPDAT
...
Needed for restart output (especially, SCON), and also useful for
computing the connection transmissibility factor (WI) in some cases
if not supplied in COMPDAT.
2018-07-10 17:23:04 +02:00
Kai Bao
b5ff9bc393
handling the over-writing control part of WHISTCTL
...
for producers. The termination flag part is not handled yet.
2018-07-04 14:50:08 +02:00
Joakim Hove
4144d761dd
Merge pull request #431 from lars-petter-hauge/support_polymer_keys
...
Support polymer keys
2018-07-02 09:39:35 +02:00
Atgeirr Flø Rasmussen
98e3bbcf1d
Changes to make the code compile and run.
2018-06-29 15:57:15 +02:00
Joakim Hove
976bfdab35
Use opm-internal algorithm for volume calculation
2018-06-29 15:57:15 +02:00
Lars Petter Øren Hauge
fc3bc714fc
Support WCI(R/T)
2018-06-29 09:45:14 +02:00
Atgeirr Flø Rasmussen
89e95b0789
Segment class: fix warnings and operator!= bug.
...
While silencing warnings in this class, it became apparent that
operator!=() was buggy, it was just a copy of operator==().
2018-06-28 17:01:27 +02:00
Atgeirr Flø Rasmussen
ffa4a8ef7b
Include required <array> header.
2018-06-28 14:45:30 +02:00
Joakim Hove
4d3c143af4
Silnce warning
2018-06-26 12:36:49 +02:00
Joakim Hove
3a46555b6d
Reorder connection members to quell warning
2018-06-26 12:36:49 +02:00
Joakim Hove
a5cc1cfe48
Remove stale private functions
2018-06-26 12:36:49 +02:00
Joakim Hove
6095fda39f
Access connection direction directly
2018-06-26 12:36:49 +02:00
Joakim Hove
a8d1545947
Acces Connection sat table id directly
2018-06-26 12:36:49 +02:00
Joakim Hove
c212af9253
Remove stale function Connection::sameCoordinate()
2018-06-26 12:36:49 +02:00
Joakim Hove
6461cc2a81
Remove stale function Connection::fixDefaultIJ()
2018-06-26 12:36:49 +02:00