Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| word | name (const Scalar val) |
| A word representation of a floating-point value. More... | |
| Scalar | ScalarRead (const char *buf) |
| Parse entire buffer as a float/double, skipping leading/trailing whitespace. More... | |
| bool | ScalarRead (const char *buf, Scalar &val) |
| Parse entire buffer as a float/double, skipping leading/trailing whitespace. More... | |
| Scalar | ScalarRead (Istream &is) |
| Istream & | operator>> (Istream &is, Scalar &val) |
| Ostream & | operator<< (Ostream &os, const Scalar val) |