ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
bmhtf-nacl.hpp File Reference

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.
 

Detailed Description

Routines to calculate the Born-Meyer-Huggins-Tosi-Fumi potential between particle pairs.

Implementation in bmhtf-nacl.cpp.

Definition in file bmhtf-nacl.hpp.

Function Documentation

◆ BMHTF_pair_energy()

double BMHTF_pair_energy ( IA_parameters const &  ia_params,
double  dist 
)
inline

◆ BMHTF_pair_force_factor()

double BMHTF_pair_force_factor ( IA_parameters const &  ia_params,
double  dist 
)
inline