SyMBac.cell
- class SyMBac.cell.Cell(length, width, resolution, position, angle, space, dt, growth_rate_constant, max_length, max_length_mean, max_length_var, width_var, width_mean, parent=None, daughter=None, lysis_p=0, pinching_sep=0)[source]
A class defining the cell objects
…
- space
The pymunk space of the cell
- Type:
pymunk.Space
- growth_rate_constant
The cell grows by a function of dt*growth_rate_constant depending on its growth model
- Type:
- max_length_mean
should be the same as max_length for reasons unless doing advanced simulations
- Type: