A class representing the concept of a uniform field which stores only the single value and providing the operator[] to return it. More...


Public Member Functions | |
| UniformField | field () const |
| Method name compatibility with DimensionedField. More... | |
Public Member Functions inherited from UniformList< Type > | |
| UniformList (const Type &val) noexcept | |
| Construct from given value. More... | |
| UniformList (Type &&val) noexcept | |
| Move construct from given value. More... | |
| const Type & | value () const noexcept |
| Return the value. More... | |
| Type & | value () noexcept |
| Non-const access to the value. More... | |
| operator const Type & () const noexcept | |
| Implicit cast to the value. More... | |
| const Type & | operator[] (const label) const noexcept |
| Return the value. More... | |
A class representing the concept of a uniform field which stores only the single value and providing the operator[] to return it.
Definition at line 44 of file UniformField.H.
|
inline |
Method name compatibility with DimensionedField.
Definition at line 63 of file UniformField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.