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

smooth step potential More...

#include <nonbonded_interaction_data.hpp>

Public Member Functions

 SmoothStep_Parameters ()=default
 
 SmoothStep_Parameters (double eps, double sig, double cutoff, double d, int n, double k0)
 
double max_cutoff () const
 

Public Attributes

double eps = 0.0
 
double sig = 0.0
 
double cut = INACTIVE_CUTOFF
 
double d = 0.0
 
int n = 0
 
double k0 = 0.0
 

Detailed Description

smooth step potential

Definition at line 109 of file nonbonded_interaction_data.hpp.

Constructor & Destructor Documentation

◆ SmoothStep_Parameters() [1/2]

SmoothStep_Parameters::SmoothStep_Parameters ( )
default

◆ SmoothStep_Parameters() [2/2]

SmoothStep_Parameters::SmoothStep_Parameters ( double  eps,
double  sig,
double  cutoff,
double  d,
int  n,
double  k0 
)

Definition at line 32 of file smooth_step.cpp.

References eps, and sig.

Member Function Documentation

◆ max_cutoff()

double SmoothStep_Parameters::max_cutoff ( ) const
inline

Definition at line 119 of file nonbonded_interaction_data.hpp.

References cut.

Referenced by recalc_maximal_cutoff().

Member Data Documentation

◆ cut

◆ d

◆ eps

◆ k0

◆ n

◆ sig


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