OpenFOAM logo
Open Source CFD Toolkit

diagonalEdge Class Reference

List of all members.

Public Member Functions

 diagonalEdge ()
 Construct null.
 diagonalEdge (const label faceLabel, const label faceIndex0, const label faceIndex1)
 Construct from components.
label faceLabel () const
label faceIndex0 () const
label faceIndex1 () const
template<class T>
interpolate (const primitiveMesh &mesh, const Field< T > &vertField, const scalar weight) const
point coord (const primitiveMesh &mesh, const scalar weight) const
bool operator== (const diagonalEdge &de) const

Friends

Ostreamoperator<< (Ostream &os, const diagonalEdge &de)

Constructor & Destructor Documentation

diagonalEdge  )  [inline]
 

Construct null.

Definition at line 112 of file diagonalEdge.H.

References Foam::label.

diagonalEdge const label  faceLabel,
const label  faceIndex0,
const label  faceIndex1
[inline]
 

Construct from components.

Definition at line 121 of file diagonalEdge.H.


Member Function Documentation

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

Definition at line 164 of file diagonalEdge.H.

label faceIndex0  )  const [inline]
 

Definition at line 139 of file diagonalEdge.H.

References Foam::interpolate(), and Foam::T().

Here is the call graph for this function:

label faceIndex1  )  const [inline]
 

Definition at line 144 of file diagonalEdge.H.

References primitiveMesh::faces(), and mesh.

Here is the call graph for this function:

label faceLabel  )  const [inline]
 

Definition at line 134 of file diagonalEdge.H.

References Foam::label.

Referenced by diagonalEdge::diagonalEdgeHash::diagonalEdgeHash().

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

Definition at line 151 of file diagonalEdge.H.

bool operator== const diagonalEdge de  )  const [inline]
 

Definition at line 172 of file diagonalEdge.H.

References diagonalEdge::faceIndex0_, diagonalEdge::faceIndex1_, and diagonalEdge::faceLabel_.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const diagonalEdge de
[friend]
 

Definition at line 183 of file diagonalEdge.H.


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