A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for objects which are known to be one at compile-time. More...
#include <OpenFOAM/geometricOneField.H>
A class representing the concept of a GeometricField 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 52 of file geometricOneField.H.
Public Member Functions | |
geometricOneField () | |
Construct null.
| |
scalar | operator[] (const label) const |
oneField | field () const |
oneField | oldTime () const |
oneFieldField | boundaryField () const |
geometricOneField | ( | ) | [inline]
|
Construct null.
Definition at line 62 of file geometricOneField.H.
Foam::scalar operator[] | ( | const | label ) | const [inline]
|
Definition at line 30 of file geometricOneFieldI.H.
Foam::oneField field | ( | ) | const [inline]
|
Definition at line 35 of file geometricOneFieldI.H.
Foam::oneField oldTime | ( | ) | const [inline]
|
Definition at line 40 of file geometricOneFieldI.H.
Foam::oneFieldField boundaryField | ( | ) | const [inline]
|
Definition at line 45 of file geometricOneFieldI.H.