fiesta.disperse.Network.remove_short_filaments#

Network.remove_short_filaments(min_length, verbose=False)[source]#

Remove filaments below a given minimum length. Useful for discarding spurious filaments below grid resolution.

Variables:
  • min_length (Quantity) – Length below which all filaments are discarded from the network.

  • verbose (bool, optional) – If True, prints output during removal of short filaments. Default value is False.