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

Routines to calculate the soft-sphere potential between particle pairs. More...

#include "config/config.hpp"
#include "nonbonded_interaction_data.hpp"
#include <cmath>
+ 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.
 

Detailed Description

Routines to calculate the soft-sphere potential between particle pairs.

Implementation in soft_sphere.cpp

Definition in file soft_sphere.hpp.

Function Documentation

◆ soft_pair_energy()

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

◆ soft_pair_force_factor()

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