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

Lees-Edwards protocol for oscillatory shearing. More...

#include <protocols.hpp>

Public Member Functions

 OscillatoryShear ()
 
 OscillatoryShear (double initial_offset, double amplitude, double omega, double time_0)
 
double pos_offset (double time) const
 
double shear_velocity (double time) const
 

Public Attributes

double m_initial_pos_offset
 
double m_amplitude
 
double m_omega
 
double m_time_0
 

Detailed Description

Lees-Edwards protocol for oscillatory shearing.

Definition at line 54 of file protocols.hpp.

Constructor & Destructor Documentation

◆ OscillatoryShear() [1/2]

LeesEdwards::OscillatoryShear::OscillatoryShear ( )
inline

Definition at line 55 of file protocols.hpp.

◆ OscillatoryShear() [2/2]

LeesEdwards::OscillatoryShear::OscillatoryShear ( double  initial_offset,
double  amplitude,
double  omega,
double  time_0 
)
inline

Definition at line 57 of file protocols.hpp.

Member Function Documentation

◆ pos_offset()

double LeesEdwards::OscillatoryShear::pos_offset ( double  time) const
inline

Definition at line 61 of file protocols.hpp.

References m_amplitude, m_initial_pos_offset, m_omega, and m_time_0.

◆ shear_velocity()

double LeesEdwards::OscillatoryShear::shear_velocity ( double  time) const
inline

Definition at line 65 of file protocols.hpp.

References m_amplitude, m_omega, and m_time_0.

Member Data Documentation

◆ m_amplitude

double LeesEdwards::OscillatoryShear::m_amplitude

Definition at line 69 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().

◆ m_initial_pos_offset

double LeesEdwards::OscillatoryShear::m_initial_pos_offset

Definition at line 68 of file protocols.hpp.

Referenced by pos_offset().

◆ m_omega

double LeesEdwards::OscillatoryShear::m_omega

Definition at line 70 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().

◆ m_time_0

double LeesEdwards::OscillatoryShear::m_time_0

Definition at line 71 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().


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