CADETProcess.processModel.MCT#
- class CADETProcess.processModel.MCT(length, channel_cross_section_areas, axial_dispersion, flow_direction, exchange_matrix, c, name)[source]#
Parameters for multi-channel transportmodel.
- Parameters:
- lengthUnsignedFloat
Length of column.
- channel_cross_section_areasList of unsinged floats. Lenght depends on nchannel.
Diameter of column.
- axial_dispersionList of unsigned floats. Length depends on n_comp and nchannel.
Axial dispersion coefficient for component and each component.
- flow_directionSwitch
If 1: Forward flow. If -1: Backwards flow.
- cList of unsigned floats. Length depends n_comp or n_comp*nchannel.
Initial concentration for components.
- exchange_matrixList of unsigned floats. Lenght depends on nchannel.
- solution_recorderMCTRecorder
Solution recorder for the unit operation.
- n_channelint
Number of channels
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
- axial_dispersion
binding_modelBindingBaseClass: binding model parameters of the unit operation.
bulk_reaction_modelBulkReactionBase: Reaction in bulk phase.
- c
- channel_cross_section_areas
component_systemComponentSystem: Component of the unit operation.
discretizationDiscretizationParametersBase: Discretization parameters of the unit operation.
- exchange_matrix
- flow_direction
initial_statedict: Dictionary with initial states.
- length
missing_parametersReturn list of missing parameters.
modelstr: Return model name.
n_bound_statesint: Return number of bound states.
n_compint: Number of components.
n_portsint: Number of ports (here the number of channels).
- name
nchannelint: The number of channels in the MCT.
parametersdict: Dictionary with parameter values.
particle_reaction_modelParticleReactionBase: Reaction in particle liquid phase.
polynomial_parametersdict: Polynomial parameters of the instance.
portslist[str]: 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.
volumefloat: Combined Volumes of all channels.
volume_liquidfloat: Volume of the liquid phase. Equals the volume, since there is no solid phase.
volume_solidfloat: Volume of the solid phase. Equals zero, since there is no solid phase.
Methods
Checkf if there are missing parameters left.
discretization_schemes