VPTissue Reference Manual
|
Helper function for writing hamiltonians. More...
#include <HHelper.h>
Static Public Member Functions | |
static double | BendingTerm (Cell *cell) |
Bending term. More... | |
static double | CellLengthTerm (Cell *cell) |
static double | EdgeTerm (Cell *cell, double stiffness, double distance) |
Edge length term. | |
static double | ElasticWallTerm (Cell *cell, double stiffness) |
static double | WallLengthTerm (Cell *cell, double stiffness, double distance) |
|
inlinestatic |
Bending term.
Calculate radius of the circle through the current node and its neighbors (local curvature). Ideal bending state is flat. Strong bending energy to resist cleaving by division planes.
Definition at line 43 of file HHelper.h.
References SimPT_Sim::Cell::GetNodes(), SimPT_Sim::Container::make_const_circular(), SimPT_Sim::Container::next(), and SimPT_Sim::Container::prev().