ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
hat potential More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
Hat_Parameters ()=default | |
Hat_Parameters (double F_max, double cutoff) | |
double | max_cutoff () const |
Public Attributes | |
double | Fmax = 0.0 |
double | r = INACTIVE_CUTOFF |
hat potential
Definition at line 197 of file nonbonded_interaction_data.hpp.
|
default |
Hat_Parameters::Hat_Parameters | ( | double | F_max, |
double | cutoff | ||
) |
|
inline |
Definition at line 202 of file nonbonded_interaction_data.hpp.
References r.
Referenced by recalc_maximal_cutoff().
double Hat_Parameters::Fmax = 0.0 |
Definition at line 198 of file nonbonded_interaction_data.hpp.
Referenced by hat_pair_energy(), hat_pair_force_factor(), and ScriptInterface::Interactions::InteractionHat::InteractionHat().
double Hat_Parameters::r = INACTIVE_CUTOFF |
Definition at line 199 of file nonbonded_interaction_data.hpp.
Referenced by hat_pair_energy(), hat_pair_force_factor(), ScriptInterface::Interactions::InteractionHat::InteractionHat(), and max_cutoff().