OpenFOAM logo
Open Source CFD Toolkit

faceEdge Class Reference

List of all members.

Public Member Functions

 faceEdge ()
 Construct null.
 faceEdge (const label faceLabel, const label faceIndex)
 Construct from components.
label faceLabel () const
label faceIndex () const
template<class T>
interpolate (const primitiveMesh &mesh, const Field< T > &faceField, const Field< T > &vertField, const scalar weight) const
point coord (const primitiveMesh &mesh, const scalar weight) const
bool operator== (const faceEdge &fe) const

Friends

Ostreamoperator<< (Ostream &os, const faceEdge &fe)

Constructor & Destructor Documentation

faceEdge  )  [inline]
 

Construct null.

Definition at line 109 of file faceEdge.H.

faceEdge const label  faceLabel,
const label  faceIndex
[inline]
 

Construct from components.

Definition at line 116 of file faceEdge.H.

References Foam::label.


Member Function Documentation

point coord const primitiveMesh mesh,
const scalar  weight
const [inline]
 

Definition at line 151 of file faceEdge.H.

References faceEdge::faceIndex(), and faceEdge::faceLabel().

Here is the call graph for this function:

label faceIndex  )  const [inline]
 

Definition at line 129 of file faceEdge.H.

Referenced by faceEdge::coord().

label faceLabel  )  const [inline]
 

Definition at line 124 of file faceEdge.H.

Referenced by faceEdge::coord().

T interpolate const primitiveMesh mesh,
const Field< T > &  faceField,
const Field< T > &  vertField,
const scalar  weight
const [inline]
 

Definition at line 136 of file faceEdge.H.

References mesh.

bool operator== const faceEdge fe  )  const [inline]
 

Definition at line 159 of file faceEdge.H.

References faceEdge::faceIndex_, and faceEdge::faceLabel_.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const faceEdge fe
[friend]
 

Definition at line 169 of file faceEdge.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org