Learn R Programming

PUPAIM (version 0.2.0)

koblecarrigananalysis: Koble-Carrigan Isotherm

Description

It is three-parameter isotherm model equation that incorporates both Freundlich and Langmuir isotherms for representing equilibrium adsorption data. Koble-Corrigan isotherm model appeared to have advantages over both the Langmuir and Freundlich equations in that it expresses adsorption data over very wide ranges of pressures and temperatures.

Usage

koblecarrigananalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the nonlinear regression and the parameters for the Koble-Carrigan isotherm analysis

References

Ayawei, N., Ebelegi, A. N., & Wankasi, D. (2017). Modelling and Interpretation of Adsorption Isotherms. Journal of Chemistry, 2017, 1-11. doi: 10.1155/2017/3039817

Koble, R., & Corrigan, T., "Adsorption isotherms for pure hydrocarbons," Industrial and Engineering Chemistry, vol. 44, no. 2, pp. 383-387, 1952.

Examples

Run this code
# NOT RUN {
koblecarrigananalysis(moringa$Ce, moringa$Qe)
# }

Run the code above in your browser using DataLab