OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Buckingham Class Reference
+ Inheritance diagram for OpenMD::Buckingham:

Public Member Functions

void setForceField (ForceField *ff)
 
void setSimulatedAtomTypes (AtomTypeSet &simtypes)
 
void addExplicitInteraction (AtomType *atype1, AtomType *atype2, RealType A, RealType B, RealType C, BuckinghamType bt)
 
void addExplicitInteraction (AtomType *atype1, AtomType *atype2, RealType A, RealType B, RealType C, RealType sigma, RealType epsilon, BuckinghamType bt)
 
virtual void calcForce (InteractionData &idat)
 
virtual string getName ()
 
virtual int getHash ()
 
virtual RealType getSuggestedCutoffRadius (pair< AtomType *, AtomType * > atypes)
 
- Public Member Functions inherited from OpenMD::VanDerWaalsInteraction
virtual InteractionFamily getFamily ()
 

Detailed Description

Definition at line 66 of file Buckingham.hpp.

Constructor & Destructor Documentation

◆ Buckingham()

OpenMD::Buckingham::Buckingham ( )

Definition at line 58 of file Buckingham.cpp.

Member Function Documentation

◆ addExplicitInteraction() [1/2]

void OpenMD::Buckingham::addExplicitInteraction ( AtomType * atype1,
AtomType * atype2,
RealType A,
RealType B,
RealType C,
BuckinghamType bt )

Definition at line 138 of file Buckingham.cpp.

◆ addExplicitInteraction() [2/2]

void OpenMD::Buckingham::addExplicitInteraction ( AtomType * atype1,
AtomType * atype2,
RealType A,
RealType B,
RealType C,
RealType sigma,
RealType epsilon,
BuckinghamType bt )

Definition at line 161 of file Buckingham.cpp.

◆ calcForce()

void OpenMD::Buckingham::calcForce ( InteractionData & idat)
virtual

Implements OpenMD::NonBondedInteraction.

Definition at line 187 of file Buckingham.cpp.

◆ getHash()

virtual int OpenMD::Buckingham::getHash ( )
inlinevirtual

Implements OpenMD::NonBondedInteraction.

Definition at line 81 of file Buckingham.hpp.

◆ getName()

virtual string OpenMD::Buckingham::getName ( )
inlinevirtual

Implements OpenMD::NonBondedInteraction.

Definition at line 80 of file Buckingham.hpp.

◆ getSuggestedCutoffRadius()

RealType OpenMD::Buckingham::getSuggestedCutoffRadius ( pair< AtomType *, AtomType * > atypes)
virtual

Implements OpenMD::NonBondedInteraction.

Definition at line 295 of file Buckingham.cpp.

◆ setForceField()

void OpenMD::Buckingham::setForceField ( ForceField * ff)
inline

Definition at line 69 of file Buckingham.hpp.

◆ setSimulatedAtomTypes()

void OpenMD::Buckingham::setSimulatedAtomTypes ( AtomTypeSet & simtypes)
inline

Definition at line 70 of file Buckingham.hpp.


The documentation for this class was generated from the following files: