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

mergePolyMesh Class Reference

Add a given mesh to the original mesh to create a single new mesh. More...


Detailed Description

Add a given mesh to the original mesh to create a single new mesh.

Source files

Definition at line 52 of file mergePolyMesh.H.

Inheritance diagram for mergePolyMesh:
Collaboration diagram for mergePolyMesh:

List of all members.

Public Member Functions

 TypeName ("mergePolyMesh")
 Runtime type information.
 mergePolyMesh (const IOobject &io)
 Construct from IOobject.
virtual  ~mergePolyMesh ()
void  addMesh (const polyMesh &m)
 Add a mesh.
void  merge ()
 Merge meshes.

Constructor & Destructor Documentation

mergePolyMesh ( const IOobject &   io  )

Construct from IOobject.

virtual ~mergePolyMesh (  ) [inline, virtual]

Definition at line 107 of file mergePolyMesh.H.


Member Function Documentation

TypeName ( "mergePolyMesh"    )

Runtime type information.

void addMesh ( const polyMesh &   m  )

Add a mesh.

void merge (  )

Merge meshes.


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