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

list[int]: Number of bound states per component.

component_system

ComponentSystem: Component system of the binding model.

is_kinetic
missing_parameters

list: Parameters that are required but not set.

model

str: Name of the binding model.

n_binding_sites
n_bound_states

int: Number of bound states.

n_comp

int: Number of components.

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.