ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Pack Lees-Edwards parameters for LB. More...
#include <LeesEdwardsPack.hpp>
Public Member Functions | |
LeesEdwardsPack (unsigned int shear_direction, unsigned int shear_plane_normal, std::function< double()> get_pos_offset, std::function< double()> get_shear_velocity) | |
Public Attributes | |
unsigned int | shear_direction |
unsigned int | shear_plane_normal |
std::function< double()> | get_pos_offset |
std::function< double()> | get_shear_velocity |
Pack Lees-Edwards parameters for LB.
Definition at line 26 of file LeesEdwardsPack.hpp.
|
inline |
Definition at line 27 of file LeesEdwardsPack.hpp.
std::function<double()> LeesEdwardsPack::get_pos_offset |
Definition at line 36 of file LeesEdwardsPack.hpp.
std::function<double()> LeesEdwardsPack::get_shear_velocity |
Definition at line 37 of file LeesEdwardsPack.hpp.
unsigned int LeesEdwardsPack::shear_direction |
Definition at line 34 of file LeesEdwardsPack.hpp.
unsigned int LeesEdwardsPack::shear_plane_normal |
Definition at line 35 of file LeesEdwardsPack.hpp.