![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the Buckingham potential between particle pairs. More...
Include dependency graph for buckingham.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| double | buck_force_r (double A, double B, double C, double D, double r) |
| Resultant Force due to a Buckingham potential between two particles at interatomic separation r greater than or equal to discont. | |
| double | buck_energy_r (double A, double B, double C, double D, double shift, double r) |
| Potential Energy due to a Buckingham potential between two particles at interatomic separation r greater than or equal to discont. | |
| double | buck_pair_force_factor (IA_parameters const &ia_params, double dist) |
| Calculate Buckingham force factor. | |
| double | buck_pair_energy (IA_parameters const &ia_params, double dist) |
| Calculate Buckingham energy. | |
Routines to calculate the Buckingham potential between particle pairs.
Implementation in buckingham.cpp.
Definition in file buckingham.hpp.
Potential Energy due to a Buckingham potential between two particles at interatomic separation r greater than or equal to discont.
Definition at line 46 of file buckingham.hpp.
References stream.
Referenced by buck_pair_energy(), and Buckingham_Parameters::Buckingham_Parameters().
Resultant Force due to a Buckingham potential between two particles at interatomic separation r greater than or equal to discont.
Definition at line 40 of file buckingham.hpp.
References stream.
Referenced by buck_pair_force_factor(), and Buckingham_Parameters::Buckingham_Parameters().
|
inline |
Calculate Buckingham energy.
Definition at line 72 of file buckingham.hpp.
References buck_energy_r(), and stream.
Referenced by calc_non_bonded_pair_energy().
|
inline |
Calculate Buckingham force factor.
Definition at line 52 of file buckingham.hpp.
References buck_force_r(), and stream.
Referenced by calc_central_radial_force().