fp | R Documentation |
The Fractional Power Adsorption Kinetic Model is an empirical rate equation in which the specific adsorption rate at a unit time can be estimated using its product's constant.(Netzahuatl-Munoz, Del Carmen Cristiani-Urbina, and Cristiani-Urbina, 2015)
fp(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 Fractional Power Adsorption Kinetic Model
Jeff Ryan S. Magalong
Joshua Z. DelaCruz
Jeann M. Bumatay
Chester C. Deocaris
Dalai, R. C. (1974) <doi:10.1080/00103627409366531> Desorption of soil phosphate by anion-exchange resin. Communications in Soil Science and Plant Analysis, 5(6), 531-538.
Netzahuatl-Munoz, A. R., del Carmen Cristiani-Urbina, M., &; Cristiani-Urbina, E. (2015) <doi:10.1371/journal.pone.0137086> Chromium biosorption from Cr(VI) aqueous solutions by Cupressus lusitanica bark: Kinetics, equilibrium and thermodynamic studies. PLoS ONE, 10(9).
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.68 fp(t,qt,qe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.