OpenFOAM logo
Open Source CFD Toolkit

faBoundaryMesh Class Reference

Inheritance diagram for faBoundaryMesh:

Inheritance graph
[legend]
Collaboration diagram for faBoundaryMesh:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("faBoundaryMesh")
 Runtime type information.
 faBoundaryMesh (const IOobject &io, const faMesh &fam)
 Construct from dictionary.
 faBoundaryMesh (const IOobject &io, const faMesh &fam, const label size)
 Construct given size.
void calcGeometry ()
 Calculate the geometry for the patches (transformation tensors etc.).
const faMeshmesh () const
 Return the mesh reference.
wordList types () const
 Return a list of patch types.
wordList names () const
 Return a list of patch names.
label findPatchID (const word &patchName) const
 Find patch index given a name.
label whichPatch (const label edgeIndex) const
 Return patch index for a given edge label.
bool checkDefinition (const bool report=false) const
 Check boundary definition.
void movePoints (const pointField &)
 Correct faBoundaryMesh after moving points.
bool writeData (Ostream &) const
 writeData member function required by regIOobject

Friends

Ostreamoperator<< (Ostream &, const faBoundaryMesh &)

Constructor & Destructor Documentation

faBoundaryMesh const IOobject io,
const faMesh fam
 

Construct from dictionary.

faBoundaryMesh const IOobject io,
const faMesh fam,
const label  size
 

Construct given size.


Member Function Documentation

void calcGeometry  ) 
 

Calculate the geometry for the patches (transformation tensors etc.).

bool checkDefinition const bool  report = false  )  const
 

Check boundary definition.

label findPatchID const word patchName  )  const
 

Find patch index given a name.

const faMesh& mesh  )  const
 

Return the mesh reference.

void movePoints const pointField  ) 
 

Correct faBoundaryMesh after moving points.

wordList names  )  const
 

Return a list of patch names.

wordList geometricTypes() const;

TypeName "faBoundaryMesh"   ) 
 

Runtime type information.

wordList types  )  const
 

Return a list of patch types.

label whichPatch const label  edgeIndex  )  const
 

Return patch index for a given edge label.

bool writeData Ostream  )  const [virtual]
 

writeData member function required by regIOobject

Implements regIOobject.


Friends And Related Function Documentation

Ostream& operator<< Ostream ,
const faBoundaryMesh
[friend]
 


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