CADETProcess.reference.ReferenceIO#
- class CADETProcess.reference.ReferenceIO(name, time, component_system, solution, c_min)[source]#
Bases:
ReferenceBase,SolutionIOA class representing reference data of inlet or outlet concentration profiles.
- Attributes:
- namestr
The name of the reference.
- component_systemComponentSystem
The reference component system.
- timenp.ndarray
The time points for the reference.
- solutionnp.ndarray
The reference solution values.
- flow_ratenp.ndarray
The flow rates for the reference.