

Go to the source code of this file.
Classes | |
| class | unitConversion |
| Unit conversion structure. Contains the associated dimensions and the multiplier with which to convert values. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| unitConversion | pow (const unitConversion &, const scalar) |
| const unitConversion & | operator+ (const unitConversion &, const unitConversion &) |
| unitConversion | operator* (const unitConversion &, const unitConversion &) |
| unitConversion | operator/ (const unitConversion &, const unitConversion &) |
| Istream & | operator>> (Istream &, unitConversion &) |
| Ostream & | operator<< (Ostream &, const unitConversion &) |
| Ostream & | operator<< (Ostream &, const InfoProxy< unitConversion > &) |
| template<class Type > | |
| void | writeEntry (Ostream &os, const unitConversion &, const Type &t) |
| Write a type with a given unit conversion. More... | |
Original source file unitConversion.H
Definition in file unitConversion.H.