CADETProcess.processModel.NoBinding

Contents

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_parameters

dict: Aggregated parameters of the instance.

bound_states
component_system
is_kinetic
missing_parameters

list: Parameters that are required but not set.

model
n_binding_sites
n_bound_states
n_comp
name
parameters

dict: Parameters of the instance.

polynomial_parameters

dict: Polynomial parameters of the instance.

required_parameters

list: Parameters that have no default value.

sized_parameters

dict: Sized parameters of the instance.

Methods

check_required_parameters()

Verify if all required parameters are set.