ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Parameters for IBM volume conservation bond. More...
#include <ibm_volcons.hpp>
Public Member Functions | |
double | cutoff () const |
IBMVolCons (int softID, double kappaV) | |
double | get_current_volume () const |
void | set_volumes_view (std::vector< double > const &volumes) |
void | unset_volumes_view () |
Public Attributes | |
unsigned int | softID |
ID of the large soft particle to which this node belongs. | |
double | volRef |
Reference volume. | |
double | kappaV |
Spring constant for volume force. | |
Static Public Attributes | |
static constexpr int | num = 0 |
Parameters for IBM volume conservation bond.
Definition at line 29 of file ibm_volcons.hpp.
|
inline |
Definition at line 41 of file ibm_volcons.hpp.
|
inline |
Definition at line 37 of file ibm_volcons.hpp.
|
inline |
Definition at line 55 of file ibm_volcons.hpp.
References softID.
|
inline |
Definition at line 64 of file ibm_volcons.hpp.
Referenced by ImmersedBoundaries::register_softID().
|
inline |
Definition at line 67 of file ibm_volcons.hpp.
double IBMVolCons::kappaV |
Spring constant for volume force.
Definition at line 35 of file ibm_volcons.hpp.
Referenced by IBMVolCons().
|
staticconstexpr |
Definition at line 39 of file ibm_volcons.hpp.
unsigned int IBMVolCons::softID |
ID of the large soft particle to which this node belongs.
Definition at line 31 of file ibm_volcons.hpp.
Referenced by get_current_volume(), IBMVolCons(), and ImmersedBoundaries::register_softID().
double IBMVolCons::volRef |