ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
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 |
Lees-Edwards protocol for oscillatory shearing.
Definition at line 54 of file protocols.hpp.
|
inline |
Definition at line 55 of file protocols.hpp.
|
inline |
Definition at line 57 of file protocols.hpp.
|
inline |
Definition at line 61 of file protocols.hpp.
References m_amplitude, m_initial_pos_offset, m_omega, and m_time_0.
|
inline |
Definition at line 65 of file protocols.hpp.
References m_amplitude, m_omega, and m_time_0.
double LeesEdwards::OscillatoryShear::m_amplitude |
Definition at line 69 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().
double LeesEdwards::OscillatoryShear::m_initial_pos_offset |
Definition at line 68 of file protocols.hpp.
Referenced by pos_offset().
double LeesEdwards::OscillatoryShear::m_omega |
Definition at line 70 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().
double LeesEdwards::OscillatoryShear::m_time_0 |
Definition at line 71 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().