CADETProcess.modelBuilder.CompartmentBuilder#
- class CADETProcess.modelBuilder.CompartmentBuilder(name, n_compartments)[source]#
Class to build complex compartment models of bioreactors.
- Attributes:
- namestr
Name of the CompartmentBuilder.
- n_compartmentsint
Number of compartments in the bioreactor.
Methods
add_tracer(compartment_index, c, t_inj, ...)Add tracer injection to compartment model.
Verify if all required parameters are set.
Validate that compartment volume is constant.