CADETProcess.processModel.AntiLangmuir#
- class CADETProcess.processModel.AntiLangmuir(adsorption_rate, desorption_rate, capacity, antilangmuir, name, is_kinetic, n_binding_sites, _bound_states)[source]#
Bases:
BindingBaseClassMulti Component Anti-Langmuir 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.
- antilangmuirlist of {-1, 1}.
Anti-Langmuir coefficients. Length depends on n_comp.
- adsorption_rate#
Descriptor for unsigned lists whose size depends on other instance attributes.
- antilangmuir#
Descriptor for lists of floats whose size depends on other instance attributes.
- capacity#
Descriptor for unsigned lists whose size depends on other instance attributes.
- desorption_rate#
Descriptor for unsigned lists whose size depends on other instance attributes.