|
| enum class | UnitConvention { Metric = 1
, Field = 2
, Lab = 3
, Pvt_M = 4
} |
|
using | StartTime = time_point |
|
|
| SummarySpecification (const ResultSet &rset, const Formatted &fmt, const UnitConvention uconv, const std::array< int, 3 > &cartDims, const RestartSpecification &restart, const StartTime start, const StartTime computeStart) |
|
| SummarySpecification (const SummarySpecification &rhs)=delete |
|
| SummarySpecification (SummarySpecification &&rhs) |
|
SummarySpecification & | operator= (const SummarySpecification &rhs)=delete |
|
SummarySpecification & | operator= (SummarySpecification &&rhs) |
| void | write (const Parameters ¶ms, const bool simulationFinished, const int currentStep, const int basic) |
| | Write SMSPEC file.
|
◆ write()
| void Opm::EclIO::OutputStream::SummarySpecification::write |
( |
const Parameters & | params, |
|
|
const bool | simulationFinished, |
|
|
const int | currentStep, |
|
|
const int | basic ) |
Write SMSPEC file.
- Parameters
-
| [in] | simulationFinished | Whether the simulation has finished (i.e. this is the last written for it) |
| [in] | currentStep | Index of the current report step |
| [in] | basic | The value assigned to BASIC in RPRTRST |
The documentation for this class was generated from the following files: