CADETProcess.solution.SolutionBulk.plot_at_time

CADETProcess.solution.SolutionBulk.plot_at_time#

SolutionBulk.plot_at_time(t, components=None, layout=None, ax=None, *args, **kwargs)[source]#

Plot bulk solution over space at given time.

Parameters:
tfloat

Time for plotting If t == -1, the final solution is plotted.

componentslist, optional.

List of components to be plotted. If None, all components are plotted.

layoutplotting.Layout

Plot layout options.

axAxes

Axes to plot on.

Returns:
axAxes

Axes object with concentration profile.

See also

_plot_solution_1D
slice_solution
plot_at_position
plotlib