Commit Graph

59 Commits

Author SHA1 Message Date
Joakim Hove
b635faf201 Inserted TUNING keyword properly?
These decks had a TUNING keyword with two problems:

 1. The string 'TUNING' was commented out, however there was data for a
    TUNING keyword present.

 2. The keyword had an extra trailing '/'

Both of these problems have been fixed with this commit.
2015-08-05 13:56:10 +02:00
Joakim Hove
b3d1c4ff77 Added fully defaulted EQLDIMS & TABDIMS
For some keywords the number of records is given as an item of another
keyword, the EQUIL keyword is a prime example of such behaviour - where
the number of records (i.e. equilibration regions) is given by the
NTEQUL item of EQLDIMS keyword.

If the defining keyword (i.e. EQLDIMS in the case of EQUIL) is missing
from the deck the parser can use the default values from the defining
keyword, but this is still potentially a problem and in the strictest
mode the parser will throw an exception. This is governed by the
ParseMode::missingDIMSKeyword flag.

With this commit the decks will go through the parser without any error
detected.
2015-08-05 13:56:09 +02:00
Lars K Blatny
cd94f50abb Improved comments of SPE1-files. No code changed. 2015-07-30 09:40:06 +02:00
Lars K Blatny
e922fc89b0 Improved comments of SPE3-files. No code changed (except for defaulting some values which previously was explicitly set to the default values in TABDIMS) 2015-07-28 08:53:44 +02:00
Lars K Blatny
8d6982be7f Added new simulation file for SPE9. 2015-07-24 16:30:02 +02:00
Lars K Blatny
0418a043be Improved comments. No code changed. 2015-07-24 15:47:31 +02:00
Lars K Blatny
7ebec30ac0 changed data in TOPS keyword for SPE3 2015-07-20 15:45:39 +02:00
Lars K Blatny
d4dadd869f changed data in TOPS keyword 2015-07-16 15:21:23 +02:00
Lars K Blatny
b284c8348f added 'Copyright (C) 2015 Statoil' to the SPE1&3-files 2015-07-10 08:36:36 +02:00
Lars K Blatny
0a3de65bd8 removed 'Copyright (C) 2015 Statoil' from the SPE1&3-files 2015-07-09 09:04:06 +02:00
Lars K Blatny
ea9db6bc89 changed names and SPE1-file has been split 2015-07-09 08:52:54 +02:00
Lars Kristoffer Uhlen Blatny (MADI FER MEM)
4ae2d1addb added SPE-case with copyright Statoil 2015-07-08 14:21:38 +02:00
Joakim Hove
b6cc6e4715 Changed RPTRST to BASIC=2 2015-06-02 15:06:55 +02:00
Joakim Hove
81cff3a45c Changed GRIDFILE keyword to request EGRID file. 2015-06-01 17:07:27 +02:00
Kai Bao
007ce5a577 fixing the typo in the folder name. 2015-05-28 09:48:00 +02:00
Robert Kloefkorn
35a038a8f7 Norne: switch back to pid+iteration as time step control. 2015-04-17 10:56:53 +02:00
Alf Birger Rustad
2840b52269 Merge pull request #37 from alfbr/master
ODbL license and copyright statement added to all Norne deck files.
2015-04-13 22:21:07 +02:00
Robert Kloefkorn
b99c40b04a suggested default parameter for SPE9. 2015-04-13 13:59:21 +02:00
Robert Kloefkorn
e05414a44a suggested default parameters. 2015-04-13 13:59:21 +02:00
rustad
e25fb64f3f Put new lines in license headers for readability. 2015-04-12 18:01:47 +02:00
rustad
40aca883fe ODbL license and copyright statement added to all Norne deck files. 2015-04-11 10:43:34 +02:00
Robert Kloefkorn
e367de3e5b Norne: cleanup autogenerated files. 2015-04-09 17:04:10 +02:00
Robert Kloefkorn
7750bc6b62 Norne: adjust ecl dir 2015-04-09 17:03:26 +02:00
Robert Kloefkorn
db8a83c3dc Norne: added NEWTON and MLINEARS to the summary output (ECL). 2015-04-09 16:59:11 +02:00
Robert Kloefkorn
d716ae6a1b Norne: a simple bash script that uses ert's summary.x and gnuplot/latex to plot the
wells and assembles them together in a pdf file.
2015-04-09 15:48:09 +02:00
Atgeirr Flø Rasmussen
282001f41b Merge pull request #27 from andlaus/implement_temperature_dependent_density
add a version of the SPE-1 problem that tests the thermal features
2015-03-27 10:09:26 +01:00
Atgeirr Flø Rasmussen
66f1d711fd Merge pull request #30 from qilicun/polymer_cases
Simple 2D cases for polymer.
2015-03-26 08:08:14 +01:00
Liu Ming
f40b19df53 Simple 2D cases for polymer. 2015-03-26 10:44:22 +08:00
Tor Harald Sandve
2a8b55aef4 add readme file 2015-03-05 14:25:32 +01:00
Tor Harald Sandve
1444f22698 explicilty add values for critial saturations in the relperm curves in order to get resonable scanning curves in Eclipse when 3 pt scaling is used 2015-03-05 14:24:17 +01:00
Andreas Lauser
a4e07578cd fixup! large SPE1: use DZ instead of DZV and do not output all quantities to the PRT file 2015-03-04 17:59:03 +01:00
Andreas Lauser
be8ce22122 fix the WELLDIMS data
the maximum number of connections per well is 10, not 1...
2015-03-04 16:02:36 +01:00
Andreas Lauser
7b6f53c766 large SPE1: use DZ instead of DZV and do not output all quantities to the PRT file
E100 does not seem to support DZV (but it supports DXV and DYV,
why!?). also, printing multiple values for each cell after a time step
is probably not such a good idea if you have 300000 cells...
2015-03-04 14:16:09 +01:00
Andreas Lauser
b472253edd add a 300k cells version of the SPE1 problem
i.e., it provides a simple deck which is suitable for performance
comparisons.
2015-03-03 18:14:52 +01:00
Andreas Lauser
af09d6e278 add a version of the SPE-1 problem that tests the thermal features of OPM
don't try to feed this to Eclipse, though...
2015-03-02 19:11:08 +01:00
Tor Harald Sandve
2c8e9ae71b remove copy of FLUXNUM to MULTNUM 2015-02-02 10:06:06 +01:00
Tor Harald Sandve
d92f3b662b explicity set region to FLUXNUM 2015-02-02 10:05:41 +01:00
Robert K
02d678e0ae unified summary output. 2014-12-17 10:47:46 +01:00
Robert K
2e55fe07d4 ORAT --> RESV when rate is non-zero. 2014-12-17 10:47:46 +01:00
Tor Harald Sandve
97f0897d57 use 2 perforations in the producer as in the original version 2014-11-05 11:22:57 +01:00
Tor Harald Sandve
f4a841f1ab add Eclipse output for wells 2014-11-05 11:21:50 +01:00
Robert Kloefkorn
b2510ac2fc make eclipse run with this deck (COPY keyword with FLUXNUM is still an issue). 2014-10-14 13:22:05 +02:00
Robert Kloefkorn
f35326085f remove wrong initial conditions. 2014-10-14 10:57:04 +02:00
Robert Kloefkorn
ad24a4cdfd full NORNE model, the following minor things have been adjusted:
COPY
  FLUXNUM MULTNUM /
