CADETProcess.processModel.FlowSheet.add_eluent_inlet#
- FlowSheet.add_eluent_inlet(eluent_inlet: SourceMixin) None[source]#
Add inlet to list of units to be considered for eluent consumption.
- Parameters:
- eluent_inletSourceMixin
Unit to be added to list of eluent inlets.
- Raises:
- CADETProcessError
If unit is not an Inlet. If unit is already marked as eluent inlet.