![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Parameters for non-bonded interactions. More...
#include <nonbonded_interaction_data.hpp>
Collaboration diagram for IA_parameters:Public Attributes | |
| double | max_cut = inactive_cutoff |
| maximal cutoff for this pair of particle types. | |
| unsigned | active_pair_mask = 0u |
| Bitmask of pair potentials active for this type pair. | |
| LJ_Parameters | lj |
| WCA_Parameters | wca |
| LJGen_Parameters | ljgen |
| SmoothStep_Parameters | smooth_step |
| Hertzian_Parameters | hertzian |
| Gaussian_Parameters | gaussian |
| BMHTF_Parameters | bmhtf |
| Morse_Parameters | morse |
| Buckingham_Parameters | buckingham |
| SoftSphere_Parameters | soft_sphere |
| Hat_Parameters | hat |
| LJcos_Parameters | ljcos |
| LJcos2_Parameters | ljcos2 |
| GayBerne_Parameters | gay_berne |
| TabulatedPotential | tab |
| DPD_Parameters | dpd |
| Thole_Parameters | thole |
Parameters for non-bonded interactions.
Definition at line 311 of file nonbonded_interaction_data.hpp.
| unsigned IA_parameters::active_pair_mask = 0u |
Bitmask of pair potentials active for this type pair.
See PairPotential. Derived, do not set directly.
Definition at line 321 of file nonbonded_interaction_data.hpp.
| BMHTF_Parameters IA_parameters::bmhtf |
Definition at line 348 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionBMHTF::get_ptr_offset(), and recalc_maximal_cutoff().
| Buckingham_Parameters IA_parameters::buckingham |
Definition at line 356 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionBuckingham::get_ptr_offset(), and recalc_maximal_cutoff().
| DPD_Parameters IA_parameters::dpd |
Definition at line 384 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionDPD::get_ptr_offset(), and recalc_maximal_cutoff().
| Gaussian_Parameters IA_parameters::gaussian |
Definition at line 344 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionGaussian::get_ptr_offset(), and recalc_maximal_cutoff().
| GayBerne_Parameters IA_parameters::gay_berne |
Definition at line 376 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionGayBerne::get_ptr_offset(), and recalc_maximal_cutoff().
| Hat_Parameters IA_parameters::hat |
Definition at line 364 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionHat::get_ptr_offset(), and recalc_maximal_cutoff().
| Hertzian_Parameters IA_parameters::hertzian |
Definition at line 340 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionHertzian::get_ptr_offset(), and recalc_maximal_cutoff().
| LJ_Parameters IA_parameters::lj |
Definition at line 324 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJ::get_ptr_offset(), and recalc_maximal_cutoff().
| LJcos_Parameters IA_parameters::ljcos |
Definition at line 368 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos::get_ptr_offset(), and recalc_maximal_cutoff().
| LJcos2_Parameters IA_parameters::ljcos2 |
Definition at line 372 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJcos2::get_ptr_offset(), and recalc_maximal_cutoff().
| LJGen_Parameters IA_parameters::ljgen |
Definition at line 332 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJGen::get_ptr_offset(), and recalc_maximal_cutoff().
| double IA_parameters::max_cut = inactive_cutoff |
maximal cutoff for this pair of particle types.
This contains contributions from the short-ranged interactions, plus any cutoffs from global interactions like electrostatics.
Definition at line 316 of file nonbonded_interaction_data.hpp.
Referenced by Constraints::is_active().
| Morse_Parameters IA_parameters::morse |
Definition at line 352 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::get_ptr_offset(), and recalc_maximal_cutoff().
| SmoothStep_Parameters IA_parameters::smooth_step |
Definition at line 336 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSmoothStep::get_ptr_offset(), and recalc_maximal_cutoff().
| SoftSphere_Parameters IA_parameters::soft_sphere |
Definition at line 360 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionSoftSphere::get_ptr_offset(), and recalc_maximal_cutoff().
| TabulatedPotential IA_parameters::tab |
Definition at line 380 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionTabulated::get_ptr_offset(), and recalc_maximal_cutoff().
| Thole_Parameters IA_parameters::thole |
Definition at line 388 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionThole::get_ptr_offset(), and recalc_maximal_cutoff().
| WCA_Parameters IA_parameters::wca |
Definition at line 328 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionWCA::get_ptr_offset(), and recalc_maximal_cutoff().