/
has been added to make the MULTREGT keyword work.
In the file INCLUDE/PETRO/FLUXNUM_0704.prop the keyword fluxnum has been changed to FLUXNUM.

The lines
INCLUDE
'./INCLUDE/PETRO/E3.prop' /

have been uncommented, i.e. E3 is included.

I removed the file BC0407_HIST01122006.SCH~ since it was a backup file for
BC0407_HIST01122006.SCH.
2014-10-13 12:35:08 +02:00
Andreas Lauser
0ccc2e2608 add a simplified version of the SPE1 dataset
the only remarkable aspect of this deck is that the current version of
the CPR preconditioner in opm-autodiff breaks down:

```
and@heuristix:~/src/opm-autodiff|master > ./bin/sim_fibo_ad deck_filename=../opm-data/simplespe1/SIMPLESPE1.DATA

================    Test program for fully implicit three-phase black-oil flow     ===============

---------------    Reading parameters     ---------------
deck_filename found at /, value is ../opm-data/simplespe1/SIMPLESPE1.DATA
strict_parsing not found. Using default value 'true'.
deck_filename found at /, value is ../opm-data/simplespe1/SIMPLESPE1.DATA
output not found. Using default value 'true'.
output_interval not found. Using default value '1'.
output_dir not found. Using default value '.'.
pvt_tab_size not found. Using default value '-1'.
sat_tab_size not found. Using default value '-1'.
threephase_model not found. Using default value 'gwseg'.
use_cpr not found. Using default value 'true'.
output not found. Using default value 'true'.
output_dir not found. Using default value 'output'.
output not found. Using default value 'true'.
output_vtk not found. Using default value 'true'.
output_dir not found. Using default value 'output'.
output_interval not found. Using default value '1'.

================ Starting main simulation loop ===============

---------------    Simulation step number 0    ---------------
      Current time (days)     0
      Current stepsize (days) 1
      Total time (days)       1216

dp_max_rel not found. Using default value '1e+09'.
ds_max not found. Using default value '0.2'.
drs_max_rel not found. Using default value '1e+09'.
relax_max not found. Using default value '0.5'.
max_iter not found. Using default value '15'.
relax_type not found. Using default value 'dampen'.

Iteration         Residual
        0        1.29402173
terminate called after throwing an instance of 'Dune::ISTLError'
Aborted
```

