opm-core/opm/core
Tor Harald Sandve cb4b698b51 Add method for calculating the initial hydroCarbonState
The following hydroCarbonState are used
    enum HydroCarbonState {
        GasOnly = 0,
        GasAndOil = 1,
        OilOnly = 2
    };
Cells almost filled with water are treated as a GasAndOil state
2016-05-13 09:10:13 +02:00
..
flowdiagnostics use the error macros from opm-common 2015-10-08 11:42:15 +02:00
grid Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor 2016-04-20 08:51:10 +02:00
linalg Return a constant reference to the mask for ParallelISTLInformation::updateOwnerMask 2015-11-02 15:02:32 +01:00
pressure Rename HAVE_DUNE_CORNERPOINT -> HAVE_OPM_GRID. 2016-04-05 15:14:02 +02:00
props Runs first iterations of two-phase test case plausibly 2016-04-26 07:48:58 +02:00
simulator Add method for calculating the initial hydroCarbonState 2016-05-13 09:10:13 +02:00
transport use the error macros from opm-common 2015-10-08 11:42:15 +02:00
utility Add method for calculating the initial hydroCarbonState 2016-05-13 09:10:13 +02:00
wells Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor 2016-04-20 08:51:10 +02:00
doxygen_main.hpp remove the EclipseGridParser class 2014-05-21 11:22:43 +02:00
grid.h Added small utility memcmp_double() 2015-08-12 14:31:07 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Avoid using bool in the c code 2015-10-07 12:49:05 +02:00