ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the Hertzian potential between particle pairs. More...
Go to the source code of this file.
Functions | |
double | hertzian_pair_force_factor (IA_parameters const &ia_params, double dist) |
Calculate Hertzian force factor. | |
double | hertzian_pair_energy (IA_parameters const &ia_params, double dist) |
Calculate Hertzian energy. | |
Routines to calculate the Hertzian potential between particle pairs.
Implementation in hertzian.cpp.
Definition in file hertzian.hpp.
|
inline |
Calculate Hertzian energy.
Definition at line 49 of file hertzian.hpp.
References Hertzian_Parameters::eps, IA_parameters::hertzian, and Hertzian_Parameters::sig.
Referenced by calc_non_bonded_pair_energy().
|
inline |
Calculate Hertzian force factor.
Definition at line 39 of file hertzian.hpp.
References Hertzian_Parameters::eps, IA_parameters::hertzian, and Hertzian_Parameters::sig.
Referenced by calc_central_radial_force().