CADETProcess.processModel.TubularReactor#
- class CADETProcess.processModel.TubularReactor(total_porosity, length, diameter, axial_dispersion, flow_direction, c, name)[source]#
Bases:
TubularReactorBaseClass for tubular reactors and tubing.
Class can be used for a regular tubular reactor.
- Attributes:
- cList of unsigned floats. Length depends on n_comp
Initial concentration of the reactor.
- solution_recorderTubularReactorRecorder
Solution recorder for the unit operation.
- discretization_schemes = (<class 'CADETProcess.processModel.discretization.LRMDiscretizationFV'>, <class 'CADETProcess.processModel.discretization.LRMDiscretizationDG'>)#
- supports_bulk_reaction = True#
- total_porosity#
Parameter that is immutable once set.
- Attributes:
- valueAny
The immutable value of the parameter.
Notes
Once set, the value of a Constant parameter cannot be modified.