CADETProcess.solution.SolutionIO.fraction_mass

CADETProcess.solution.SolutionIO.fraction_mass#

SolutionIO.fraction_mass(start: float | None = None, end: float | None = None) ndarray[source]#

Component mass in a fraction interval.

Parameters:
startOptional[float]

Start time of the fraction. If None, the first time point is used. The default is None.

end: Optional[float]

End time of the fraction. If None, the last time point is used. The default is None.

Returns:
np.ndarray

Mass of all components in the fraction.