![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the Born-Meyer-Huggins-Tosi-Fumi potential between particle pairs. More...
#include "config/config.hpp"#include "nonbonded_interaction_data.hpp"#include <utils/math/int_pow.hpp>#include <cmath>
Include dependency graph for bmhtf-nacl.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| double | BMHTF_pair_force_factor (IA_parameters const &ia_params, double dist) |
| Calculate BMHTF force factor. | |
| double | BMHTF_pair_energy (IA_parameters const &ia_params, double dist) |
| Calculate BMHTF potential energy. | |
Routines to calculate the Born-Meyer-Huggins-Tosi-Fumi potential between particle pairs.
Implementation in bmhtf-nacl.cpp.
Definition in file bmhtf-nacl.hpp.
|
inline |
Calculate BMHTF potential energy.
Definition at line 55 of file bmhtf-nacl.hpp.
References stream.
Referenced by calc_non_bonded_pair_energy().
|
inline |
Calculate BMHTF force factor.
Definition at line 42 of file bmhtf-nacl.hpp.
References stream.
Referenced by calc_central_radial_force().