CADETProcess.processModel.LumpedRateModelWithoutPores#

class CADETProcess.processModel.LumpedRateModelWithoutPores(total_porosity, _q, length, diameter, axial_dispersion, flow_direction, c, name)[source]#

Bases: ChromatographicColumnBase

Parameters for a lumped rate model without pores.

Attributes:
total_porosityUnsignedFloat between 0 and 1.

Total porosity of the column.

cList of unsigned floats. Length depends on n_comp

Initial concentration of the reactor.

qList of unsigned floats. Length depends on n_comp

list[float]: Initial solid phase concentration.

solution_recorderLRMRecorder

Solution recorder for the unit operation.

Notes

Although technically the LumpedRateModelWithoutPores does not have particles, the particle reactions interface is used to support reactions in the solid phase and cross-phase reactions.

discretization_schemes = (<class 'CADETProcess.processModel.discretization.LRMDiscretizationFV'>, <class 'CADETProcess.processModel.discretization.LRMDiscretizationDG'>)#
property q: list#

list[float]: Initial solid phase concentration.

supports_binding = True#
supports_bulk_reaction = False#
supports_particle_reaction = True#
total_porosity#

Parameter descriptor for unsigned floating-point parameters.