MaMiCo 1.2
|
dummy class. Empty momentum insertion mechanism. Doesn't change anything. More...
#include <NoMomentumInsertion.h>
Public Member Functions | |
NoMomentumInsertion (coupling::interface::MDSolverInterface< LinkedCell, dim > *const mdSolverInterface) | |
a simple constructor | |
virtual | ~NoMomentumInsertion () |
a simple destructor | |
unsigned int | getTimeIntervalPerMomentumInsertion () const override |
returns the number of MD steps between subsequent momentum insertions | |
void | insertMomentum (coupling::datastructures::CouplingCellWithLinkedCells< LinkedCell, dim > &cell, I02 idx) const override |
a dummy function, which doesn't do anything | |
![]() | |
MomentumInsertion (coupling::interface::MDSolverInterface< LinkedCell, dim > *const mdSolverInterface) | |
a simple constructor | |
virtual | ~MomentumInsertion () |
a simple destructor | |
Additional Inherited Members | |
![]() | |
coupling::interface::MDSolverInterface< LinkedCell, dim > *const | _mdSolverInterface |
dummy class. Empty momentum insertion mechanism. Doesn't change anything.
LinkedCell | the LinkedCell class is given by the implementation of linked cells in the molecular dynamics simulation |
dim | refers to the spacial dimension of the simulation, can be 1, 2, or 3 |
|
inline |
a simple constructor
mdSolverInterface | interface to the md solver |
|
inlineoverridevirtual |
returns the number of MD steps between subsequent momentum insertions
Implements coupling::MomentumInsertion< LinkedCell, dim >.
|
inlineoverridevirtual |
a dummy function, which doesn't do anything
cell | the coupling cell to not change |
Implements coupling::MomentumInsertion< LinkedCell, dim >.