CADETProcess.processModel.StericMassAction#

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

Bases: BindingBaseClass

Steric Mass Action Law binding model.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants. Length depends on n_comp.

desorption_ratelist of unsigned floats.

Desorption rate constants. Length depends on n_comp.

characteristic_chargelist of unsigned floats.

Characteristic charges of the protein; The number of sites $nu$ that the protein interacts with on the resin surface. Length depends on n_comp.

steric_factorlist of unsigned floats.

Steric factors of the protein: The number of sites $sigma$ on the surface that are shielded by the protein and prevented from exchange with salt counterions in solution. 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. The default is 1.0

reference_solid_phase_concunsigned float.

Reference liquid phase concentration. The default is 1.0

adsorption_rate#

Descriptor for unsigned lists whose size depends on other instance attributes.

property adsorption_rate_untransformed: list[UnsignedFloat]#

list[float]: Untransformed adsorption rate.

capacity#

Parameter descriptor for unsigned floating-point parameters.

characteristic_charge#

Descriptor for unsigned lists whose size depends on other instance attributes.

desorption_rate#

Descriptor for unsigned lists whose size depends on other instance attributes.

property desorption_rate_untransformed: list[UnsignedFloat]#

list[float]: Untransformed desorption rate.

reference_liquid_phase_conc#

Parameter descriptor for unsigned floating-point parameters.

reference_solid_phase_conc#

Parameter descriptor for unsigned floating-point parameters.

steric_factor#

Descriptor for unsigned lists whose size depends on other instance attributes.