fowlerguggenheimanalysis: Fowler-Guggenheim Isotherm Non-Linear Analysis

View source: R/fowlerguggenheimanalysis.R

fowlerguggenheimanalysisR Documentation

Fowler-Guggenheim Isotherm Non-Linear Analysis

Description

In Fowler-Guggenheim isotherm model, the lateral interaction of the adsorbed molecules is taken into consideration. This is formulated on the basis that the heat adsorption process may vary positively or negatively with loading.

Usage

fowlerguggenheimanalysis(Ce, theta, Temp)

Arguments

Ce

is equal to Co which is the numeric value for the initial concentration

theta

is the fractional surface coverage

Temp

temperature

Value

the nonlinear regression, parameters for Fowler-Guggenheim isotherm, and model error analysis

Author(s)

Jemimah Christine L. Mesias

Chester C. Deocaris

References

Fowler, R. H. and Guggenheim, E. A. (1939) Statistical Thermodynamics, Cambridge University Press, London, England.

Foo, K. Y., and; Hameed, B. H. (2009, September 13). <doi:10.1016/j.cej.2009.09.013> Insights into the modeling of adsorption isotherm systems. Chemical Engineering Journal.

Examples

theta <- c(0.19729, 0.34870, 0.61475, 0.74324, 0.88544, 0.89007, 0.91067, 0.91067, 0.96114)
Ce <- c(0.01353, 0.04648, 0.13239, 0.27714, 0.41600, 0.63607, 0.80435, 1.10327, 1.58223)
Temp <- 298
fowlerguggenheimanalysis(Ce,theta,Temp)

PUPAIM documentation built on May 28, 2022, 1:14 a.m.