Skip to content

Instantly share code, notes, and snippets.

@rolk
Created January 17, 2014 20:28
Show Gist options
  • Save rolk/8480827 to your computer and use it in GitHub Desktop.
Save rolk/8480827 to your computer and use it in GitHub Desktop.
================ Test program for incompressible two-phase flow ===============
--------------- Reading parameters ---------------
deck_filename found at /, value is 458_ressat.data
Keyword found: RUNSPEC
Keyword found: TITLE
Keyword found: DIMENS
Keyword found: WATER
Keyword found: OIL
Keyword found: METRIC
Keyword found: START
Keyword found: WELLDIMS
Keyword found: GRID
Keyword found: SPECGRID
Keyword found: COORD
Keyword found: ZCORN
Keyword found: ACTNUM
Keyword found: PERMX
Keyword found: PERMY
Keyword found: PERMZ
Keyword found: PROPS
Keyword found: DENSITY
Keyword found: PVCDO
Keyword found: PVTW
Keyword found: SWOF
Keyword found: SOLUTION
Keyword found: SWAT
Keyword found: SOIL
Keyword found: PRESSURE
Keyword found: SCHEDULE
Keyword found: WELSPECS
Keyword found: COMPDAT
Keyword found: WCONINJE
Keyword found: WCONPROD
Keyword found: TSTEP
Integer fields:
ACTNUM
DIMENS
WELLDIMS
Float fields:
COORD
PERMX
PERMY
PERMZ
PRESSURE
SOIL
SWAT
ZCORN
Special fields:
Epoch 0
COMPDAT
DENSITY
PVCDO
PVTW
SPECGRID
START
SWOF
TITLE
TSTEP
WCONINJE
WCONPROD
WELSPECS
**** warning: no rock compressibility data found in deck (ROCK or ROCKTAB).
use_pside not found. Using default value 'false'.
linsolver not found. Using default value 'umfpack'.
output not found. Using default value 'true'.
output_dir not found. Using default value 'output'.
================ Starting main simulation loop ===============
(number of epochs: 1)
-------------- Starting epoch 0 --------------
(number of steps: 1)
use_reorder found at /, value is 'false'.
use_segregation_split not found. Using default value 'false'.
nl_pressure_maxiter not found. Using default value '10'.
nl_pressure_change_tolerance not found. Using default value '1'.
nl_pressure_residual_tolerance not found. Using default value '0'.
guess_old_solution not found. Using default value 'false'.
max_it not found. Using default value '20'.
verbosity not found. Using default value '0'.
max_it_ls not found. Using default value '5'.
quiet not found. Using default value 'false'.
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'.
check_well_controls not found. Using default value 'false'.
max_well_control_iterations not found. Using default value '10'.
num_transport_substeps not found. Using default value '1'.
-------------------- Unused parameters: --------------------
/output_ecl
----------------------------------------------------------------
Initial saturations are 0 1
--------------- Simulation step number 0 ---------------
Current time (days) 0
Current stepsize (days) 1
Total time (days) 1
Pressure solver took: 0.000726 seconds.
Number of linear solves: 6
Process converged: 0
Convergence flag: -1 (failed to converge)
Final residual norm: 0.0504684
Final increment norm: 0.0512695
Transport solver took: 0.001464 seconds.
Volume balance report (all numbers relative to total pore volume).
Saturated volumes: 0.050468 0.94953
Injected volumes: 0 0
Produced volumes: 0 0
Total inj volumes: 0 0
Total prod volumes: 0 0
In-place + prod - inj: 0.050468 0.94953
Init - now - pr + inj: -0.050468 0.050468
================ End of simulation ===============
Total time taken: 0.025463
Pressure time: 0.000726
Transport time: 0.001464
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment