CADETProcess.processModel.NoBinding#
- class CADETProcess.processModel.NoBinding(name, is_kinetic, n_binding_sites, _bound_states)[source]#
Dummy class for units that do not experience binging behavior.
The number of components is set to zero for this class.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
bound_stateslist[int]: Number of bound states per component.
component_systemComponentSystem: Component system of the binding model.
- is_kinetic
missing_parameterslist: Parameters that are required but not set.
modelstr: Name of the binding model.
- n_binding_sites
n_bound_statesint: Number of bound states.
n_compint: Number of components.
- name
parametersdict: Parameters of the instance.
polynomial_parametersdict: Polynomial parameters of the instance.
required_parameterslist: Parameters that have no default value.
sized_parametersdict: Sized parameters of the instance.
Methods
Verify if all required parameters are set.