![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Lennard-Jones+Cos potential. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| LJcos_Parameters ()=default | |
| LJcos_Parameters (double epsilon, double sigma, double cutoff, double offset) | |
| double | max_cutoff () const |
Public Attributes | |
| double | eps = 0.0 |
| double | sig = 0.0 |
| double | cut = inactive_cutoff |
| double | offset = 0.0 |
| double | alfa = 0.0 |
| double | beta = 0.0 |
| double | rmin = 0.0 |
Lennard-Jones+Cos potential.
Definition at line 202 of file nonbonded_interaction_data.hpp.
|
default |
| LJcos_Parameters::LJcos_Parameters | ( | double | epsilon, |
| double | sigma, | ||
| double | cutoff, | ||
| double | offset | ||
| ) |
|
inline |
Definition at line 212 of file nonbonded_interaction_data.hpp.
Referenced by recalc_maximal_cutoff().
| double LJcos_Parameters::alfa = 0.0 |
Definition at line 207 of file nonbonded_interaction_data.hpp.
Referenced by ljcos_pair_energy(), ljcos_pair_force_factor(), and LJcos_Parameters().
| double LJcos_Parameters::beta = 0.0 |
Definition at line 208 of file nonbonded_interaction_data.hpp.
Referenced by ljcos_pair_energy(), ljcos_pair_force_factor(), and LJcos_Parameters().
| double LJcos_Parameters::cut = inactive_cutoff |
Definition at line 205 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos::InteractionLJcos(), ljcos_pair_energy(), ljcos_pair_force_factor(), LJcos_Parameters(), and max_cutoff().
| double LJcos_Parameters::eps = 0.0 |
Definition at line 203 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos::InteractionLJcos(), ljcos_pair_energy(), and ljcos_pair_force_factor().
| double LJcos_Parameters::offset = 0.0 |
Definition at line 206 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos::InteractionLJcos(), ljcos_pair_energy(), ljcos_pair_force_factor(), and max_cutoff().
| double LJcos_Parameters::rmin = 0.0 |
Definition at line 209 of file nonbonded_interaction_data.hpp.
Referenced by ljcos_pair_energy(), ljcos_pair_force_factor(), and LJcos_Parameters().
| double LJcos_Parameters::sig = 0.0 |
Definition at line 204 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos::InteractionLJcos(), ljcos_pair_energy(), ljcos_pair_force_factor(), and LJcos_Parameters().