CADETProcess.processModel.BiStericMassAction#
- class CADETProcess.processModel.BiStericMassAction(n_binding_sites, adsorption_rate, adsorption_rate_dimerization, desorption_rate, characteristic_charge, steric_factor, capacity, reference_liquid_phase_conc, reference_solid_phase_conc, name, is_kinetic, _bound_states)[source]#
Bases:
BindingBaseClassBi Steric Mass Action adsorption isotherm.
- Attributes:
- adsorption_ratelist of unsigned floats.
Adsorption rate constants in state-major ordering. Length depends on n_bound_states.
- desorption_ratelist of unsigned floats.
Desorption rate constants in state-major ordering. Length depends on n_bound_states.
- characteristic_chargelist of unsigned floats.
Characteristic charges v(i,j) of the it-h protein with respect to the j-th binding site type in state-major ordering. Length depends on n_bound_states.
- steric_factorlist of unsigned floats.
Steric factor o (i,j) of the it-h protein with respect to the j-th binding site type in state-major ordering. Length depends on n_bound_states.
- capacityunsigned float.
Stationary phase capacity (monovalent salt counterions); The total number of binding sites available on the resin surface. Length depends on n_binding_sites.
- reference_liquid_phase_conclist of unsigned floats.
Reference liquid phase concentration for each binding site type or one value for all types. The default is 1.0
- reference_solid_phase_conclist of unsigned floats.
Reference solid phase concentration for each binding site type or one value for all types. The default is 1.0
- adsorption_rate#
Descriptor for unsigned lists whose size depends on other instance attributes.
- adsorption_rate_dimerization#
Descriptor for unsigned lists whose size depends on other instance attributes.
- capacity#
Descriptor for unsigned lists whose size depends on other instance attributes.
- 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.
- n_binding_sites#
Parameter descriptor for unsigned integer parameters.
- reference_liquid_phase_conc#
Descriptor for unsigned lists whose size depends on other instance attributes.
- reference_solid_phase_conc#
Descriptor for unsigned lists whose size depends on other instance attributes.
- steric_factor#
Descriptor for unsigned lists whose size depends on other instance attributes.