![]() |
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 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 |
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 58 of file protocols.hpp.
|
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.
|
inline |
Definition at line 67 of file protocols.hpp.
References m_amplitude, m_decay_rate, m_omega, and m_time_0.
| double LeesEdwards::OscillatoryShear::m_amplitude |
Definition at line 74 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().
| double LeesEdwards::OscillatoryShear::m_decay_rate |
Definition at line 77 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().
| double LeesEdwards::OscillatoryShear::m_initial_pos_offset |
Definition at line 73 of file protocols.hpp.
Referenced by pos_offset().
| double LeesEdwards::OscillatoryShear::m_omega |
Definition at line 75 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().
| double LeesEdwards::OscillatoryShear::m_time_0 |
Definition at line 76 of file protocols.hpp.
Referenced by pos_offset(), and shear_velocity().