CADETProcess.solution.SolutionParticle.plot_at_time#
- SolutionParticle.plot_at_time(t: float, comp: int | None = None, vmax: float | None = None, ax: Axes | None = None) 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.
- axOptional[Axes]
Axes to plot on.
- Returns:
- Axes
Axes object with concentration profile.
See also