FreeFOAM The Cross-Platform CFD Toolkit
oneField Class Reference

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...

#include <OpenFOAM/oneField.H>


Detailed Description

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 51 of file oneField.H.

+ Inheritance diagram for oneField:
+ Collaboration diagram for oneField:

List of all members.

Public Member Functions

 oneField ()
 Construct null.
scalar operator[] (const label) const
- Public Member Functions inherited from one
 one ()
 Construct null.

Constructor & Destructor Documentation

oneField ( )
inline

Construct null.

Definition at line 61 of file oneField.H.


Member Function Documentation

Foam::scalar operator[] ( const label  ) const
inline

Definition at line 30 of file oneFieldI.H.


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