#include <UnitSystem.hpp>
| Enumerator |
|---|
| UNIT_TYPE_METRIC |
|
| UNIT_TYPE_FIELD |
|
| UNIT_TYPE_LAB |
|
| Opm::UnitSystem::UnitSystem |
( |
UnitType |
unit | ) |
|
| void Opm::UnitSystem::addDimension |
( |
const std::string & |
dimension, |
|
|
double |
SIfactor, |
|
|
double |
SIoffset = 0.0 |
|
) |
| |
| void Opm::UnitSystem::addDimension |
( |
std::shared_ptr< const Dimension > |
dimension | ) |
|
| bool Opm::UnitSystem::equal |
( |
const UnitSystem & |
other | ) |
const |
| std::shared_ptr<const Dimension> Opm::UnitSystem::getDimension |
( |
const std::string & |
dimension | ) |
const |
| const std::string& Opm::UnitSystem::getName |
( |
| ) |
const |
| std::shared_ptr<const Dimension> Opm::UnitSystem::getNewDimension |
( |
const std::string & |
dimension | ) |
|
| UnitType Opm::UnitSystem::getType |
( |
| ) |
const |
| bool Opm::UnitSystem::hasDimension |
( |
const std::string & |
dimension | ) |
const |
| std::shared_ptr<const Dimension> Opm::UnitSystem::parse |
( |
const std::string & |
dimension | ) |
const |
The documentation for this class was generated from the following file: