seapipy.example_tissues.NormalFurrow
- class seapipy.example_tissues.NormalFurrow(parameters)
Bases:
ExampleTissuesChild class of
ExampleTissuesto create a tissue with a normal distribution of membrane densities in the horizontal or vertical axis- 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(axis='x')
Create the densities dictionary with the normal distribution in the horizontal or vertical axis