FreeFOAM The Cross-Platform CFD Toolkit
polyTopoChanger Class Reference

List of mesh modifiers defining the mesh dynamics. More...

#include <dynamicMesh/polyTopoChanger.H>


Detailed Description

+ Inheritance diagram for polyTopoChanger:
+ Collaboration diagram for polyTopoChanger:

List of all members.

Public Member Functions

 TypeName ("polyTopoChanger")
 Runtime type information.
 polyTopoChanger (const IOobject &, polyMesh &)
 Read constructor given IOobject and a polyMesh.
 polyTopoChanger (polyMesh &)
 Read constructor for given polyMesh.
virtual ~polyTopoChanger ()
const polyMeshmesh () const
 Return the mesh reference.
wordList types () const
 Return a list of patch types.
wordList names () const
 Return a list of patch names.
bool changeTopology () const
 Is topology change required.
autoPtr< polyTopoChangetopoChangeRequest () const
 Return topology change request.
void modifyMotionPoints (pointField &) const
 Modify point motion.
autoPtr< mapPolyMeshchangeMesh (const bool inflate, const bool syncParallel=true, const bool orderCells=false, const bool orderPoints=false)
void update (const mapPolyMesh &m)
 Force recalculation of locally stored data on topological change.
void addTopologyModifiers (const List< polyMeshModifier * > &tm)
 Add given set of topology modifiers to the topoChanger.
label findModifierID (const word &modName) const
 Find modifier given a name.
bool writeData (Ostream &) const
 writeData member function required by regIOobject
bool operator!= (const polyTopoChanger &) const
bool operator== (const polyTopoChanger &) const
- Public Member Functions inherited from PtrList< polyMeshModifier >
 PtrList ()
 Null Constructor.
 PtrList (const label)
 Construct with length specified.
 PtrList (const PtrList< polyMeshModifier > &)
 Copy constructor.
 PtrList (const PtrList< polyMeshModifier > &, const CloneArg &)
 Copy constructor with additional argument for clone.
 PtrList (const Xfer< PtrList< polyMeshModifier > > &)
 Construct by transferring the parameter contents.
 PtrList (PtrList< polyMeshModifier > &, bool reUse)
 Construct as copy or re-use as specified.
 PtrList (const SLPtrList< polyMeshModifier > &)
 Construct as copy of SLPtrList<T>
 PtrList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class.
 PtrList (Istream &)
 Construct from Istream using default Istream constructor class.
 ~PtrList ()
label size () const
 Return the number of elements in the PtrList.
bool empty () const
 Return true if the PtrList is empty (ie, size() is zero).
void setSize (const label)
 Reset size of PtrList. This can only be used to set the size.
void resize (const label)
 Reset size of PtrList. This can only be used to set the size.
void clear ()
 Clear the PtrList, i.e. set size to zero deleting all the.
void transfer (PtrList< polyMeshModifier > &)
 Transfer the contents of the argument PtrList into this PtrList.
Xfer< PtrList< polyMeshModifier > > xfer ()
 Transfer contents to the Xfer container.
bool set (const label) const
 Is element set.
autoPtr< polyMeshModifierset (const label, polyMeshModifier *)
 Set element. Return old element (can be NULL).
autoPtr< polyMeshModifierset (const label, const autoPtr< polyMeshModifier > &)
autoPtr< polyMeshModifierset (const label, const tmp< polyMeshModifier > &)
void reorder (const UList< label > &)
 Reorders elements. Ordering does not have to be done in.
const polyMeshModifieroperator[] (const label) const
 Return element const reference.
polyMeshModifieroperator[] (const label)
 Return element reference.
const polyMeshModifieroperator() (const label) const
 Return element const pointer.
PtrList< polyMeshModifier > & operator= (const PtrList< polyMeshModifier > &)
 Assignment.
iterator begin ()
 Return an iterator to begin traversing the PtrList.
iterator end ()
 Return an iterator to end traversing the PtrList.
