Atgeirr Flø Rasmussen
12bd67e248
Create oil-in-place data if overall efficiency is requested by output.
2017-08-01 16:40:34 +02:00
Markus Blatt
900fec427d
Cleaned up bogus documentation and whitespace
2017-07-20 12:37:01 +02:00
Markus Blatt
c06e5b7cf8
Removed boolean parameter indicating initial write to writeTimeStep.
...
Instead we use the timer to determine whether this is the initial write.
2017-07-20 12:12:41 +02:00
Markus Blatt
1939453adb
Write the initial OIP values if requested.
...
This is when writing the first time step as is this is
the first step when OIP is available.
2017-07-19 22:06:08 +02:00
Markus Blatt
a6175942fd
Make lambda C++11 compliant
2017-06-20 15:49:13 +02:00
Markus Blatt
75561a0da7
Some cleanup concerning spaces, const, simplified logic.
2017-06-20 15:27:05 +02:00
Markus Blatt
58948521bb
Do not activate output writer for when output=log
2017-06-20 13:16:50 +02:00
Markus Blatt
1f8b747299
Removed leftover getDefault("output", ...) where bool was expected.
2017-06-20 13:11:16 +02:00
Arne Morten Kvarving
85e65415c5
fixed: constructor has been made explicit
2017-06-09 18:45:11 +02:00
Atgeirr Flø Rasmussen
42aa343d9f
Write total solver time to TCPU.
2017-06-06 21:35:05 +02:00
Atgeirr Flø Rasmussen
2d0701c1e8
Include possibility for arbitrary summary data.
...
This adapts to the upstream API change in opm-data, and adds a
proof-of-concept dummy TCPU field.
2017-06-06 11:42:51 +02:00
Robert Kloefkorn
46f66e34b9
[bugfix] Only create asyncOutput when output is enabled globally.
2017-06-02 13:09:48 +02:00
Robert Kloefkorn
e46810d2dc
[bugfix] 1) create asyncOutput object on all ranks to avoid deadlock in
...
MPI_Bcast call in writeTimeStepWithCellProperties.
2) ThreadHandle waits on destruction until all objects have been dealt with.
2017-05-29 18:08:18 +02:00
Arne Morten Kvarving
3c0cb9e950
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
Atgeirr Flø Rasmussen
422d834996
Merge pull request #1152 from atgeirr/conditional-output
...
Only push non-empty data to output.
2017-04-19 13:05:02 +02:00
Atgeirr Flø Rasmussen
af4a12b872
Only push non-empty data to output.
2017-04-19 09:58:54 +02:00
babrodtk
8ae7178f0a
This adds bubble/dew point pressure output to legacy flow
2017-04-18 14:03:56 +02:00
Andreas Lauser
e24d8c3a57
SimulatorFullyImplicitBlackoilOutput: print warnings instead of silently ignoring requests for bubble/dew point pressure output
2017-04-18 11:09:09 +02:00
Andreas Lauser
7e388376af
only output the bubble and dew point pressures if they are available
2017-04-18 10:21:26 +02:00
Andreas Lauser
d334fc1c70
Merge pull request #1118 from GitPaean/calculating_well_potentials_for_each_timestep
...
[WIP] Changes to improve the StandardWellsDense
2017-04-12 10:33:57 +02:00
Joakim Hove
527c0a9e75
Using optional restart loading instead of extra.
2017-04-11 22:59:26 +02:00
Kai Bao
8d96d835b3
removing the well potential from WellsManager constructor.
2017-04-11 16:51:16 +02:00
Atgeirr Flø Rasmussen
88e4646b71
Merge pull request #1084 from babrodtk/hysteresis_output
...
Adds hysteresis output and input (for restarting)
2017-04-11 07:44:59 +02:00
babrodtk
4d286cf0b3
Makes hysteresis and somax optional in restart file
2017-04-07 16:20:35 +02:00
babrodtk
1fd36e9451
Fixed hysteresis input/output in flow_legacy
2017-04-07 14:36:36 +02:00
babrodtk
8340d26890
Adds hysteresis output and input (for restarting)
2017-04-06 14:17:15 +02:00
Atgeirr Flø Rasmussen
85e1544553
Use ensureDirectoryExists() instead of boost::filesystem directly.
...
Motivated by
- proliferation of identical code
- need to avoid strange behaviour with "." directory on some boost versions
- potenial for further refactoring to avoid boost entirely
2017-04-06 12:14:54 +02:00
babrodtk
e0e1ca51e6
Added soMax to flow_legacy
2017-04-05 12:32:43 +02:00
babrodtk
bd0507cc3b
Added somax to input/output to restart file
2017-04-05 12:32:43 +02:00
Atgeirr Flø Rasmussen
2eb8816507
Merge pull request #1103 from totto82/output_rsrv_pc
...
Fix output of rs and rv.
2017-03-20 06:47:17 +01:00
Bård Skaflestad
bdba47e5ac
Merge pull request #1105 from atgeirr/change-default-output-dir
...
Change default output dir
2017-03-17 13:58:08 +01:00
Atgeirr Flø Rasmussen
4eda4d9ff6
Remove unused code and simplify.
...
- The output_interval_ member is no longer used (here).
- After setup, the IOConfig contains the output dir, use it.
2017-03-16 15:40:24 +01:00
Atgeirr Flø Rasmussen
711e9bacb7
Allow restarting without OPMEXTRA field in restart file.
2017-03-16 13:34:24 +01:00
Tor Harald Sandve
6c859836f3
Hack to make the intial output of rs and rv Ecl compatible.
...
For cells with swat == 1 Ecl outputs; rs = rsSat and rv=rvSat, in all
but the initial step where it outputs rs and rv values calculated by the
initialization. To be compatible we overwrite rs and rv with the values
passed by the localState. Volume factors and densities needs to be
recalculated with the updated rs and rv values.
2017-03-16 10:22:27 +01:00
Joakim Hove
b4f9e88403
Mark OPMEXTRA as not required restart data.
2017-03-10 09:58:16 +01:00
Atgeirr Flø Rasmussen
429baf082c
Update to match revised extra data interface from opm-output.
2017-03-01 09:50:32 +01:00
Atgeirr Flø Rasmussen
1175c389b0
Add SI/double preserving feature to restart I/O.
...
The parameter "restart_double_si" (defaults to false) will when true
cause the RESTART_SOLUTION data (only) to be read/written with measure
equal to measure::identity, thereby suppressing unit conversions. Also,
the output layer will be told to output all (not just RESTART_SOLUTION
but also RESTART_AUXILIARY) restart data as doubles.
2017-03-01 08:45:49 +01:00
Atgeirr Flø Rasmussen
378addd000
Update legacy sim to also read time step from restart.
2017-03-01 08:45:42 +01:00
Atgeirr Flø Rasmussen
ffaa48295a
Add restart I/O of suggested timestep length.
2017-03-01 08:45:34 +01:00
babrodtk
ba2973dbbe
Fixed apparent bug in outputting PDPB
2017-02-27 10:28:31 +01:00
Atgeirr Flø Rasmussen
980a6191b2
Bugfix: make viscosity output conditional.
2017-02-24 10:56:44 +01:00
Atgeirr Flø Rasmussen
296b0c61d6
Merge pull request #1068 from babrodtk/initial_restart
...
Added writing initial timestep data to restart
2017-02-24 09:17:30 +01:00
Atgeirr Flø Rasmussen
10f6c64502
Merge pull request #1072 from atgeirr/fix-wellstate
...
Towards fixing restart for flow_ebos
2017-02-24 09:11:25 +01:00
Atgeirr Flø Rasmussen
2e8ff72e9e
Rename template variable for clarity.
2017-02-23 10:21:45 +01:00
babrodtk
3e44bb1e4e
Updated so that VOIL/VGAS/VWAT are supported keywords
2017-02-22 11:18:24 +01:00
babrodtk
1e5df1b720
Added writing initial timestep data to restart
2017-02-22 10:12:47 +01:00
babrodtk
d21443ae60
Updated auxillary=>auxiliary in new code
2017-02-17 10:44:52 +01:00
babrodtk
4a46451d95
Added output of dew and bubble point pressures
2017-02-17 10:40:43 +01:00
babrodtk
edffbcd3f8
Renamed auxillary to auxiliary
2017-02-15 14:47:24 +01:00
Atgeirr Flø Rasmussen
41fb8eb933
Remove pessimizing move and silence warnings.
2017-02-14 10:50:31 +01:00