#include <CubicBondType.hpp>
|  | 
|  | CubicBondType (RealType r0, RealType k3, RealType k2, RealType k1, RealType k0) | 
|  | 
| void | setForceConstant (RealType k3, RealType k2, RealType k1, RealType k0) | 
|  | 
| void | getForceConstant (RealType &k3, RealType &k2, RealType &k1, RealType &k0) | 
|  | 
| virtual void | calcForce (RealType r, RealType &V, RealType &dVdr) | 
|  | 
|  | BondType (RealType myR0) | 
|  | 
| RealType | getEquilibriumBondLength () | 
|  | 
| void | setEquilibriumBondLength (RealType myR0) | 
|  | 
- Todo
- document 
Definition at line 62 of file CubicBondType.hpp.
◆ CubicBondType()
  
  | 
        
          | OpenMD::CubicBondType::CubicBondType | ( | RealType | r0, |  
          |  |  | RealType | k3, |  
          |  |  | RealType | k2, |  
          |  |  | RealType | k1, |  
          |  |  | RealType | k0 ) |  | inline | 
 
 
◆ calcForce()
  
  | 
        
          | virtual void OpenMD::CubicBondType::calcForce | ( | RealType | r, |  
          |  |  | RealType & | V, |  
          |  |  | RealType & | dVdr ) |  | inlinevirtual | 
 
 
◆ getForceConstant()
  
  | 
        
          | void OpenMD::CubicBondType::getForceConstant | ( | RealType & | k3, |  
          |  |  | RealType & | k2, |  
          |  |  | RealType & | k1, |  
          |  |  | RealType & | k0 ) |  | inline | 
 
 
◆ setForceConstant()
  
  | 
        
          | void OpenMD::CubicBondType::setForceConstant | ( | RealType | k3, |  
          |  |  | RealType | k2, |  
          |  |  | RealType | k1, |  
          |  |  | RealType | k0 ) |  | inline | 
 
 
The documentation for this class was generated from the following file: