ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
DPD potential. More...
#include <nonbonded_interaction_data.hpp>
Public Attributes | |
double | gamma = 0. |
double | k = 1. |
double | cutoff = INACTIVE_CUTOFF |
int | wf = 0 |
double | pref = 0.0 |
DPD potential.
Definition at line 259 of file nonbonded_interaction_data.hpp.
double DPDParameters::cutoff = INACTIVE_CUTOFF |
Definition at line 262 of file nonbonded_interaction_data.hpp.
Referenced by dpd_pair_force(), and DPD_Parameters::max_cutoff().
double DPDParameters::gamma = 0. |
Definition at line 260 of file nonbonded_interaction_data.hpp.
double DPDParameters::k = 1. |
Definition at line 261 of file nonbonded_interaction_data.hpp.
double DPDParameters::pref = 0.0 |
Definition at line 264 of file nonbonded_interaction_data.hpp.
Referenced by dpd_pair_force().
int DPDParameters::wf = 0 |
Definition at line 263 of file nonbonded_interaction_data.hpp.