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 <OpenFOAM/oneFieldField.H>
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 51 of file oneFieldField.H.
Public Member Functions | |
oneFieldField () | |
Construct null.
| |
oneField | operator[] (const label) const |
oneFieldField | ( | ) | [inline]
|
Construct null.
Definition at line 61 of file oneFieldField.H.
Foam::oneField operator[] | ( | const | label ) | const [inline]
|
Definition at line 30 of file oneFieldFieldI.H.