CADETProcess.modelBuilder.BatchElution

Contents

CADETProcess.modelBuilder.BatchElution#

class CADETProcess.modelBuilder.BatchElution(cycle_time, _lock)[source]#

Bases: Process

Batch elution process.

The flowsheet is configured with the following unit operations: - feed: Inlet - eluent: Inlet - column: ChromatographicColumnBase - outlet: Outlet

The following durations/events are configured: - feed_duration: The length of the feed injection. - feed_on: Set feed.flow_rate to flow_rate. - eluent_off: Set eluent.flow_rate to 0.0; triggered by feed_on. - feed_off: Set feed.flow_rate to 0.0; triggered by feed_on and feed_duration. - eluent_on: Set eluent.flow_rate to flow_rate; triggered by feed_off.