empty implementation of particle insertion (no particle insertion/removal).
Definition NoParticleInsertion.h:22
NoParticleInsertion()
a simple constructor
Definition NoParticleInsertion.h:41
virtual ~NoParticleInsertion()
a simple destructor
Definition NoParticleInsertion.h:44
virtual coupling::ParticleInsertion< LinkedCell, dim >::Action insertDeleteMass(coupling::datastructures::CouplingCellWithLinkedCells< LinkedCell, dim > &cell, const tarch::la::Vector< dim, double > &couplingCellPosition, const tarch::la::Vector< dim, double > &couplingCellSize, const tarch::la::Vector< dim, double > &meanVelocity, const double &temperature, const coupling::BoundaryForceController< LinkedCell, dim > &boundaryForceController)
dummy function, doesn't change or do something
Definition NoParticleInsertion.h:28
virtual bool requiresPotentialEnergyLandscape()
returns false, since no energy landscape is needed in the dummy class
Definition NoParticleInsertion.h:38
interface for particle insertion/removal on coupling cell basis.
Definition ParticleInsertion.h:23
ParticleInsertion(unsigned int insertDeleteMassEveryTimestep)
a simple constructor
Definition ParticleInsertion.h:64
Action
Definition ParticleInsertion.h:27
@ NoAction
No action was taken / Nothing changed.
Definition ParticleInsertion.h:28
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15