- Public Member Functions inherited from regIOobject
 TypeName ("regIOobject")
 Runtime type information.
 regIOobject (const IOobject &, const bool isTime=false)
 Construct from IOobject. Optional flag for if IOobject is the.
 regIOobject (const regIOobject &)
 Construct as copy.
 regIOobject (const regIOobject &, bool registerCopy)
 Construct as copy, and transferring registry registration to copy.
virtual ~regIOobject ()
bool checkIn ()
 Add object to registry.
bool checkOut ()
 Remove object from registry.
bool ownedByRegistry () const
 Is this object owned by the registry?
void store ()
 Transfer ownership of this object to its registry.
void release ()
 Release ownership of this object from its registry.
label eventNo () const
 Event number at last update.
label & eventNo ()
 Event number at last update.
bool upToDate (const word &) const
 Am I uptodate with respect to other regIOobjects.
bool upToDate (const word &, const word &) const
bool upToDate (const word &, const word &, const word &) const
bool upToDate (const word &, const word &, const word &, const word &) const
void setUpToDate ()
 Flag me as up to date.
virtual void rename (const word &newName)
 Rename.
IstreamreadStream (const word &)
 Return Istream and check object type against that given.
void close ()
 Close Istream.
virtual bool readData (Istream &)
 Virtual readData function.
virtual bool read ()
 Read object.
virtual bool modified () const
 Return true if the object's file has been modified.
virtual bool readIfModified ()
 Read object if modified.
