![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
WCA potential. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| WCA_Parameters ()=default | |
| WCA_Parameters (double epsilon, double sigma) | |
| double | max_cutoff () const |
Public Attributes | |
| double | eps = 0.0 |
| double | sig = 0.0 |
| double | cut = inactive_cutoff |
WCA potential.
Definition at line 65 of file nonbonded_interaction_data.hpp.
|
default |
| WCA_Parameters::WCA_Parameters | ( | double | epsilon, |
| double | sigma | ||
| ) |
|
inline |
Definition at line 71 of file nonbonded_interaction_data.hpp.
References cut.
Referenced by recalc_maximal_cutoff().
| double WCA_Parameters::cut = inactive_cutoff |
Definition at line 68 of file nonbonded_interaction_data.hpp.
Referenced by max_cutoff(), wca_pair_energy(), wca_pair_force_factor(), and WCA_Parameters().
| double WCA_Parameters::eps = 0.0 |
Definition at line 66 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionWCA::InteractionWCA(), wca_pair_energy(), and wca_pair_force_factor().
| double WCA_Parameters::sig = 0.0 |
Definition at line 67 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionWCA::InteractionWCA(), wca_pair_energy(), and wca_pair_force_factor().