opm-simulators/opm/core
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
..
fluid Accounting for (constant) formation volume factor in incompressible fluids. 2012-04-20 14:00:38 +02:00
linalg Fix bug: mistakenly swapped macros. 2012-04-13 16:36:51 +02:00
pressure Added ifs_tpfa_assemble_comprock() to handle compressible rock cases. 2012-04-25 15:00:28 +02:00
transport/reorder Make column gravity Gauss-Seidel solver report average number of iterations. 2012-04-19 11:46:41 +02:00
utility Significant modification of well data structures and related functions. 2012-04-26 13:55:35 +02:00
InjectionSpecification.cpp InjectionSpecification: Initialise fields in declaration order. 2012-04-16 19:29:22 +02:00
InjectionSpecification.hpp Renamed some enums and functions relating to Wells, and started documenting it. 2012-04-20 09:50:36 +02:00
newwells.h Significant modification of well data structures and related functions. 2012-04-26 13:55:35 +02:00
ProductionSpecification.cpp Fixed reading of gconprod to handle defaulted arguments better 2012-04-16 17:10:17 +02:00
ProductionSpecification.hpp Added a (small) hack to wellmanager (defaulting injected_phase to water) 2012-04-23 13:24:47 +02:00
TwophaseState.hpp Made state before init() valid (0.0 water sat, 1.0 oil sat). 2012-04-02 15:41:13 +02:00
well.h Add field for specifying which surface volume fraction is injected. 2011-12-12 18:43:11 +01:00
WellCollection.cpp Change from std::string to const std::string& in findGroup-methods 2012-04-25 16:42:55 +02:00
WellCollection.hpp Change from std::string to const std::string& in findGroup-methods 2012-04-25 16:42:55 +02:00
WellsGroup.cpp Added some more documentation 2012-04-25 16:45:32 +02:00
WellsGroup.hpp Added some more documentation 2012-04-25 16:45:32 +02:00
WellsManager.cpp Completly revamped the way group control is checked 2012-04-25 16:14:40 +02:00
WellsManager.hpp Added some documentation 2012-04-25 16:40:31 +02:00