52 value_(atof(tname.c_str())),
61 return (value_ < b + small && value_ > b - small);
69 return a.
equal(b.value_);
81 return a.value_ < b.value_;
87 return a.value_ > b.value_;
95 is >> I.value_ >> I.name_;
103 os << I.value_ <<
tab << I.name_;
bool operator<(const instant &, const instant &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
static const Identity< scalar > I
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
static const char *const typeName
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool operator>(const instant &, const instant &)
An instant of time. Contains the time value and name.
Ostream & operator<<(Ostream &, const ensightPart &)
friend bool operator==(const instant &, const instant &)
bool operator!=(const particle &, const particle &)
bool equal(const scalar) const
Comparison used for instants to be equal.