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 decay_rate=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
 
double m_decay_rate
 

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,
double  decay_rate = 0. 
)
inline

Definition at line 58 of file protocols.hpp.

Member Function Documentation

◆ pos_offset()

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

Definition at line 62 of file protocols.hpp.

References m_amplitude, m_decay_rate, m_initial_pos_offset, m_omega, and m_time_0.

◆ shear_velocity()

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

Definition at line 67 of file protocols.hpp.

References m_amplitude, m_decay_rate, m_omega, and m_time_0.

Member Data Documentation

◆ m_amplitude

double LeesEdwards::OscillatoryShear::m_amplitude

Definition at line 74 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().

◆ m_decay_rate

double LeesEdwards::OscillatoryShear::m_decay_rate

Definition at line 77 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 73 of file protocols.hpp.

Referenced by pos_offset().

◆ m_omega

double LeesEdwards::OscillatoryShear::m_omega

Definition at line 75 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().

◆ m_time_0

double LeesEdwards::OscillatoryShear::m_time_0

Definition at line 76 of file protocols.hpp.

Referenced by pos_offset(), and shear_velocity().


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