OpenFOAM logo
Open Source CFD Toolkit

pyramidEdge Class Reference

List of all members.

Public Member Functions

 pyramidEdge ()
 Construct null.
 pyramidEdge (const label vertexLabel, const label cellLabel)
 Construct from components.
label vertexLabel () const
label cellLabel () const
template<class T>
interpolate (const Field< T > &cellField, const Field< T > &vertField, const scalar weight) const
point coord (const primitiveMesh &mesh, const scalar weight) const
bool operator== (const pyramidEdge &pe) const

Friends

Ostreamoperator<< (Ostream &os, const pyramidEdge &pe)

Constructor & Destructor Documentation

pyramidEdge  )  [inline]
 

Construct null.

Definition at line 108 of file pyramidEdge.H.

References Foam::label.

pyramidEdge const label  vertexLabel,
const label  cellLabel
[inline]
 

Construct from components.

Definition at line 116 of file pyramidEdge.H.


Member Function Documentation

label cellLabel  )  const [inline]
 

Definition at line 132 of file pyramidEdge.H.

Referenced by pyramidEdge::coord().

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

Definition at line 151 of file pyramidEdge.H.

References pyramidEdge::cellLabel(), and pyramidEdge::vertexLabel().

Here is the call graph for this function:

T interpolate const Field< T > &  cellField,
const Field< T > &  vertField,
const scalar  weight
const [inline]
 

Definition at line 139 of file pyramidEdge.H.

bool operator== const pyramidEdge pe  )  const [inline]
 

Definition at line 159 of file pyramidEdge.H.

References pyramidEdge::cellLabel_, and pyramidEdge::vertexLabel_.

label vertexLabel  )  const [inline]
 

Definition at line 127 of file pyramidEdge.H.

Referenced by pyramidEdge::coord().


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const pyramidEdge pe
[friend]
 

Definition at line 169 of file pyramidEdge.H.


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