list Class Reference

Sequence of mesh topology changes applied in order. More...

Inheritance diagram for list:
Collaboration diagram for list:

Public Member Functions

 TypeName ("list")
 Runtime type information. More...
 
 list (fvMesh &mesh, const dictionary &dict)
 Construct from fvMesh and dictionary. More...
 
 list (const list &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~list ()
 Destructor. More...
 
virtual bool update ()
 Update the mesh for both mesh motion and topology change. More...
 
virtual void topoChange (const polyTopoChangeMap &)
 Update corresponding to the given map. More...
 
virtual void mapMesh (const polyMeshMap &)
 Update from another mesh using the given map. More...
 
virtual void distribute (const polyDistributionMap &)
 Update corresponding to the given distribution map. More...
 
void operator= (const list &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from fvMeshTopoChanger
 TypeName ("fvMeshTopoChanger")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, fvMeshTopoChanger, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvMeshTopoChanger (fvMesh &)
 Construct from fvMesh. More...
 
 fvMeshTopoChanger (const fvMeshTopoChanger &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~fvMeshTopoChanger ()
 Destructor. More...
 
fvMesh & mesh ()
 Return the fvMesh. More...
 
const fvMesh & mesh () const
 Return the fvMesh. More...
 
virtual bool dynamic () const
 Is mesh dynamic, i.e. might it change? More...
 
virtual bool write (const bool write=true) const
 Write the mover state. More...
 
void operator= (const fvMeshTopoChanger &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fvMeshTopoChanger
static autoPtr< fvMeshTopoChanger > New (fvMesh &, const dictionary &dict)
 Select, construct and return the fvMeshTopoChanger. More...
 
static autoPtr< fvMeshTopoChanger > New (fvMesh &)
 Select, construct and return the fvMeshTopoChanger. More...
 

Detailed Description

Sequence of mesh topology changes applied in order.

Source files

Definition at line 51 of file list_fvMeshTopoChanger.H.

Constructor & Destructor Documentation

◆ list() [1/2]

list ( fvMesh &  mesh,
const dictionary &  dict 
)

Construct from fvMesh and dictionary.

Definition at line 45 of file list_fvMeshTopoChanger.C.

References dict, forAllConstIter, fvMeshTopoChanger::mesh(), Foam::name(), and fvMeshTopoChanger::New().

Here is the call graph for this function:

◆ list() [2/2]

list ( const list &  )
delete

Disallow default bitwise copy construction.

◆ ~list()

~list ( )
virtual

Destructor.

Definition at line 70 of file list_fvMeshTopoChanger.C.

Member Function Documentation

◆ TypeName()

TypeName ( "list"  )

Runtime type information.

◆ update()

bool update ( )
virtual

Update the mesh for both mesh motion and topology change.

Implements fvMeshTopoChanger.

Definition at line 76 of file list_fvMeshTopoChanger.C.

References forAllIter, mesh, and polyMesh::topoChanged_.

◆ topoChange()

void topoChange ( const polyTopoChangeMap &  map)
virtual

Update corresponding to the given map.

Implements fvMeshTopoChanger.

Definition at line 90 of file list_fvMeshTopoChanger.C.

References forAllIter.

◆ mapMesh()

void mapMesh ( const polyMeshMap &  map)
virtual

Update from another mesh using the given map.

Implements fvMeshTopoChanger.

Definition at line 99 of file list_fvMeshTopoChanger.C.

References forAllIter.

◆ distribute()

void distribute ( const polyDistributionMap &  map)
virtual

Update corresponding to the given distribution map.

Implements fvMeshTopoChanger.

Definition at line 108 of file list_fvMeshTopoChanger.C.

References forAllIter.

◆ operator=()

void operator= ( const list &  )
delete

Disallow default bitwise assignment.


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