CADETProcess.modelBuilder.SerialZone#
- class CADETProcess.modelBuilder.SerialZone(n_columns, flow_direction, name)[source]#
Zone with columns connected in series.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
binding_modelBindingBaseClass: binding model parameters of the unit operation.
bulk_reaction_modelBulkReactionBase: Reaction in bulk phase.
component_systemComponentSystem: Component of the unit operation.
discretizationDiscretizationParametersBase: Discretization parameters of the unit operation.
- flow_direction
initial_statelist: The initial state of the columns in the zone.
inlet_unitCstr: The inlet CSTR unit of the zone.
missing_parametersReturn list of missing parameters.
modelstr: Return model name.
n_bound_statesint: Return number of bound states.
- n_columns
n_compint: Number of components.
n_portsint: Number of ports.
- name
outlet_unitCstr: The outlet CSTR unit of the zone.
parametersdict: Dictionary with parameter values.
particle_reaction_modelParticleReactionBase: Reaction in particle liquid phase.
polynomial_parametersdict: Polynomial parameters of the instance.
portslist: Ports of the unit operation.
required_parameterslist: Parameters that have no default value.
section_dependent_parametersReturn section dependent parameters.
sized_parametersdict: Sized parameters of the instance.
Methods
Checkf if there are missing parameters left.