|
|
| Tables (const UnitSystem &units) |
| |
|
void | addDensity (const DensityTable &density) |
| |
| void | addPVTTables (const EclipseState &es) |
| | Add normalised PVT function tables to INIT file's TAB vector.
|
| |
| void | addSatFunc (const EclipseState &es) |
| | Add normalised saturation function tables to INIT file's TAB vector.
|
| |
|
const std::vector< int > & | tabdims () const |
| | Acquire read-only reference to internal TABDIMS vector.
|
| |
|
const std::vector< double > & | tab () const |
| | Acquire read-only reference to internal TAB vector.
|
| |
◆ addPVTTables()
Add normalised PVT function tables to INIT file's TAB vector.
- Parameters
-
| [in] | es | Valid EclipseState object with accurate RUNSPEC information on active phases and table dimensions ("TABDIMS"). |
| [in] | logihead | Flag specifications identifying which tables to output. |
◆ addSatFunc()
Add normalised saturation function tables to INIT file's TAB vector.
- Parameters
-
| [in] | es | Valid EclipseState object with accurate RUNSPEC information on active phases and table dimensions ("TABDIMS"). |
The documentation for this class was generated from the following files:
- opm/output/eclipse/Tables.hpp
- opm/output/eclipse/Tables.cpp