OpenFOAM logo
Open Source CFD Toolkit

tetPolyPatchFaceDecomp Class Reference

Inheritance diagram for tetPolyPatchFaceDecomp:

Inheritance graph
[legend]
Collaboration diagram for tetPolyPatchFaceDecomp:

Collaboration graph
[legend]
List of all members.

Public Types

typedef tetPolyBoundaryMeshFaceDecomp BoundaryMesh

Public Member Functions

 TypeName ("basePatch")
 Runtime type information.
 tetPolyPatchFaceDecomp (const tetPolyBoundaryMeshFaceDecomp &bm)
 Construct from polyPatch.
virtual ~tetPolyPatchFaceDecomp ()
virtual const wordname () const =0
 Return name.
virtual label size () const =0
 Return size.
virtual label nFaces () const =0
 Return number of faces.
virtual label index () const =0
 Return the index of this patch in the tetPolyBoundaryMeshFaceDecomp.
const tetPolyBoundaryMeshFaceDecompboundaryMesh () const
 Return boundaryMesh reference.
virtual const labelListmeshPoints () const =0
 Return mesh points.
virtual const vectorFieldlocalPoints () const =0
 Return mesh points.
virtual const vectorFieldpointNormals () const =0
 Return point normals.
virtual triFaceList faceTriangles (const label faceID) const =0
 Face decomposition into triangle.
virtual faceList triFaces () const =0
 Return complete list of faces. All are triangles.
virtual void updateMesh ()

Member Typedef Documentation

typedef tetPolyBoundaryMeshFaceDecomp BoundaryMesh
 

Reimplemented in globalProcessorTetPolyPatchFaceDecomp, processorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

Definition at line 80 of file tetPolyPatchFaceDecomp.H.


Constructor & Destructor Documentation

tetPolyPatchFaceDecomp const tetPolyBoundaryMeshFaceDecomp bm  )  [inline]
 

Construct from polyPatch.

Definition at line 91 of file tetPolyPatchFaceDecomp.H.

virtual ~tetPolyPatchFaceDecomp  )  [inline, virtual]
 

Definition at line 101 of file tetPolyPatchFaceDecomp.H.

References Foam::label.


Member Function Documentation

const tetPolyBoundaryMeshFaceDecomp& boundaryMesh  )  const [inline]
 

Return boundaryMesh reference.

Definition at line 121 of file tetPolyPatchFaceDecomp.H.

References Foam::faceList, Foam::triFaceList, and Foam::vectorField.

virtual triFaceList faceTriangles const label  faceID  )  const [pure virtual]
 

Face decomposition into triangle.

Used for implementation of FEM boundary conditions

Implemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual label index  )  const [pure virtual]
 

Return the index of this patch in the tetPolyBoundaryMeshFaceDecomp.

Implemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual const vectorField& localPoints  )  const [pure virtual]
 

Return mesh points.

Implemented in globalProcessorTetPolyPatchFaceDecomp, processorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual const labelList& meshPoints  )  const [pure virtual]
 

Return mesh points.

Implemented in globalProcessorTetPolyPatchFaceDecomp, processorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual const word& name  )  const [pure virtual]
 

Return name.

Implemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual label nFaces  )  const [pure virtual]
 

Return number of faces.

Implemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual const vectorField& pointNormals  )  const [pure virtual]
 

Return point normals.

Implemented in globalProcessorTetPolyPatchFaceDecomp, processorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual label size  )  const [pure virtual]
 

Return size.

Implemented in globalProcessorTetPolyPatchFaceDecomp, processorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

virtual faceList triFaces  )  const [pure virtual]
 

Return complete list of faces. All are triangles.

Implemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

TypeName "basePatch"   ) 
 

Runtime type information.

virtual void updateMesh  )  [inline, virtual]
 

Reimplemented in globalProcessorTetPolyPatchFaceDecomp, and faceTetPolyPatchFaceDecomp.

Definition at line 146 of file tetPolyPatchFaceDecomp.H.


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