ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
SoftSphere_Parameters Struct Reference

soft-sphere potential More...

#include <nonbonded_interaction_data.hpp>

Public Member Functions

 SoftSphere_Parameters ()=default
 
 SoftSphere_Parameters (double a, double n, double cutoff, double offset)
 
double max_cutoff () const
 

Public Attributes

double a = 0.0
 
double n = 0.0
 
double cut = INACTIVE_CUTOFF
 
double offset = 0.0
 

Detailed Description

soft-sphere potential

Definition at line 186 of file nonbonded_interaction_data.hpp.

Constructor & Destructor Documentation

◆ SoftSphere_Parameters() [1/2]

SoftSphere_Parameters::SoftSphere_Parameters ( )
default

◆ SoftSphere_Parameters() [2/2]

SoftSphere_Parameters::SoftSphere_Parameters ( double  a,
double  n,
double  cutoff,
double  offset 
)

Definition at line 33 of file soft_sphere.cpp.

References a, and offset.

Member Function Documentation

◆ max_cutoff()

double SoftSphere_Parameters::max_cutoff ( ) const
inline

Definition at line 193 of file nonbonded_interaction_data.hpp.

References cut, and offset.

Referenced by recalc_maximal_cutoff(), soft_pair_energy(), and soft_pair_force_factor().

Member Data Documentation

◆ a

◆ cut

◆ n

◆ offset


The documentation for this struct was generated from the following files: