Commit Graph

25 Commits

Author SHA1 Message Date
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
flikka
760ad47a70 SPE3 case, slightly modified, see README 2014-09-10 13:54:39 +02:00
Kristian Flikka
03794a6afb Uncommented the TABDIMS keyword, OPM needs it 2014-09-08 15:02:45 +02:00
Kristian Flikka
ce0bb3f08c Renamed spe1 data file - didn't run in lowercase 2014-09-08 09:22:02 +02:00
Kristian Flikka
d044842ee3 Merge pull request #2 from andlaus/spe1_add_readme
SPE1: add README file
2014-09-08 08:01:02 +02:00
Andreas Lauser
82ea482796 README.md: fix typo 2014-09-05 15:41:42 +02:00
Andreas Lauser
6481aa704c improve the README.md 2014-09-05 15:39:06 +02:00
Andreas Lauser
dae10f0b36 Create README.md 2014-09-05 15:36:17 +02:00
Andreas Lauser
21ea8bad3c SPE1: add README file 2014-09-05 15:20:13 +02:00
Andreas Lauser
f5620e9451 add the SPE1 data set
it is slightly modified from the eRoom version by @osae because
eclipse spit out the eRoom version because it thought it was
inedible...
2014-09-05 11:45:02 +02:00