A class representing the concept of a field of 1 used to avoid unnecessary manipulations for objects which are known to be one at compile-time. More...


Public Types | |
| typedef oneField | FieldType |
Public Types inherited from one | |
| typedef one | value_type |
| The value type. More... | |
Public Member Functions | |
| oneField () noexcept=default | |
| Default construct. More... | |
| oneField | field () const noexcept |
| Method name compatibility with DimensionedField. More... | |
Public Member Functions inherited from one | |
| constexpr | one () noexcept |
| Default construct. More... | |
| constexpr | one (Istream &) noexcept |
| Construct from Istream consumes no content. More... | |
| constexpr | operator label () const noexcept |
| Return 1 for label. More... | |
| constexpr | operator float () const noexcept |
| Return 1 for float. More... | |
| constexpr | operator double () const noexcept |
| Return 1 for double. More... | |
| one | operator[] (const label) const noexcept |
| Component-wise or element-wise access returns one. More... | |
A class representing the concept of a field of 1 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 47 of file oneField.H.
Definition at line 55 of file oneField.H.
|
defaultnoexcept |
Default construct.
|
inlinenoexcept |
Method name compatibility with DimensionedField.
Definition at line 71 of file oneField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.