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

blockMesh Class Reference


Detailed Description

Source files

Definition at line 51 of file blockMesh.H.

Inheritance diagram for blockMesh:
Collaboration diagram for blockMesh:

List of all members.

Public Member Functions

 blockMesh (IOdictionary &)
 Construct from IOdictionary.
 ~blockMesh ()
const polyMesh &  topology () const
const curvedEdgeList &  edges () const
const pointField &  points () const
const cellShapeList &  cells () const
const faceListList &  patches () const
wordList  patchNames () const
wordList  patchTypes () const
wordList  patchPhysicalTypes () const
label  numZonedBlocks () const
 Number of blocks with specified zones.
void  writeTopology (Ostream &) const
 Writes edges of blockMesh in OBJ format.

Constructor & Destructor Documentation

blockMesh ( IOdictionary &    )

Construct from IOdictionary.

~blockMesh (  )

Member Function Documentation

const polyMesh& topology (  ) const
const curvedEdgeList& edges (  ) const [inline]

Definition at line 123 of file blockMesh.H.

const pointField& points (  ) const [inline]

Definition at line 128 of file blockMesh.H.

const cellShapeList& cells (  ) const [inline]

Definition at line 133 of file blockMesh.H.

const faceListList& patches (  ) const [inline]

Definition at line 138 of file blockMesh.H.

wordList patchNames (  ) const
wordList patchTypes (  ) const
wordList patchPhysicalTypes (  ) const
label numZonedBlocks (  ) const

Number of blocks with specified zones.

void writeTopology ( Ostream &    ) const

Writes edges of blockMesh in OBJ format.


The documentation for this class was generated from the following file:
  • applications/utilities/mesh/generation/blockMesh/blockMesh.H