opm-simulators/opm/core
Atgeirr Flø Rasmussen 38c89f363d Made phase mixing functors a class hierarchy.
In summary:
 - added RsFunction (base class),
 - made NoMixing, RsVD, RsSatAtContact inherit RsFunction,
 - RS and RV are no longer template arguments for EquilReg class,
 - EquilReg constructor now takes two shared_ptr<Miscibility::RsFunction>,
 - use of constructor updated, mostly using make_shared.
2014-02-26 14:47:24 +01:00
..
linalg Fix initialisation warning. 2014-02-05 13:05:33 +01:00
pressure Implemented well_controls based on well_controls_get_xxx() functions. 2014-01-06 14:59:11 +01:00
props Make linear interpolation default for saturation properties. 2014-02-21 09:54:47 +01:00
simulator Made phase mixing functors a class hierarchy. 2014-02-26 14:47:24 +01:00
tof convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
transport Remove unneeded term, fixing oil injecting behaviour. 2013-10-04 13:16:02 +02:00
utility Implemented well_controls based on well_controls_iset_xxx() functions. 2014-01-06 14:19:09 +01:00
wells Comparing well names protects againts NULL. 2014-01-08 16:10:43 +01:00
well_controls.h Removed commented out code. 2014-01-08 15:58:11 +01:00
wells.h Moved struct WellControls to the implementation file well_controls.c. 2014-01-06 15:13:32 +01:00