CADETProcess.processModel.FlowSheet.check_connections

CADETProcess.processModel.FlowSheet.check_connections#

FlowSheet.check_connections() bool[source]#

Validate that units are connected correctly.

Warning:#

If Inlets have ingoing streams. If Outlets have outgoing streams. If Units (other than Cstr) are not fully connected.

Returns:
flagbool

True if all units are connected correctly. False otherwise.