CADETProcess.modelBuilder.LWE

Contents

CADETProcess.modelBuilder.LWE#

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

Bases: Process

Load-Wash-Elute (LWE) process.

The flowsheet includes: - load: Inlet (feed) - salt_low: Inlet (low salt buffer) - salt_high: Inlet (high salt buffer) - column: ChromatographicColumnBase - outlet: Outlet

The process is configured with the following phases: - Load (duration: load_duration) - Wash (duration: wash_duration) - Elute (duration: gradient_duration, with gradient) - Optional final wash (duration: final_wash_duration)