CADETProcess.modelBuilder.ParallelZone

Contents

CADETProcess.modelBuilder.ParallelZone#

class CADETProcess.modelBuilder.ParallelZone(n_columns, flow_direction, valve_dead_volume, name)[source]#

Zone with columns connected in parallel.

Attributes:
aggregated_parameters

dict: Aggregated parameters of the instance.

binding_model

binding_model: BindingModel of the unit operation.

bulk_reaction_model

bulk_reaction_model: Reaction in bulk phase.

component_system
discretization
flow_direction
initial_state

list: The initial state of the columns in the zone.

inlet_unit

Cstr: The inlet CSTR unit of the zone.

missing_parameters

list: Parameters that are required but not set.

model
n_bound_states
n_columns
n_comp
name
outlet_unit

Cstr: The outlet CSTR unit of the zone.

parameters

dict: Dictionary with parameter values.

particle_reaction_model

particle_liquid_reaction_model: Reaction in particle liquid phase.

polynomial_parameters

dict: Polynomial parameters of the instance.

required_parameters

list: Parameters that have no default value.

section_dependent_parameters
sized_parameters

dict: Sized parameters of the instance.

valve_dead_volume

Methods

check_required_parameters()

Verify if all required parameters are set.