|
OpenMD 3.2
Molecular Dynamics in the Open
|
Force modifier for Langevin Dynamics applying friction and random forces as well as torques. More...
#include <LDForceModifier.hpp>
Public Member Functions | |
| LDForceModifier (SimInfo *info) | |
| void | modifyForces () override |
| int | getMaxIterationNumber () |
| void | setMaxIterationNumber (int maxIter) |
| RealType | getForceTolerance () |
| void | setForceTolerance (RealType tol) |
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 Langevin Dynamics applying friction and random forces as well as torques.
Definition at line 81 of file LDForceModifier.hpp.
| OpenMD::LDForceModifier::LDForceModifier | ( | SimInfo * | info | ) |
Definition at line 69 of file LDForceModifier.cpp.
|
inline |
Definition at line 88 of file LDForceModifier.hpp.
|
inline |
Definition at line 86 of file LDForceModifier.hpp.
|
overridevirtual |
Implements OpenMD::ForceModifier.
Definition at line 289 of file LDForceModifier.cpp.
|
inline |
Definition at line 89 of file LDForceModifier.hpp.
|
inline |
Definition at line 87 of file LDForceModifier.hpp.