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

Lennard-Jones with a different Cos potential. More...

#include <nonbonded_interaction_data.hpp>

Public Member Functions

 LJcos2_Parameters ()=default
 
 LJcos2_Parameters (double epsilon, double sigma, double offset, double width)
 
double max_cutoff () const
 

Public Attributes

double eps = 0.0
 
double sig = 0.0
 
double cut = INACTIVE_CUTOFF
 
double offset = 0.0
 
double w = 0.0
 
double rchange = 0.0
 

Detailed Description

Lennard-Jones with a different Cos potential.

Definition at line 220 of file nonbonded_interaction_data.hpp.

Constructor & Destructor Documentation

◆ LJcos2_Parameters() [1/2]

LJcos2_Parameters::LJcos2_Parameters ( )
default

◆ LJcos2_Parameters() [2/2]

LJcos2_Parameters::LJcos2_Parameters ( double  epsilon,
double  sigma,
double  offset,
double  width 
)

Definition at line 33 of file ljcos2.cpp.

References cut, and rchange.

Member Function Documentation

◆ max_cutoff()

double LJcos2_Parameters::max_cutoff ( ) const
inline

Definition at line 229 of file nonbonded_interaction_data.hpp.

References cut, and offset.

Referenced by recalc_maximal_cutoff().

Member Data Documentation

◆ cut

double LJcos2_Parameters::cut = INACTIVE_CUTOFF

◆ eps

◆ offset

◆ rchange

double LJcos2_Parameters::rchange = 0.0

◆ sig

◆ w


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