fiesta.disperse.Network.calc_filament_lengths#

Network.calc_filament_lengths(verbose=False)[source]#

Calculate the length of all filaments in the network.

Works simply by calling calc_length for each filament.

Variables:
  • avg (ArepoVoronoiGrid) – Source ArepoVoronoiGrid to use for calculating mass of the filament.

  • verbose (bool, optional) – If True, prints output during length calculation. Default value is False.