CADETProcess.processModel.GeneralRateModel.set_axial_dispersion_from_NTP#
- GeneralRateModel.set_axial_dispersion_from_NTP(NTP: float, flow_rate: float) float#
Set axial dispersion from number of theoretical plates (NTP).
- Parameters:
- NTPfloat
Number of theroetical plates
- flow_ratefloat
volumetric flow rate
- Calculated using the axial dispersion coefficient:
- .. math::
NTP = frac{u_{int} cdot L_{Column}}{2 cdot D_{ax}}
- Returns:
- NTPfloat
Number of theretical plates
See also