CADETProcess.solution.SolutionParticle.plot_at_time

CADETProcess.solution.SolutionParticle.plot_at_time#

SolutionParticle.plot_at_time(t: float, comp: int | None = None, vmax: float | None = None, *args: Any, **kwargs: Any) tuple[Figure, Axes | tuple[Axes]][source]#

Plot particle liquid solution for a given component over space at given time.

Parameters:
tfloat

Solution time at with to plot.

compOptional[int]

Component index.

vmax: Optional[float]

Maximum data value to scale color map.

*argsAny

Optional arguments passed to the local plot methods.

**kwargsAny

Optional keyword arguments passed to the local plot methods.

Returns:
tuple[plt.Figure, plt.Axes | tuple[plt.Axes]]

The Matplotlib Figure and Axes objects.