|
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 | |
| void | setInnerImposition (bool enable) override |
Public Member Functions inherited from coupling::MomentumInsertion< LinkedCell, dim > | |
| MomentumInsertion (coupling::interface::MDSolverInterface< LinkedCell, dim > *const mdSolverInterface) | |
| a simple constructor | |
| virtual | ~MomentumInsertion () |
| a simple destructor | |
Additional Inherited Members | |
Protected Attributes inherited from coupling::MomentumInsertion< LinkedCell, dim > | |
| 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 >.
|
inlineoverridevirtual |
Used to activate / deactivate momentum insertion also on inner cell layers
Implements coupling::MomentumInsertion< LinkedCell, dim >.