CADETProcess.processModel.FlowSheet.add_feed_inlet

CADETProcess.processModel.FlowSheet.add_feed_inlet#

FlowSheet.add_feed_inlet(feed_inlet)[source]#

Add inlet to list of units to be considered for recovery.

Parameters:
feed_inletSourceMixin

Unit to be added to list of feed inlets.

Raises:
CADETProcessError

If unit is not an Inlet. If unit is already marked as feed inlet.