|
enum class | Hysteresis {
REVERS = 1
, IRREVERS = 2
, HYSTER = 3
, BOBERG = 4
,
REVLIMIT = 5
, PALM_MAN = 6
, NONE = 7
} |
|
|
| RockConfig (const Deck &deck, const FieldPropsManager &fp) |
|
bool | active () const |
|
const std::vector< RockConfig::RockComp > & | comp () const |
|
const std::string & | rocknum_property () const |
|
std::size_t | num_rock_tables () const |
|
Hysteresis | hysteresis_mode () const |
|
bool | water_compaction () const |
|
bool | dispersion () const |
|
bool | operator== (const RockConfig &other) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/EclipseState/SimulationConfig/RockConfig.hpp
- opm/input/eclipse/EclipseState/SimulationConfig/RockConfig.cpp