CADETProcess.processModel.SelfAssociation

Contents

CADETProcess.processModel.SelfAssociation#

class CADETProcess.processModel.SelfAssociation(adsorption_rate, adsorption_rate_dimerization, desorption_rate, characteristic_charge, steric_factor, capacity, reference_liquid_phase_conc, reference_solid_phase_conc, name, is_kinetic, n_binding_sites, _bound_states)[source]#

Self Association adsorption isotherm.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants. Length depends on n_comp.

adsorption_rate_dimerizationlist of unsigned floats.

Adsorption rate constants of dimerization. Length depends on n_comp.

desorption_ratelist of unsigned floats.

Desorption rate constants. Length depends on n_comp.

characteristic_chargelist of unsigned floats.

The characteristic charge $

u$ of the protein. Length depends on `n_comp`.
steric_factorlist of unsigned floats.

Steric factor of of the protein. Length depends on n_comp.

capacityunsigned float.

Stationary phase capacity (monovalent salt counterions); The total number of binding sites available on the resin surface.

reference_liquid_phase_concunsigned float.

Reference liquid phase concentration (optional, default value = 1.0). The default = 1.0

reference_solid_phase_concunsigned float.

Reference liquid phase concentration (optional) The default = 1.0

Methods

check_required_parameters()

Verify if all required parameters are set.