meshToMesh Class Reference

fvMeshTopoChanger which maps to new mesh More...

Inheritance diagram for meshToMesh:
Collaboration diagram for meshToMesh:

Public Member Functions

 TypeName ("meshToMesh")
 Runtime type information. More...
 
 meshToMesh (fvMesh &, const dictionary &dict)
 Construct from fvMesh and dictionary. More...
 
 meshToMesh (const meshToMesh &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~meshToMesh ()
 Destructor. More...
 
const scalarListtimes () const
 
scalar timeDelta () const
 
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 meshToMesh &)=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...
 
fvMeshmesh ()
 Return the fvMesh. More...
 
const fvMeshmesh () 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< fvMeshTopoChangerNew (fvMesh &, const dictionary &dict)
 Select, construct and return the fvMeshTopoChanger. More...
 
static autoPtr< fvMeshTopoChangerNew (fvMesh &)
 Select, construct and return the fvMeshTopoChanger. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ meshToMesh() [1/2]

meshToMesh ( fvMesh mesh,
const dictionary dict 
)

Construct from fvMesh and dictionary.

Definition at line 80 of file fvMeshTopoChangersMeshToMesh.C.

References forAll.

◆ meshToMesh() [2/2]

meshToMesh ( const meshToMesh )
delete

Disallow default bitwise copy construction.

◆ ~meshToMesh()

~meshToMesh ( )
virtual

Destructor.

Definition at line 101 of file fvMeshTopoChangersMeshToMesh.C.

Member Function Documentation

◆ TypeName()

TypeName ( "meshToMesh"  )

Runtime type information.

◆ times()

const scalarList& times ( ) const
inline

Definition at line 103 of file fvMeshTopoChangersMeshToMesh.H.

◆ timeDelta()

scalar timeDelta ( ) const
inline

Definition at line 108 of file fvMeshTopoChangersMeshToMesh.H.

References meshToMesh::distribute(), meshToMesh::mapMesh(), meshToMesh::operator=(), meshToMesh::topoChange(), and meshToMesh::update().

Here is the call graph for this function:

◆ update()

bool update ( )
virtual

◆ topoChange()

void topoChange ( const polyTopoChangeMap map)
virtual

Update corresponding to the given map.

Implements fvMeshTopoChanger.

Definition at line 237 of file fvMeshTopoChangersMeshToMesh.C.

Referenced by meshToMesh::timeDelta(), and meshToMesh::update().

Here is the caller graph for this function:

◆ mapMesh()

void mapMesh ( const polyMeshMap map)
virtual

Update from another mesh using the given map.

Implements fvMeshTopoChanger.

Definition at line 243 of file fvMeshTopoChangersMeshToMesh.C.

References meshToMesh::distribute().

Referenced by meshToMesh::timeDelta().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ distribute()

void distribute ( const polyDistributionMap map)
virtual

Update corresponding to the given distribution map.

Implements fvMeshTopoChanger.

Definition at line 248 of file fvMeshTopoChangersMeshToMesh.C.

Referenced by meshToMesh::mapMesh(), and meshToMesh::timeDelta().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const meshToMesh )
delete

Disallow default bitwise assignment.

Referenced by meshToMesh::timeDelta().

Here is the caller graph for this function:

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