hemocell
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
hemo::HemoCellStretch Class Reference

#include <hemoCellStretch.h>

Collaboration diagram for hemo::HemoCellStretch:
Collaboration graph
[legend]

Classes

class  FindForcedLsps
 
class  ForceForcedLsps
 

Public Member Functions

 HemoCellStretch (HemoCellField &cellfield_, unsigned int n_forced_lsps_, T external_force_)
 
void applyForce ()
 

Public Attributes

HemoCellFieldcellfield
 

Static Public Attributes

static vector< plintlower_lsps = vector<plint>()
 
static vector< plintupper_lsps = vector<plint>()
 
static unsigned int n_forced_lsps = 0
 
static T external_force = 0.0
 
static T scale = 1.0
 

Constructor & Destructor Documentation

◆ HemoCellStretch()

hemo::HemoCellStretch::HemoCellStretch ( HemoCellField cellfield_,
unsigned int  n_forced_lsps_,
T  external_force_ 
)

Member Function Documentation

◆ applyForce()

void hemo::HemoCellStretch::applyForce ( )

Member Data Documentation

◆ cellfield

HemoCellField& hemo::HemoCellStretch::cellfield

◆ external_force

T hemo::HemoCellStretch::external_force = 0.0
static

◆ lower_lsps

vector< plint > hemo::HemoCellStretch::lower_lsps = vector<plint>()
static

◆ n_forced_lsps

unsigned int hemo::HemoCellStretch::n_forced_lsps = 0
static

◆ scale

T hemo::HemoCellStretch::scale = 1.0
static

◆ upper_lsps

vector< plint > hemo::HemoCellStretch::upper_lsps = vector<plint>()
static