CADETProcess.processModel.FreundlichLDF#

class CADETProcess.processModel.FreundlichLDF(driving_force_coefficient, freundlich_coefficient, exponent, name, is_kinetic, n_binding_sites, _bound_states)[source]#

Bases: BindingBaseClass

Freundlich isotherm model.

Attributes:
driving_force_coefficientlist of unsigned floats.

Driving force coefficient for each component. Length depends on n_comp.

freundlich_coefficientlist of unsigned floats.

Freundlich coefficient for each component. Length depends on n_comp.

exponentlist of unsigned floats.

Freundlich exponent for each component. Length depends on n_comp.

driving_force_coefficient#

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

exponent#

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

freundlich_coefficient#

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