CADETProcess.processModel.GeneralizedIonExchange

CADETProcess.processModel.GeneralizedIonExchange#

class CADETProcess.processModel.GeneralizedIonExchange(adsorption_rate, adsorption_rate_linear, adsorption_rate_quadratic, adsorption_rate_cubic, adsorption_rate_salt, adsorption_rate_protein, desorption_rate, desorption_rate_linear, desorption_rate_quadratic, desorption_rate_cubic, desorption_rate_salt, desorption_rate_protein, characteristic_charge_breaks, characteristic_charge, characteristic_charge_linear, characteristic_charge_quadratic, characteristic_charge_cubic, steric_factor, capacity, reference_liquid_phase_conc, reference_solid_phase_conc, name, is_kinetic, n_binding_sites, _bound_states)[source]#

Generalized Ion Exchange isotherm model.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants. Length depends on n_comp.

adsorption_rate_linearlist of unsigned floats.

Linear dependence coefficient of adsorption rate on modifier component Length depends on n_comp.

adsorption_rate_quadraticlist of unsigned floats.

Quadratic dependence coefficient of adsorption rate on modifier component. Length depends on n_comp.

adsorption_rate_cubiclist of unsigned floats.

Cubic dependence coefficient of adsorption rate on modifier component. Length depends on n_comp.

adsorption_rate_saltlist of unsigned floats.

Salt coefficient of adsorption rate; difference of water-protein and salt-protein interactions. Length depends on n_comp.

adsorption_rate_proteinlist of unsigned floats.

Protein coefficient of adsorption rate; difference of water-protein and protein-protein interactions. Length depends on n_comp.

desorption_ratelist of unsigned floats.

Desorption rate constants. Length depends on n_comp.

desorption_rate_linearlist of unsigned floats.

Linear dependence coefficient of desorption rate on modifier component. Length depends on n_comp.

desorption_rate_quadraticlist of unsigned floats.

Quadratic dependence coefficient of desorption rate on modifier component. Length depends on n_comp.

desorption_rate_cubiclist of unsigned floats.

Cubic dependence coefficient of desorption rate on modifier component. Length depends on n_comp.

desorption_rate_saltlist of unsigned floats.

Salt coefficient of desorption rate; difference of water-protein and salt-protein interactions. Length depends on n_comp.

desorption_rate_proteinlist of unsigned floats.

Protein coefficient of desorption rate; difference of water-protein and protein-protein interactions Length depends on n_comp.

characteristic_charge_breakslist of unsigned floats, optional

Breaks of the characteristic charge pieces in component-major ordering. Optional, only required if a piecewise cubic polynomial is used for $

u$.

Length must be a multiple of n_comp.

characteristic_chargelist of unsigned floats.

Base value for characteristic charges of the protein; The number of sites $

u$

that the protein interacts with on the resin surface. Length depends on n_comp * n_pieces.

characteristic_charge_linearlist of unsigned floats.

Linear dependence coefficient of characteristic charge on modifier component. Length depends on n_comp * n_pieces.

characteristic_charge_quadraticlist of unsigned floats.

Quadratic dependence coefficient of characteristic charge on modifier component. Length depends on n_comp * n_pieces.

characteristic_charge_cubiclist of unsigned floats.

Cubic dependence coefficient of characteristic charge on modifier component. Length depends on n_comp * n_pieces.

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 (optional, default value = 1.0).

reference_solid_phase_concunsigned float.

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

Methods

check_required_parameters()

Verify if all required parameters are set.