CADETProcess.processModel.TubularReactor

Contents

CADETProcess.processModel.TubularReactor#

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

Class 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.

Methods

NTP(flow_rate)

Number of theoretical plates.

check_required_parameters()

Verify if all required parameters are set.

set_axial_dispersion_from_NTP(NTP, flow_rate)

Set axial dispersion from number of theoretical plates (NTP).

set_diameter_from_interstitial_velicity(Q, u0)

Set diamter from flow rate and interstitial velocity.

t0(flow_rate)

Mean residence time of a (non adsorbing) volume element.

u0(flow_rate)

Flow velocity of a (non adsorbing) volume element.