Opm::ECLPVT::ConvertUnits Struct Reference

#include <ECLPvtCommon.hpp>

Public Types

using Converter = std::function< double(const double)>
 Convenience type alias for a value transformation. More...
 

Public Attributes

Converter indep
 How to convert the independent variate (1st column) More...
 
std::vector< Convertercolumn
 How to convert the dependent variates (2nd... columns). More...
 

Detailed Description

Protocol for converting raw table input data to strict SI unit conventions.

Member Typedef Documentation

◆ Converter

using Opm::ECLPVT::ConvertUnits::Converter = std::function<double(const double)>

Convenience type alias for a value transformation.

Member Data Documentation

◆ column

std::vector<Converter> Opm::ECLPVT::ConvertUnits::column

How to convert the dependent variates (2nd... columns).

◆ indep

Converter Opm::ECLPVT::ConvertUnits::indep

How to convert the independent variate (1st column)


The documentation for this struct was generated from the following file: