OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

topoChangerFvMesh Class Reference

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

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_

Detailed Description

Abstract base class for a topology changing fvMesh.

Source files

Definition at line 46 of file topoChangerFvMesh.H.


Constructor & Destructor Documentation

topoChangerFvMesh ( const IOobject io  )  [explicit]

Construct from objectRegistry, and read/write options.

Definition at line 31 of file topoChangerFvMesh.C.

References Foam::defineTypeNameAndDebug().

Here is the call graph for this function:

~topoChangerFvMesh (  )  [virtual]

Definition at line 40 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 63 of file topoChangerFvMesh.H.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd