5#ifndef _MOLECULARDYNAMICS_COUPLING_NOBOUNDARYFORCE_H_
6#define _MOLECULARDYNAMICS_COUPLING_NOBOUNDARYFORCE_H_
8#include "coupling/BoundaryForceController.h"
controller for forces acting at open MD boundaries
Definition BoundaryForceController.h:25
BoundaryForceController(coupling::interface::MDSolverInterface< LinkedCell, dim > *const mdSolverInterface)
A simple constructor.
Definition BoundaryForceController.h:29
dummy implementation, applying no boundary force.
Definition NoBoundaryForce.h:21
virtual ~NoBoundaryForce()
a simple destructor
Definition NoBoundaryForce.h:28
NoBoundaryForce(coupling::interface::MDSolverInterface< LinkedCell, dim > *mdSolverInterface)
a simple constructor
Definition NoBoundaryForce.h:25
virtual void applyBoundaryForce(coupling::datastructures::CouplingCellWithLinkedCells< LinkedCell, dim > &cell)
dummy function, doesn't do anything
Definition NoBoundaryForce.h:33
defines the cell type with cell-averaged quantities. Derived from the class coupling::datastructures:...
Definition CouplingCellWithLinkedCells.h:26
interface to the MD simulation
Definition MDSolverInterface.h:25
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15