|
| | ClassName ("namedUnitSet") |
| | Run time type information. More...
|
| |
| | namedUnitSet (const string &) |
| | Construct from name. More...
|
| |
| | namedUnitSet (const namedUnitSet &)=default |
| | Copy constructor. More...
|
| |
| | namedUnitSet (namedUnitSet &&)=default |
| | Move constructor. More...
|
| |
| void | read (const word &keyword, const dictionary &) |
| | Update. More...
|
| |
| bool | readIfPresent (const word &keyword, const dictionary &) |
| | Update if found in the dictionary. More...
|
| |
| | ClassName ("unitSet") |
| | Run time type information. More...
|
| |
| | unitSet (const dimensionSet &, const scalar fraction, const scalar angle, const scalar multiplier) |
| | Construct from components. More...
|
| |
| | unitSet (const dimensionSet &) |
| | Construct from a dimension set. No dimensionless units. Unity. More...
|
| |
| | unitSet (const unitSet &)=default |
| | Copy constructor. More...
|
| |
| | unitSet (unitSet &&)=default |
| | Move constructor. More...
|
| |
| | unitSet (Istream &is) |
| | Construct from stream. More...
|
| |
| const dimensionSet & | dimensions () const |
| | Access the dimensions. More...
|
| |
| bool | dimensionless () const |
| | Return true if it is dimensionless. More...
|
| |
| template<class T > |
| T | toStandard (const T &) const |
| | Convert a value to standard units. More...
|
| |
| template<class T > |
| void | makeStandard (T &) const |
| | Convert a value to standard units. More...
|
| |
| template<class T > |
| T | toUser (const T &) const |
| | Convert a value to user units. More...
|
| |
| template<class T > |
| void | makeUser (T &) const |
| | Convert a value to user units. More...
|
| |
| bool | any () const |
| | Return whether this is the "any" unit. I.e., the case where. More...
|
| |
| bool | none () const |
| | Return whether this is the "none" unit. I.e., the case where unit. More...
|
| |
| bool | standard () const |
| | Return whether this unit is standard. I.e., is its multiplier one? More...
|
| |
| void | reset (const unitSet &) |
| | Reset the unit conversion. More...
|
| |
| void | read (const word &keyword, const dictionary &) |
| | Update. More...
|
| |
| void | read (Istream &is) |
| | Update. More...
|
| |
| void | read (const word &keyword, const dictionary &, Istream &is) |
| | Update. More...
|
| |
| bool | readIfPresent (const word &keyword, const dictionary &) |
| | Update if found in the dictionary. More...
|
| |
| bool | readIfPresent (Istream &is) |
| | Update if found on the stream. More...
|
| |
| bool | readIfPresent (const word &keyword, const dictionary &, Istream &is) |
| | Update if found on the dictionary stream. More...
|
| |
| InfoProxy< unitSet > | info () const |
| | Return info proxy. More...
|
| |
| scalar | operator[] (const dimensionSet::dimensionType type) const |
| | Access the dimension exponents. More...
|
| |
| scalar | operator[] (const dimlessUnitType type) const |
| | Access the dimensionless unit exponents. More...
|
| |
| void | operator= (const unitSet &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
| void | operator= (const unitSet &&)=delete |
| | Disallow default bitwise move assignment. More...
|
| |
...
- Source files
-
Definition at line 58 of file namedUnitSet.H.