pttools.analysis.entropy

Utilities for computing the entropy of a bubble

Functions

pttools.analysis.entropy.compute_entropy(bubble)
Parameters:

bubble (Bubble)

pttools.analysis.entropy.compute_entropy_region(bubble, start_ind, stop_ind, reverse=False)

Compute the entropy profile of a bubble section by integrating its differential equation

Parameters:
  • bubble (Bubble)

  • start_ind (int)

  • stop_ind (int)

  • reverse (bool)