OpenMD 3.1
Molecular Dynamics in the Open
|
Force modifier for NPT Langevin Hull Dynamics applying friction and random forces as well as torques. More...
#include <LangevinHullForceModifier.hpp>
Public Member Functions | |
LangevinHullForceModifier (SimInfo *info) | |
void | modifyForces () override |
Additional Inherited Members | |
Protected Member Functions inherited from OpenMD::ForceModifier | |
ForceModifier (SimInfo *info) | |
Protected Attributes inherited from OpenMD::ForceModifier | |
SimInfo * | info_ {nullptr} |
Force modifier for NPT Langevin Hull Dynamics applying friction and random forces as well as torques.
Stochastic force is determined by the area of surface triangles on the convex hull. See: Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011), and Kohanoff et al. CHEMPHYSCHEM 6, 1848-1852 (2005).
Definition at line 71 of file LangevinHullForceModifier.hpp.
OpenMD::LangevinHullForceModifier::LangevinHullForceModifier | ( | SimInfo * | info | ) |
Definition at line 70 of file LangevinHullForceModifier.cpp.
OpenMD::LangevinHullForceModifier::~LangevinHullForceModifier | ( | ) |
Definition at line 203 of file LangevinHullForceModifier.cpp.
|
overridevirtual |
Implements OpenMD::ForceModifier.
Definition at line 207 of file LangevinHullForceModifier.cpp.