CADETProcess.modelBuilder.CompartmentBuilder

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.

check_required_parameters()

Verify if all required parameters are set.

validate_flow_rates()

Validate that compartment volume is constant.