FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

pointBoundaryMesh Class Reference

Foam::pointBoundaryMesh. More...

#include <OpenFOAM/pointBoundaryMesh.H>


Detailed Description

Foam::pointBoundaryMesh.

Source files

Definition at line 54 of file pointBoundaryMesh.H.

Inheritance diagram for pointBoundaryMesh:
Collaboration diagram for pointBoundaryMesh:

List of all members.

Public Member Functions

 pointBoundaryMesh (const pointMesh &, const polyBoundaryMesh &)
 Construct from polyBoundaryMesh.
const pointMesh &  mesh () const
 Return the mesh reference.
const globalPointPatch &  globalPatch () const
 Return reference to globalPointPatch.
void  movePoints (const pointField &)
 Correct polyBoundaryMesh after moving points.
void  updateMesh ()
 Correct polyBoundaryMesh after topology update.

Friends

class  pointMesh
 Declare friendship with pointMesh.

Constructor & Destructor Documentation

pointBoundaryMesh ( const pointMesh &   m,
const polyBoundaryMesh &   basicBdry  
)

Construct from polyBoundaryMesh.

Definition at line 34 of file pointBoundaryMesh.C.

References forAll, and PtrList< T >::set().


Member Function Documentation

const pointMesh& mesh (  ) const [inline]

Return the mesh reference.

Definition at line 95 of file pointBoundaryMesh.H.

Referenced by globalPointPatch::globalPointSize(), globalPointPatch::meshPoints(), and globalPointPatch::sharedPointAddr().

const Foam::globalPointPatch & globalPatch (  ) const

Return reference to globalPointPatch.

Definition at line 73 of file pointBoundaryMesh.C.

References Foam::abort(), Foam::FatalError, FatalErrorIn, forAll, and patches.

void movePoints ( const pointField &   p  )

Correct polyBoundaryMesh after moving points.

Definition at line 97 of file pointBoundaryMesh.C.

References forAll, and patches.

void updateMesh (  )

Correct polyBoundaryMesh after topology update.

Definition at line 113 of file pointBoundaryMesh.C.

References forAll, and patches.


Friends And Related Function Documentation

friend class pointMesh [friend]

Declare friendship with pointMesh.

Definition at line 79 of file pointBoundaryMesh.H.


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