CADETProcess.modelBuilder.CarouselBuilder.set_output_state

CADETProcess.modelBuilder.CarouselBuilder.set_output_state#

CarouselBuilder.set_output_state(unit, state)#

Set split ratio of outgoing streams for UnitOperation.

Parameters:
unitUnitBaseClass

UnitOperation of flowsheet.

stateint or list of floats or dict

new output state of the unit.

Raises:
CADETProcessError

If unit not in FlowSheet If state is integer and the state >= the state_length. If the length of the states is unequal the state_length. If the sum of the states is not equal to 1.