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

topoChangerFvMesh Class Reference

Abstract base class for a topology changing fvMesh. More...

#include <topoChangerFvMesh/topoChangerFvMesh.H>


Detailed Description

Abstract base class for a topology changing fvMesh.

Source files

Definition at line 51 of file topoChangerFvMesh.H.

Inheritance diagram for topoChangerFvMesh:
Collaboration diagram for topoChangerFvMesh:

List of all members.

Public Member Functions

 TypeName ("topoChangerFvMesh")
 Runtime type information.
 topoChangerFvMesh (const IOobject &io)
 Construct from objectRegistry, and read/write options.
virtual  ~topoChangerFvMesh ()
virtual bool  update ()=0
 Update the mesh for both mesh motion and topology change.

Protected Attributes

polyTopoChanger  topoChanger_

Constructor & Destructor Documentation

topoChangerFvMesh ( const IOobject &   io  ) [explicit]

Construct from objectRegistry, and read/write options.

Definition at line 39 of file topoChangerFvMesh.C.

~topoChangerFvMesh (  ) [virtual]

Definition at line 48 of file topoChangerFvMesh.C.


Member Function Documentation

TypeName ( "topoChangerFvMesh"    )

Runtime type information.

virtual bool update (  ) [pure virtual]

Update the mesh for both mesh motion and topology change.

Implements dynamicFvMesh.

Implemented in linearValveFvMesh, linearValveLayersFvMesh, mixerFvMesh, movingConeTopoFvMesh, and rawTopoChangerFvMesh.


Member Data Documentation

Definition at line 68 of file topoChangerFvMesh.H.


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