FreeFOAM The Cross-Platform CFD Toolkit
geometricOneField Class Reference

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>


Detailed Description

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.

+ Inheritance diagram for geometricOneField:
+ Collaboration diagram for geometricOneField:

List of all members.

Public Member Functions

 geometricOneField ()
 Construct null.
scalar operator[] (const label) const
oneField field () const
oneField oldTime () const
oneFieldField boundaryField () const
- Public Member Functions inherited from one
 one ()
 Construct null.

Constructor & Destructor Documentation

geometricOneField ( )
inline

Construct null.

Definition at line 62 of file geometricOneField.H.


Member Function Documentation

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.


The documentation for this class was generated from the following files: