Theoretical plate height and optimal mobile phase linear velocity

版本 1.0.0.0 (1.9 KB) 作者: Joris Meurs
Function for calculation of the theoretical plate height and optimal mobile phase linear velocity
96.0 次下载
更新时间 2015/9/21

查看许可证

File name 'VanDeemter.m'. This function can calculate
the theoretical plate height of a chromatographic column
at different mobile phase velocities according
to the Van Deemter equation. Furthermore, the optimal
mobile phase linear velocity can be determined.

Seven input values : 'dp', 'D', 'dc', 'epsilon', 'A', 'B' and 'C'
Three output values : 'H', 'u' and 'u_opt'

INPUT
epsilon : volume fraction
dc : column diameter (m)
dp : particle size (m)
D : diffusion coefficient (m2/s)
A : A-term of the Van Deemter equation
B : B-term of the Van Deemter equation
C : C-term of the Van Deemter equation

OUTPUT
H : theoretical plate height (micrometer)
Hmin : minimal value of plate height (micrometer)
u : mobile phase linear velocity (cm/min)
u_opt : optimal mobile phase linear velocity (cm/min)


Input syntax : [H, Hmin, u, u_opt] = VanDeemter(dp,D,dc,epsilon,A,B,C)

引用格式

Joris Meurs (2024). Theoretical plate height and optimal mobile phase linear velocity (https://www.mathworks.com/matlabcentral/fileexchange/53118-theoretical-plate-height-and-optimal-mobile-phase-linear-velocity), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息
社区

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0