Public Types | |
| typedef Scalar | cmptType |
| Component type. More... | |
| typedef label | labelType |
| Equivalent type of labels used for valid component indexing. More... | |
Public Member Functions | |
| pTraits (const Scalar &) | |
| Construct from primitive. More... | |
| pTraits (Istream &) | |
| Construct from Istream. More... | |
| operator Scalar () const | |
| Access to the Scalar value. More... | |
| operator Scalar & () | |
| Access to the Scalar value. More... | |
Static Public Attributes | |
| static const direction | dim = 3 |
| Dimensionality of space. More... | |
| static const direction | rank = 0 |
| Rank of Scalar is 0. More... | |
| static const direction | nComponents = 1 |
| Number of components in Scalar is 1. More... | |
| static const char *const | typeName = "scalar" |
| static const char *const | componentNames [] = { "" } |
| static const Scalar | zero = 0.0 |
| static const Scalar | one = 1.0 |
| static const Scalar | max = ScalarVGREAT |
| static const Scalar | min = -ScalarVGREAT |
| static const Scalar | rootMax = ScalarROOTVGREAT |
| static const Scalar | rootMin = -ScalarROOTVGREAT |
|
inline |
|
inline |
Access to the Scalar value.
Definition at line 99 of file Scalar.H.
References Foam::acos(), Foam::acosh(), Foam::asin(), Foam::asinh(), Foam::atan(), Foam::atanh(), Foam::cbrt(), Foam::cos(), Foam::cosh(), Foam::erf(), Foam::erfc(), Foam::exp(), Foam::j0(), Foam::j1(), Foam::lgamma(), Foam::log(), Foam::log10(), Foam::name(), s(), Scalar, Foam::setComponent(), Foam::sin(), Foam::sinh(), Foam::sqrt(), Foam::tan(), Foam::tanh(), Foam::transFunc(), Foam::y0(), and Foam::y1().

|
static |
|
static |
|
static |
|
static |
|
static |
1.8.13