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 69 of file nonbonded_interaction_data.hpp.
|
default |
WCA_Parameters::WCA_Parameters | ( | double | epsilon, |
double | sigma | ||
) |
|
inline |
Definition at line 75 of file nonbonded_interaction_data.hpp.
References cut.
Referenced by recalc_maximal_cutoff().
double WCA_Parameters::cut = INACTIVE_CUTOFF |
Definition at line 72 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 70 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 71 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionWCA::InteractionWCA(), wca_pair_energy(), and wca_pair_force_factor().