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_lengthfor each filament.- Variables:
avg (
ArepoVoronoiGrid) – SourceArepoVoronoiGridto use for calculating mass of the filament.verbose (
bool, optional) – IfTrue, prints output during length calculation. Default value isFalse.