FreeFOAM The Cross-Platform CFD Toolkit
extrude2DMesh Class Reference

Given 2D mesh insert all the topology changes to extrude. Does not work in parallel. More...


Detailed Description

Given 2D mesh insert all the topology changes to extrude. Does not work in parallel.

Source files

Definition at line 58 of file extrude2DMesh.H.

List of all members.

Public Member Functions

 ClassName ("extrude2DMesh")
 Runtime type information.
 extrude2DMesh (const polyMesh &)
 Construct from mesh.
void setRefinement (const direction extrudeDir, const scalar thickness, const label frontPatchI, polyTopoChange &) const
 Play commands into polyTopoChange to extrude mesh.
void updateMesh (const mapPolyMesh &)
 Force recalculation of locally stored data on topological change.
void distribute (const mapDistributePolyMesh &)
 Force recalculation of locally stored data for mesh distribution.

Constructor & Destructor Documentation

extrude2DMesh ( const polyMesh )

Construct from mesh.


Member Function Documentation

ClassName ( "extrude2DMesh"  )

Runtime type information.

void setRefinement ( const direction  extrudeDir,
const scalar  thickness,
const label  frontPatchI,
polyTopoChange  
) const

Play commands into polyTopoChange to extrude mesh.

void updateMesh ( const mapPolyMesh )
inline

Force recalculation of locally stored data on topological change.

Definition at line 90 of file extrude2DMesh.H.

void distribute ( const mapDistributePolyMesh )
inline

Force recalculation of locally stored data for mesh distribution.

Definition at line 94 of file extrude2DMesh.H.


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