seapipy.example_tissues.CircularFurrow
- class seapipy.example_tissues.CircularFurrow(parameters)
Bases:
ExampleTissuesChild class of
ExampleTissuesto create a tissue with a normal distribution of membrane densities at a fixed distance from the center of the tissue. Effectively, gives a circular furrow.- Parameters:
parameters – Dictionary with all the relevant parameters of the system
- create_lattice()
Create a lattice with the initial Voronoi tessellation
- Returns:
Lattice class object with the initial Voronoi tessellation
- Return type:
- create_se_file()
Create the initial Surface Evolver clean slate to start writing to it
- Returns:
Surface Evolver object that will be written to disk
- Return type:
- evolve()
Add the initial evolution steps to the Surface Evolver slate
- Returns:
None
- get_initial_densities()
Create dictionary of cell volumes and membrane densities to be used in the initial Surface Evolver simulation using the parameters provided to the class
- Returns:
cell volumes and membrane densities
- get_new_densities()
Create the densities dictionary with the normal distribution in a circular furrow
- Returns:
Dictionary with the new densities to be assigned to the membranes
- Return type: