CADETProcess.processModel.ExtendedMobilePhaseModulator#

class CADETProcess.processModel.ExtendedMobilePhaseModulator(adsorption_rate, desorption_rate, capacity, ion_exchange_characteristic, beta, hydrophobicity, gamma, component_mode, name, is_kinetic, n_binding_sites, _bound_states)[source]#

Bases: BindingBaseClass

Mobile Phase Modulator adsorption isotherm.

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.

capacitylist of unsigned floats.

Maximum adsorption capacities. Length depends on n_comp.

ion_exchange_characteristiclist of unsigned floats.

Parameters describing the ion-exchange characteristics (IEX). Length depends on n_comp.

hydrophobicitylist of floats.

Parameters describing the hydrophobicity (HIC). Length depends on n_comp.

component_modelist of unsigned integers.

Mode of each component; 0 denotes the modifier component, 1 is linear binding, 2 is modified Langmuir binding. Length depends on n_comp.

adsorption_rate#

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

beta#

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

capacity#

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

component_mode#

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

desorption_rate#

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

gamma#

Descriptor for lists of floats whose size depends on other instance attributes.

hydrophobicity#

Descriptor for lists of floats whose size depends on other instance attributes.

ion_exchange_characteristic#

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