CADETProcess.modelBuilder.SerialZone#
- class CADETProcess.modelBuilder.SerialZone(n_columns, flow_direction, valve_dead_volume, name)[source]#
Zone with columns connected in series.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
binding_modelbinding_model: BindingModel of the unit operation.
bulk_reaction_modelbulk_reaction_model: Reaction in bulk phase.
- component_system
- discretization
- flow_direction
initial_statelist: The initial state of the columns in the zone.
inlet_unitCstr: The inlet CSTR unit of the zone.
missing_parameterslist: Parameters that are required but not set.
- model
- n_bound_states
- n_columns
- n_comp
- n_ports
- name
outlet_unitCstr: The outlet CSTR unit of the zone.
parametersdict: Dictionary with parameter values.
particle_reaction_modelparticle_liquid_reaction_model: Reaction in particle liquid phase.
polynomial_parametersdict: Polynomial parameters of the instance.
- ports
required_parameterslist: Parameters that have no default value.
- section_dependent_parameters
sized_parametersdict: Sized parameters of the instance.
- valve_dead_volume
Methods
Verify if all required parameters are set.