CADETProcess.processModel.MultistateStericMassAction

CADETProcess.processModel.MultistateStericMassAction#

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

Multistate Steric Mass Action adsorption isotherm.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants of the components to different bound states in component-major ordering. Length depends on n_bound_states.

desorption_ratelist of unsigned floats.

Desorption rate constants of the components to different bound states in component-major ordering. Length depends on n_bound_states.

characteristic_chargelist of unsigned floats.

Characteristic charges of the components to different bound states in component-major ordering. Length depends on n_bound_states.

steric_factorlist of unsigned floats.

Steric factor of the components to different bound states in component-major ordering. Length depends on n_bound_states.

conversion_ratelist of unsigned floats.

Conversion rates between different bound states in component-major ordering. Length: $sum_{i=1}^{n_{comp}} n_{bound, i}$

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 = 1.0

reference_solid_phase_concunsigned float, optional

Reference solid phase concentration. The default = 1.0

Methods

check_required_parameters()

Verify if all required parameters are set.