![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the OIF local forces for a particle quadruple (two neighboring triangles with common edge). More...
#include "config/config.hpp"#include "BoxGeometry.hpp"#include "Particle.hpp"#include <utils/Vector.hpp>#include <utils/math/triangle_functions.hpp>#include <cmath>#include <tuple>
Include dependency graph for oif_local_forces.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | OifLocalForcesBond |
| Parameters for OIF local forces. More... | |
Variables | |
| constexpr auto | tiny_oif_elasticity_coefficient {1e-10} |
| Tiny OIF elasticity cutoff. | |
Routines to calculate the OIF local forces for a particle quadruple (two neighboring triangles with common edge).
See [15].
Definition in file oif_local_forces.hpp.
Tiny OIF elasticity cutoff.
Definition at line 40 of file oif_local_forces.hpp.
Referenced by OifLocalForcesBond::calc_forces().