CADETProcess.solution.SolutionSolid.plot_at_time#
- SolutionSolid.plot_at_time(t: float, comp: int | None = None, bound_state: int | None = 0, vmax: float | None = None, ax: Axes | None = None) Axes[source]#
Plot particle solid solution for a given bound state over space at given time.
- Parameters:
- tfloat
Solution time at with to plot.
- compOptional[int], default=None
Number of components.
- bound_stateint, default=0
Bound state 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