fiesta.disperse.Network.calc_filament_masses#

Network.calc_filament_masses(avg, verbose=False)[source]#

Calculate the mass of all filaments in the network.

Works simply by calling calc_mass for each filament.

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

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