![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
soft-sphere potential More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| SoftSphere_Parameters ()=default | |
| SoftSphere_Parameters (double a, double n, double cutoff, double offset) | |
| double | max_cutoff () const |
Public Attributes | |
| double | a = 0.0 |
| double | n = 0.0 |
| double | cut = inactive_cutoff |
| double | offset = 0.0 |
soft-sphere potential
Definition at line 182 of file nonbonded_interaction_data.hpp.
|
default |
| SoftSphere_Parameters::SoftSphere_Parameters | ( | double | a, |
| double | n, | ||
| double | cutoff, | ||
| double | offset | ||
| ) |
Definition at line 33 of file soft_sphere.cpp.
|
inline |
Definition at line 189 of file nonbonded_interaction_data.hpp.
Referenced by recalc_maximal_cutoff(), soft_pair_energy(), and soft_pair_force_factor().
| double SoftSphere_Parameters::a = 0.0 |
Definition at line 183 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSoftSphere::InteractionSoftSphere(), soft_pair_energy(), soft_pair_force_factor(), and SoftSphere_Parameters().
| double SoftSphere_Parameters::cut = inactive_cutoff |
Definition at line 185 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSoftSphere::InteractionSoftSphere(), and max_cutoff().
| double SoftSphere_Parameters::n = 0.0 |
Definition at line 184 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSoftSphere::InteractionSoftSphere(), soft_pair_energy(), and soft_pair_force_factor().
| double SoftSphere_Parameters::offset = 0.0 |
Definition at line 186 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSoftSphere::InteractionSoftSphere(), max_cutoff(), soft_pair_energy(), soft_pair_force_factor(), and SoftSphere_Parameters().