Joakim Hove
cff2bacade
Merge pull request #167 from joakim-hove/document-INIT
...
Document init
2017-02-17 10:38:58 +01:00
Joakim Hove
1446bda82c
Merge pull request #168 from akva2/no_throw_init_restart
...
added: option to not throw on error in restart/init regression test
2017-02-16 17:25:32 +01:00
Arne Morten Kvarving
594572152a
added: option to not throw on error in restart/init regression test
...
useful for doing a more thorough analysis of the failure
2017-02-16 15:51:11 +01:00
Joakim Hove
4889c34b2a
Write NTG to INIT file.
2017-02-16 11:00:29 +01:00
Joakim Hove
b71fce3dd8
Document writeInitial.
2017-02-16 09:08:51 +01:00
babrodtk
1ec5baeb2e
Fixed auxillary=>auxiliary
2017-02-15 14:50:17 +01:00
Joakim Hove
f3a4029195
Added test of require3D functionality from Summary
2017-02-07 14:40:11 +01:00
Arne Morten Kvarving
5a5d82fb86
throw runtime error if caller passes wrongly sized arrays to output
2017-02-06 14:11:56 +01:00
Joakim Hove
d0dcba2d72
Updated test-data to use active cells.
2017-02-06 14:07:16 +01:00
Arne Morten Kvarving
97a7ca3013
added: option to not throw on error in summary regression test
...
useful for doing a more thorough analysis of the failure
2017-02-03 09:40:54 +01:00
Arne Morten Kvarving
691e210915
added: print number of compared steps in summary tests
...
it will aid some scripts and is useful in either case
2017-02-02 14:54:25 +01:00
Joakim Hove
20abc2872b
EclipseIO::writeTimestep ensure summary data.
...
Codeblocks in EclipseIO::writeTimestep( ) have been reorder to ensure
that summary data is added also for substeps.
2017-01-31 23:09:18 +01:00
Joakim Hove
d988a010ff
Added INIT file output of PVTW and Density.
2017-01-27 08:35:11 +01:00
Joakim Hove
4d1693d027
Changes in the loading of restart files.
...
The main content of this commit is that the loading of restart files is
based on map of keys passed in from calling scope. This way the
selection of keywords to save and load is fully under control of calling
scope, but in addition there are many small refactorings:
- The EclipseWriter class and implementation has been renamed
EclipseIO.
- The loading and saving of restart files has been moved to file and
namespace RestartIO, which contains two loose functions load( ) and
save( ).
- The Summary() and RFT( ) data get their own copies of the data::Cells
vector.
- Removed some abstractions and wrrappers around C / ert
datastructures. Using ecl_file_view when loading restart files,
instead of bare ecl_file. Simplified opening of unified restart
files.
- Removed the ability to save restart keywords in double precision.
2017-01-17 16:58:56 +01:00
Joakim Hove
6ef1d909d9
Solution data::solution has SI units in Summary.
2017-01-16 10:29:31 +01:00
Joakim Hove
12b25a7baa
Passing correct unit system ID when writing.
2017-01-12 08:04:13 +01:00
Joakim Hove
e2d51413ba
Fix units for RS and RVwhen loading from restart.
2017-01-10 13:58:17 +01:00
Atgeirr Flø Rasmussen
91879da04e
Silence various warnings.
2016-12-29 13:51:07 +01:00
jokva
4b25b7c82f
Merge pull request #131 from joakim-hove/remove-unused
...
Remove unused files
2016-12-06 15:15:07 +01:00
Atgeirr Flø Rasmussen
af281de24c
Remove writeVtkData().
2016-12-06 09:42:34 +01:00
Joakim Hove
a2c0831836
Removed unused header file.
2016-12-05 18:49:52 +01:00
Joakim Hove
b92cecc7eb
Removed writeECLData.
2016-12-05 18:49:52 +01:00
Joakim Hove
47a13e0579
Added (not run) test for PVTW.
2016-12-01 13:50:45 +01:00
Joakim Hove
72d699473a
Added PVTG output.
2016-11-28 13:22:57 +01:00
Joakim Hove
180057c062
Framework for adding tables to INIT file - PVTO.
2016-11-28 10:55:33 +01:00
Joakim Hove
82f1277fe8
Merge pull request #143 from jokva/head-i-j-timestep
...
Write headI/J with timestep parameter
2016-11-22 23:12:43 +01:00
Joakim Hove
9a53243bd9
Added support for block variables in Summary.
2016-11-22 15:17:43 +01:00
Jørgen Kvalsvik
c55934e503
Write headI/J with timestep parameter
2016-11-22 14:27:31 +01:00
Joakim Hove
0badeb68c7
Merge pull request #140 from jokva/foe
...
FOE support
2016-11-22 13:00:04 +01:00
Jørgen Kvalsvik
84690ce6b6
RGIPL+RGIPG support.
2016-11-21 12:35:23 +01:00
Jørgen Kvalsvik
fc789d489a
FOE support
...
Field efficiency: (OIP(initial) - OIP(now)) / OIP(initial). The initial
OIP is cached, and FOIP is reused for OIP(now). Adds the
operator-(double,quantity) to make the formula obvious from the FOE
function.
2016-11-18 11:40:45 +01:00
Jørgen Kvalsvik
0253d1675d
WellSet uses strings, not Well pointers
2016-11-17 12:48:54 +01:00
Joakim Hove
d64a040a2c
Document enum TargetType.
2016-11-16 16:29:30 +01:00
Joakim Hove
f0e9c9133f
Some diagnostic information when cases differ.
2016-11-11 16:31:12 +01:00
Jørgen Kvalsvik
c3bd468005
Pass grid to constructor in summary test.
2016-11-10 11:53:41 +01:00
Jørgen Kvalsvik
8b1ca9803f
FPR support
2016-11-10 11:01:27 +01:00
Jørgen Kvalsvik
d16436913c
RWIP support
2016-11-10 11:01:27 +01:00
Jørgen Kvalsvik
7866e38c19
Region injection rates and totals
...
Support for ROIR, RGIR, RWIR, ROIT, RGIT and RWIT. The oil injection
keywords exist for symmetry.
2016-11-10 11:01:27 +01:00
Jørgen Kvalsvik
6ae9535c37
GGLR+GGLRH support
2016-11-10 11:01:27 +01:00
Jørgen Kvalsvik
99df6acb8d
Remove deprecated SimDataContainer pointer
2016-11-10 11:01:27 +01:00
Joakim Hove
ac4640effe
Check that completion corresponds to active cell.
2016-11-04 15:24:59 +01:00
Joakim Hove
cd2ee0e897
Merge pull request #127 from joakim-hove/crate-inactive-index
...
Check if cell is active while building RegionCache
2016-11-02 14:06:33 +01:00
Joakim Hove
ec4d320959
Merge pull request #128 from jokva/fgmwin-fgmwpr
...
{F,G}MW{IN,PR} support and minor internal renaming
2016-11-02 14:06:05 +01:00
Jørgen Kvalsvik
8a907be17b
Replace function aliases with names for parameters
...
Several functions were aliased to hide the fact that they shared the
same templated function, but with different specialisations. By
introducing aliases for producer and injector some readability is gained
and some (clumsy) aliases are removed, in favour of passing the
interesting aspect along with the general base name.
2016-11-02 12:35:11 +01:00
Jørgen Kvalsvik
c167dc4e62
{F,G}MW{IN,PR} support
...
Add support for the FMWIN, FMWPR, GMWIN and GMWPR keywords.
2016-11-02 12:18:39 +01:00
Joakim Hove
000c9b5479
Merge pull request #125 from jokva/phase-in-runspec
...
Read phase information from EclipseState.runspec
2016-11-02 11:52:19 +01:00
Joakim Hove
c4f064f791
Check if cell is active while building RegionCache
2016-11-02 11:49:32 +01:00
Joakim Hove
2032592d17
Fixup for completion rate units for inactive cell.
2016-11-02 09:59:09 +01:00
Jørgen Kvalsvik
e06d591dd3
Read phase information from EclipseState.runspec
2016-11-01 11:19:59 +01:00
Joakim Hove
8656268f3c
Pass NUM == 1 in when determining units.
2016-11-01 10:19:00 +01:00