motionSolver Class Reference
Inheritance diagram for motionSolver:
Collaboration diagram for motionSolver:

Public Member Functions

 TypeName ("motionSolver")
 Runtime type information. More...
 
 motionSolver (fvMesh &mesh, const dictionary &dict)
 Construct from fvMesh. More...
 
 motionSolver (const motionSolver &)=delete
 Disallow default bitwise copy construction. More...
 
 ~motionSolver ()
 Destructor. More...
 
const Foam::motionSolvermotion () const
 Return the motionSolver. More...
 
virtual bool solidBody () const
 Is this motion solid body? Delegate to the motion solver. 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...
 
virtual bool write (const bool write=true) const
 Write the motion solver state. More...
 
void operator= (const motionSolver &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from fvMeshMover
 TypeName ("fvMeshMover")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvMeshMover (fvMesh &)
 Construct from fvMesh. More...
 
 fvMeshMover (const fvMeshMover &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~fvMeshMover ()
 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...
 
void operator= (const fvMeshMover &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fvMeshMover
static autoPtr< fvMeshMoverNew (fvMesh &)
 Select, construct and return the fvMeshMover. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ motionSolver() [1/2]

motionSolver ( fvMesh mesh,
const dictionary dict 
)

Construct from fvMesh.

Definition at line 44 of file motionSolver_fvMeshMover.C.

◆ motionSolver() [2/2]

motionSolver ( const motionSolver )
delete

Disallow default bitwise copy construction.

◆ ~motionSolver()

Destructor.

Definition at line 58 of file motionSolver_fvMeshMover.C.

Member Function Documentation

◆ TypeName()

TypeName ( "motionSolver"  )

Runtime type information.

◆ motion()

const Foam::motionSolver & motion ( ) const

Return the motionSolver.

Definition at line 64 of file motionSolver_fvMeshMover.C.

Referenced by rigidBodyForces::CofR().

Here is the caller graph for this function:

◆ solidBody()

bool solidBody ( ) const
virtual

Is this motion solid body? Delegate to the motion solver.

Reimplemented from fvMeshMover.

Definition at line 70 of file motionSolver_fvMeshMover.C.

◆ update()

bool update ( )
virtual

Update the mesh for both mesh motion and topology change.

Implements fvMeshMover.

Definition at line 76 of file motionSolver_fvMeshMover.C.

References mesh, and fvMesh::movePoints().

Here is the call graph for this function:

◆ topoChange()

void topoChange ( const polyTopoChangeMap map)
virtual

Update corresponding to the given map.

Implements fvMeshMover.

Definition at line 85 of file motionSolver_fvMeshMover.C.

◆ mapMesh()

void mapMesh ( const polyMeshMap map)
virtual

Update from another mesh using the given map.

Implements fvMeshMover.

Definition at line 91 of file motionSolver_fvMeshMover.C.

◆ distribute()

void distribute ( const polyDistributionMap map)
virtual

Update corresponding to the given distribution map.

Implements fvMeshMover.

Definition at line 97 of file motionSolver_fvMeshMover.C.

◆ write()

bool write ( const bool  write = true) const
virtual

Write the motion solver state.

Reimplemented from fvMeshMover.

Definition at line 106 of file motionSolver_fvMeshMover.C.

References Foam::vtkWriteOps::write().

Here is the call graph for this function:

◆ operator=()

void operator= ( const motionSolver )
delete

Disallow default bitwise assignment.


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