CADETProcess.reference.ReferenceIO.fraction_mass#
- ReferenceIO.fraction_mass(start: float | None = None, end: float | None = None) ndarray#
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.