ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the hat potential between particle pairs. More...
Go to the source code of this file.
Functions | |
double | hat_pair_force_factor (IA_parameters const &ia_params, double dist) |
Calculate hat force factor. | |
double | hat_pair_energy (IA_parameters const &ia_params, double dist) |
Calculate hat energy. | |
Routines to calculate the hat potential between particle pairs.
Implementation in hat.cpp.
Definition in file hat.hpp.
|
inline |
Calculate hat energy.
Definition at line 46 of file hat.hpp.
References Hat_Parameters::Fmax, IA_parameters::hat, and Hat_Parameters::r.
Referenced by calc_non_bonded_pair_energy().
|
inline |
Calculate hat force factor.
Definition at line 37 of file hat.hpp.
References Hat_Parameters::Fmax, IA_parameters::hat, and Hat_Parameters::r.
Referenced by calc_central_radial_force().