opm-simulators/opm/core/utility
Atgeirr Flø Rasmussen 597a2cc7af Significant modification of well data structures and related functions.
The following changes are made:
 - The SurfaceComponent enum has been removed.
 - Added new member Wells::number_of_phases.
 - The Wells::zfrac member has been replaced with comp_frac. The old
   zfrac always had 3 components per well (accessed according to the
   canonical ordering given by SurfaceComponent), the new one has
   number_of_phases components per well.
 - Changed add_well() accordingly to accept comp_frac.
 - Added new member WellControls::distr, giving distributions for
   rate controls.
 - All functions dealing with well controls now take Wells* and a
   well index instead of directly taking WellControls*.
 - Now append_well_controls() also takes a rate distribution argument.
 - Added new public function set_current_control().
2012-04-26 13:55:35 +02:00
..
initState_impl.hpp Bugfix: ensure all cells have a valid saturation initially. 2012-03-29 21:10:14 +02:00
initState.hpp Added correct documentation to initStateTwophaseBasic(). 2012-03-29 11:09:13 +02:00
miscUtilities.cpp Follow change to well rate target sign convention. 2012-04-25 15:36:01 +02:00
miscUtilities.hpp Fixed bug in computeWDP(), add gravity argument. Make WellReport output in friendly units. 2012-04-25 12:37:30 +02:00
newwells.c Significant modification of well data structures and related functions. 2012-04-26 13:55:35 +02:00
writeVtkData.hpp Changed some function signatures to take const UnstructuredGrid& instead of ptr. 2012-03-12 13:44:05 +01:00