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

Routines to calculate the hat potential between particle pairs. More...

+ Include dependency graph for hat.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Routines to calculate the hat potential between particle pairs.

Implementation in hat.cpp.

Definition in file hat.hpp.

Function Documentation

◆ hat_pair_energy()

double hat_pair_energy ( IA_parameters const &  ia_params,
double  dist 
)
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().

◆ hat_pair_force_factor()

double hat_pair_force_factor ( IA_parameters const &  ia_params,
double  dist 
)
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().