![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the soft-sphere potential between particle pairs. More...
Include dependency graph for soft_sphere.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| double | soft_pair_force_factor (IA_parameters const &ia_params, double dist) |
| Calculate soft-sphere force factor. | |
| double | soft_pair_energy (IA_parameters const &ia_params, double dist) |
| Calculate soft-sphere energy. | |
Routines to calculate the soft-sphere potential between particle pairs.
Implementation in soft_sphere.cpp
Definition in file soft_sphere.hpp.
|
inline |
Calculate soft-sphere energy.
Definition at line 53 of file soft_sphere.hpp.
References stream.
Referenced by calc_non_bonded_pair_energy().
|
inline |
Calculate soft-sphere force factor.
Definition at line 39 of file soft_sphere.hpp.
References stream.
Referenced by calc_central_radial_force().