Commit Graph

11 Commits

Author SHA1 Message Date
Jørgen Kvalsvik
c07fe44d5e Update to shared_ptr-less parser interface. 2016-10-19 13:44:33 +02:00
Jørgen Kvalsvik
0f1a1d7ede NNC variable not defaulted in writeInit 2016-06-07 08:40:41 +02:00
Jørgen Kvalsvik
91d5cad61e Remove unused argument from writeInit 2016-06-07 08:40:41 +02:00
Jørgen Kvalsvik
aa10cb8319 Remove unused multiplexer/static create feature 2016-06-07 08:40:38 +02:00
Jørgen Kvalsvik
1c89ba93a9 Replace WellState with data::Wells 2016-06-07 08:40:38 +02:00
Jørgen Kvalsvik
8776cc9c44 Output takes data::Solution over SimDataContainer
To break dependencies between modules, and to properly define the input
format for the output facilities, make writeTimeStep take data::Solution
over SimulationDataContainer.
2016-06-07 08:40:37 +02:00
Jørgen Kvalsvik
3a81e1bd3b writeTimeStep takes time parameters explicitly
Removes the dependency on SimulationTimerInterface, and instead expects
to get the raw values from caller.
2016-06-07 08:40:37 +02:00
Jørgen Kvalsvik
94f0dd92ed Replace SimulationTimer with time_t in writeInit
Instead of passing a massive and complex instance around, reduce
dependencies by directly passing the interesting time values to
writeInit.
2016-06-07 08:40:37 +02:00
Pål Grønås Drange
bd5df6a247 Added writing of NNC
* Writer takes NNC argument
* Sets NNC info to ecl_self_add_nnc
* Writes TRANNNC to INIT
* Writes NNCHEAD, NNC1 and NNC2 to EGRID
2016-05-09 16:55:10 +02:00
Kjell W. Kongsvik
e4df4dd48d Updated with changes from opm-core master 2016-03-29 14:45:48 +02:00
Kjell W. Kongsvik
51c8416e28 Moved OutputWriter to opm-output
Moved opm/core/io/* in opm-core to opm-output opm/output along with tests.
Is still dependant on opm-core.
2016-03-16 10:47:35 +01:00