virtual bool writeObject (IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const
 Write using given format, version and compression.
virtual bool write () const
 Write using setting from DB.
void operator= (const IOobject &)
- Public Member Functions inherited from IOobject
 TypeName ("IOobject")
 Runtime type information.
 IOobject (const word &name, const fileName &instance, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from name, instance, registry, io options.
 IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from name, instance, local, registry, io options.
 IOobject (const fileName &path, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from path, registry, io options.
Foam::autoPtr< IOobjectclone () const
 Clone.
virtual ~IOobject ()
const Timetime () const
 Return time.
const objectRegistrydb () const
 Return the local objectRegistry.
const wordname () const
 Return name.
const wordheaderClassName () const
 Return name of the class name read from header.
stringnote ()
 Return non-constant access to the optional note.
const stringnote () const
 Return the optional note.
bool registerObject () const
 Register object created from this IOobject with registry if true.
readOption readOpt () const
readOptionreadOpt ()
writeOption writeOpt () const
writeOptionwriteOpt ()
const fileNamerootPath () const
const fileNamecaseName () const
const fileNameinstance () const
fileNameinstance ()
const fileNamelocal () const
fileName path () const
 Return complete path.
fileName path (const word &instance, const fileName &local="") const
 Return complete path with alternative instance and local.
fileName objectPath () const
 Return complete path + object name.
fileName filePath () const
 Return complete path + object name if the file exists.
bool readHeader (Istream &)
 Read header.
bool headerOk ()
 Read and check header info.
bool writeHeader (Ostream &) const
 Write header.
bool good () const
bool bad () const
InfoProxy< IOobjectinfo () const
 Return info proxy.

Protected Attributes

polyMeshmesh_
 Reference to mesh.

Friends

Ostreamoperator<< (Ostream &, const polyTopoChanger &)

Additional Inherited Members

- Public Types inherited from PtrList< polyMeshModifier >
typedef polyMeshModifier value_type
 Type of values the PtrList contains.
typedef polyMeshModifierreference
 Type that can be used for storing into PtrList::value_type objects.
typedef const polyMeshModifierconst_reference
 Type that can be used for storing into constant PtrList::value_type.
- Static Public Member Functions inherited from regIOobject
template<class Type >
static Type & store (Type *)
 Transfer ownership of the given object pointer to its registry.
template<class Type >
static Type & store (autoPtr< Type > &)
 Transfer ownership of the given object pointer to its registry.
- Static Public Member Functions inherited from IOobject
static bool fileNameComponents (const fileName &path, fileName &instance, fileName &local, word &name)
 Split path into instance, local, name components.
template<class Stream >
static Stream & writeBanner (Stream &os, bool noHint=false)
 Write the standard OpenFOAM file/dictionary banner.
template<class Stream >
static Stream & writeDivider (Stream &os)
 Write the standard file section divider.
template<class Stream >
static Stream & writeEndDivider (Stream &os)
 Write the standard end file divider.
- Static Public Attributes inherited from regIOobject
static int fileModificationSkew
- Protected Member Functions inherited from PtrList< polyMeshModifier >
void read (Istream &, const INew &inewt)
 Read from Istream using given Istream constructor class.

Constructor & Destructor Documentation

polyTopoChanger ( const IOobject io,
polyMesh mesh 
)

Read constructor given IOobject and a polyMesh.

Definition at line 86 of file polyTopoChanger.C.

polyTopoChanger ( polyMesh mesh)
explicit

Read constructor for given polyMesh.

Definition at line 100 of file polyTopoChanger.C.

virtual ~polyTopoChanger ( )
inlinevirtual

Definition at line 97 of file polyTopoChanger.H.


Member Function Documentation

TypeName ( "polyTopoChanger"  )

Runtime type information.

const polyMesh& mesh ( ) const
inline

Return the mesh reference.

Definition at line 104 of file polyTopoChanger.H.

References polyTopoChanger::mesh_.

Foam::wordList types ( ) const

Return a list of patch types.

Definition at line 127 of file polyTopoChanger.C.

References forAll, and PtrList< T >::size().

Foam::wordList names ( ) const

Return a list of patch names.

Definition at line 143 of file polyTopoChanger.C.

References forAll, and PtrList< T >::size().

bool changeTopology ( ) const

Is topology change required.

Definition at line 159 of file polyTopoChanger.C.

References Foam::endl(), forAll, and Foam::Info.

Foam::autoPtr< Foam::polyTopoChange > topoChangeRequest ( ) const

Return topology change request.

Definition at line 206 of file polyTopoChanger.C.

References forAll, and mesh.

void modifyMotionPoints ( pointField p) const

Modify point motion.

Definition at line 227 of file polyTopoChanger.C.

References forAll.

Foam::autoPtr< Foam::mapPolyMesh > changeMesh ( const bool  inflate,
const bool  syncParallel = true,
const bool  orderCells = false,
const bool  orderPoints = false 
)

Definition at line 261 of file polyTopoChanger.C.

Referenced by attachPolyTopoChanger::attach().

void update ( const mapPolyMesh m)

Force recalculation of locally stored data on topological change.

Definition at line 242 of file polyTopoChanger.C.

References IOobject::AUTO_WRITE, and forAll.

void addTopologyModifiers ( const List< polyMeshModifier * > &  tm)

Add given set of topology modifiers to the topoChanger.

Definition at line 294 of file polyTopoChanger.C.

References Foam::abort(), IOobject::AUTO_WRITE, Foam::FatalError, FatalErrorIn, forAll, setSize(), and List< T >::size().

Foam::label findModifierID ( const word modName) const

Find modifier given a name.

Definition at line 320 of file polyTopoChanger.C.

References Foam::endl(), forAll, Foam::Info, and Foam::name().

bool writeData ( Ostream os) const
virtual

writeData member function required by regIOobject

Implements regIOobject.

Definition at line 349 of file polyTopoChanger.C.

References IOstream::good().

bool operator!= ( const polyTopoChanger me) const

Definition at line 358 of file polyTopoChanger.C.

bool operator== ( const polyTopoChanger me) const

Definition at line 364 of file polyTopoChanger.C.


Friends And Related Function Documentation

Ostream& operator<< ( Ostream ,
const polyTopoChanger  
)
friend

Member Data Documentation

polyMesh& mesh_
protected

Reference to mesh.

Definition at line 78 of file polyTopoChanger.H.

Referenced by attachPolyTopoChanger::attach(), and polyTopoChanger::mesh().


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