|
enum class | OilVaporization { UNDEF = 0
, VAPPARS = 1
, DRDT = 2
, DRSDTCON = 3
} |
|
|
| OilVaporizationProperties (const size_t numPvtReginIdx) |
|
OilVaporization | getType () const |
|
double | getMaxDRSDT (const size_t pvtRegionIdx) const |
|
double | getMaxDRVDT (const size_t pvtRegionIdx) const |
|
bool | getOption (const size_t pvtRegionIdx) const |
|
bool | drsdtActive () const |
|
bool | drvdtActive () const |
|
bool | drsdtConvective () const |
|
bool | defined () const |
|
size_t | numPvtRegions () const |
|
double | vap1 () const |
|
double | vap2 () const |
|
bool | operator== (const OilVaporizationProperties &) const |
|
bool | operator!= (const OilVaporizationProperties &) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
The documentation for this class was generated from the following files: