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

dynamicFvMesh Class Reference

Abstract base class for geometry and/or topology changing fvMesh. More...

Inheritance diagram for dynamicFvMesh:
Collaboration diagram for dynamicFvMesh:

List of all members.


Public Member Functions

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

Static Public Member Functions

static autoPtr< dynamicFvMeshNew (const IOobject &io)
 Select null constructed.

Detailed Description

Abstract base class for geometry and/or topology changing fvMesh.

Source files

Definition at line 47 of file dynamicFvMesh.H.


Constructor & Destructor Documentation

dynamicFvMesh ( const IOobject io  )  [explicit]

Construct from objectRegistry, and read/write options.

Definition at line 29 of file dynamicFvMesh.C.

~dynamicFvMesh (  )  [virtual]

Definition at line 37 of file dynamicFvMesh.C.


Member Function Documentation

TypeName ( "dynamicFvMesh"   ) 

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
dynamicFvMesh  ,
IOobject  ,
(const IOobject &io)  ,
(io)   
)

Foam::autoPtr< Foam::dynamicFvMesh > New ( const IOobject io  )  [static]

virtual bool update (  )  [pure virtual]


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