A class representing the concept of a field of oneFields used to avoid unnecessary manipulations for objects which are known to be one at compile-time. More...
#include <oneFieldField.H>


Public Member Functions | |
| oneFieldField () noexcept=default | |
| Default construct. | |
| oneField | operator[] (const label) const noexcept |
| Return the field. | |
| one | operator[] (const labelPair &) const noexcept |
| Return the field element. | |
| Public Member Functions inherited from one | |
| constexpr | one () noexcept |
| Default construct. | |
| constexpr | one (Istream &) noexcept |
| Construct from Istream consumes no content. | |
| constexpr | operator label () const noexcept |
| Return 1 for label. | |
| constexpr | operator float () const noexcept |
| Return 1 for float. | |
| constexpr | operator double () const noexcept |
| Return 1 for double. | |
| one | operator[] (const label) const noexcept |
| Component-wise or element-wise access returns one. | |
Additional Inherited Members | |
| Public Types inherited from one | |
| typedef one | value_type |
| The value type. | |
A class representing the concept of a field of oneFields used to avoid unnecessary manipulations for objects which are known to be one at compile-time.
Used for example as the density argument to a function written for compressible to be used for incompressible flow.
Definition at line 48 of file oneFieldField.H.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
|
inlinenoexcept |
Return the field element.
Definition at line 75 of file oneFieldField.H.
References one::one().