on the other hand, everything works fine if the CPR preconditioner is
not used:

```
and@heuristix:~/src/opm-autodiff|master > ./bin/sim_fibo_ad deck_filename=../opm-data/simplespe1/SIMPLESPE1.DATA use_cpr=false

================    Test program for fully implicit three-phase black-oil flow     ===============

---------------    Reading parameters     ---------------
deck_filename found at /, value is ../opm-data/simplespe1/SIMPLESPE1.DATA
strict_parsing not found. Using default value 'true'.
deck_filename found at /, value is ../opm-data/simplespe1/SIMPLESPE1.DATA
output not found. Using default value 'true'.
output_interval not found. Using default value '1'.
output_dir not found. Using default value '.'.
pvt_tab_size not found. Using default value '-1'.
sat_tab_size not found. Using default value '-1'.
threephase_model not found. Using default value 'gwseg'.
use_cpr found at /, value is 'false'.
linsolver not found. Using default value 'umfpack'.
output not found. Using default value 'true'.
output_dir not found. Using default value 'output'.
output not found. Using default value 'true'.
output_vtk not found. Using default value 'true'.
output_dir not found. Using default value 'output'.
output_interval not found. Using default value '1'.

================ Starting main simulation loop ===============

---------------    Simulation step number 0    ---------------
      Current time (days)     0
      Current stepsize (days) 1
      Total time (days)       1216

dp_max_rel not found. Using default value '1e+09'.
ds_max not found. Using default value '0.2'.
drs_max_rel not found. Using default value '1e+09'.
relax_max not found. Using default value '0.5'.
max_iter not found. Using default value '15'.
relax_type not found. Using default value 'dampen'.

Iteration         Residual
        0        1.29402173
        1      0.0614937239
        2    1.45760381e-05
Fully implicit solver took: 0.097702 seconds.

---------------    Simulation step number 1    ---------------
      Current time (days)     1
      Current stepsize (days) 14
      Total time (days)       1216

...
```
2014-09-23 12:23:45 +02:00
Joakim Hove
66bce3d00d Merge pull request #10 from flikka/spe9
SPE9 data and Eclipse results
2014-09-15 17:51:25 +02:00
flikka
dc537c2ccb Added a small description in the README 2014-09-12 12:23:09 +02:00
Andreas Lauser
07c5ecb2df Merge pull request #7 from flikka/spe3
SPE3 dataset
2014-09-12 10:59:34 +02:00
flikka
7432587ddb SPE9 dataset 2014-09-11 12:05:26 +02:00
flikka
f0124ef40f Added .gitignore file 2014-09-11 11:37:58 +02:00