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]#
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.
Methods
Verify if all required parameters are set.