![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Lennard-Jones with a different Cos potential. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| LJcos2_Parameters ()=default | |
| LJcos2_Parameters (double epsilon, double sigma, double offset, double width) | |
| double | max_cutoff () const |
Public Attributes | |
| double | eps = 0.0 |
| double | sig = 0.0 |
| double | cut = inactive_cutoff |
| double | offset = 0.0 |
| double | w = 0.0 |
| double | rchange = 0.0 |
Lennard-Jones with a different Cos potential.
Definition at line 216 of file nonbonded_interaction_data.hpp.
|
default |
| LJcos2_Parameters::LJcos2_Parameters | ( | double | epsilon, |
| double | sigma, | ||
| double | offset, | ||
| double | width | ||
| ) |
Definition at line 33 of file ljcos2.cpp.
|
inline |
Definition at line 225 of file nonbonded_interaction_data.hpp.
Referenced by recalc_maximal_cutoff().
| double LJcos2_Parameters::cut = inactive_cutoff |
Definition at line 219 of file nonbonded_interaction_data.hpp.
Referenced by ljcos2_pair_energy(), ljcos2_pair_force_factor(), LJcos2_Parameters(), and max_cutoff().
| double LJcos2_Parameters::eps = 0.0 |
Definition at line 217 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos2::InteractionLJcos2(), ljcos2_pair_energy(), and ljcos2_pair_force_factor().
| double LJcos2_Parameters::offset = 0.0 |
Definition at line 220 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos2::InteractionLJcos2(), ljcos2_pair_energy(), ljcos2_pair_force_factor(), and max_cutoff().
| double LJcos2_Parameters::rchange = 0.0 |
Definition at line 222 of file nonbonded_interaction_data.hpp.
Referenced by ljcos2_pair_energy(), ljcos2_pair_force_factor(), and LJcos2_Parameters().
| double LJcos2_Parameters::sig = 0.0 |
Definition at line 218 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos2::InteractionLJcos2(), ljcos2_pair_energy(), and ljcos2_pair_force_factor().
| double LJcos2_Parameters::w = 0.0 |
Definition at line 221 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos2::InteractionLJcos2(), ljcos2_pair_energy(), and ljcos2_pair_force_factor().