ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Parameters for OIF global forces. More...
#include <oif_global_forces_params.hpp>
Public Member Functions | |
double | cutoff () const |
OifGlobalForcesBond (double A0_g, double ka_g, double V0, double kv) | |
Public Attributes | |
double | A0_g |
Relaxed area of the mesh. | |
double | ka_g |
Area coefficient. | |
double | V0 |
Relaxed volume of the mesh. | |
double | kv |
Volume coefficient. | |
Static Public Attributes | |
static constexpr int | num = 2 |
Parameters for OIF global forces.
Characterize the distribution of the force of the global mesh deformation onto individual vertices of the mesh.
Definition at line 27 of file oif_global_forces_params.hpp.
|
inline |
|
inline |
Definition at line 37 of file oif_global_forces_params.hpp.
double OifGlobalForcesBond::A0_g |
Relaxed area of the mesh.
Definition at line 29 of file oif_global_forces_params.hpp.
Referenced by OifGlobalForcesBond().
double OifGlobalForcesBond::ka_g |
Area coefficient.
Definition at line 31 of file oif_global_forces_params.hpp.
Referenced by OifGlobalForcesBond().
double OifGlobalForcesBond::kv |
Volume coefficient.
Definition at line 35 of file oif_global_forces_params.hpp.
Referenced by OifGlobalForcesBond().
|
staticconstexpr |
Definition at line 39 of file oif_global_forces_params.hpp.
double OifGlobalForcesBond::V0 |
Relaxed volume of the mesh.
Definition at line 33 of file oif_global_forces_params.hpp.
Referenced by OifGlobalForcesBond().