pttools.analysis.bubble_grid

Holders for a grid of Bubbles of various parameter combinations.

Classes

class pttools.analysis.bubble_grid.BubbleGrid(bubbles)

Bases: object

A grid of bubbles

Parameters:

bubbles (ndarray)

elapsed()
Return type:

ndarray

get_value(name, dtype=None)
Parameters:
  • name (str)

  • dtype (Type)

Return type:

ndarray

kappa()
Return type:

ndarray

negative_net_entropy_change()
Return type:

ndarray

numerical_error()
Return type:

ndarray

omega()
Return type:

ndarray

solver_failed()
Return type:

ndarray

unphysical_alpha_plus()
Return type:

ndarray

class pttools.analysis.bubble_grid.BubbleGridVWAlpha(model, v_walls, alpha_ns, func=None, use_bag_solver=False)

Bases: BubbleGrid

A grid of bubbles with different \(v_\text{wall}\) and \(\alpha_n\) values.

Parameters: