OpenMD 3.1
Molecular Dynamics in the Open
|
InversePowerSeriesInteractionType is a sum of powers in the inverse of r: More...
#include <InversePowerSeriesInteractionType.hpp>
Public Member Functions | |
InversePowerSeriesInteractionType (std::vector< std::pair< int, RealType > > series) | |
std::vector< int > | getPowers () |
std::vector< RealType > | getCoefficients () |
Public Member Functions inherited from OpenMD::NonBondedInteractionType | |
void | setLennardJones () |
bool | isLennardJones () |
void | setMorse () |
bool | isMorse () |
void | setMAW () |
bool | isMAW () |
void | setEAMTable () |
bool | isEAMTable () |
void | setEAMZhou () |
bool | isEAMZhou () |
void | setEAMOxides () |
bool | isEAMOxides () |
bool | isSC () |
void | setSC () |
bool | isMetal () |
void | setRepulsivePower () |
bool | isRepulsivePower () |
void | setMie () |
bool | isMie () |
void | setBuckingham () |
bool | isBuckingham () |
void | setInversePowerSeries () |
bool | isInversePowerSeries () |
void | setAtomTypes (std::pair< AtomType *, AtomType * > ats) |
std::pair< AtomType *, AtomType * > | getAtomTypes () |
void | addProperty (std::shared_ptr< GenericData > genData) |
Adds property into property map. | |
void | removeProperty (const std::string &propName) |
Removes property from PropertyMap by name. | |
std::vector< std::string > | getPropertyNames () |
Returns all names of properties. | |
std::vector< std::shared_ptr< GenericData > > | getProperties () |
Returns all of the properties in PropertyMap. | |
std::shared_ptr< GenericData > | getPropertyByName (const std::string &propName) |
Returns property. | |
Additional Inherited Members | |
Protected Attributes inherited from OpenMD::NonBondedInteractionType | |
NonBondedInteractionTypeProperties | nbitp |
std::pair< AtomType *, AtomType * > | atomTypes_ |
InversePowerSeriesInteractionType is a sum of powers in the inverse of r:
\[ V = \sum_n c_n / r^{n} \]
Definition at line 57 of file InversePowerSeriesInteractionType.hpp.
|
inline |
Definition at line 59 of file InversePowerSeriesInteractionType.hpp.
|
inline |
Definition at line 75 of file InversePowerSeriesInteractionType.hpp.
|
inline |
Definition at line 74 of file InversePowerSeriesInteractionType.hpp.