pno | R Documentation |
The Pseudo-nth Order Adsorption Kinetic Model is an empirical rate equation known to describe the kinetic analysis of neither order 1 nor 2 kinetic parameters. It will have a significant effect on the calculation of the rate constants as the rate constant is dependent on the order of reaction (Tseng, Wu, Wu, and Juang, 2014).
pno(t, qt, qe)
t |
the numerical value for contact time |
qt |
the numerical value for the amount adsorbed at time t |
qe |
the numerical value for the amount adsorbed at equilibrium. If this parameter is not defined, it will be estimated. |
the non-linear regression and the parameter estimation for the Pseudo-nth-Order Model
Jeff Ryan S. Magalong
Joshua Z. DelaCruz
Jeann M. Bumatay
Chester C. Deocaris
Ozer, A. (2007) <doi:10.1016/j.jhazmat.2006.07.040> Removal of Pb(II) ions from aqueous solutions by sulphuric acid-treated wheat bran. Journal of Hazardous Materials, 141(3), 753-761.
Tseng, R. L., Wu, P. H., Wu, F. C., &; Juang, R. S. (2014) <doi:10.1016/j.cej.2013.10.013> A convenient method to determine kinetic parameters of adsorption processes by nonlinear regression of pseudo-nth-order equation. Chemical Engineering Journal, 237, 153-161.
t <- c(0,15,30,45,60,75,90,105,120) qt <- c(0.000,3.718,3.888,4.102,4.274,4.402,4.444,4.488,4.616) qe <- 4.8 pno(t,qt,qe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.