floryhuggins.LM: Flory-Huggins Isotherm Linear Analysis

View source: R/floryhugginsLM.R

floryhuggins.LMR Documentation

Flory-Huggins Isotherm Linear Analysis

Description

Flory-Huggins isotherm model describes the degree of surface coverage characteristics of the adsorbate on the adsorbent. It describes the nature of the adsorption process regarding the feasibility and spontaneity of the process. The theory of the Flory-Huggins provides the mathematical model for the polymer blends' thermodynamics.

Usage

floryhuggins.LM(Ce, theta)

Arguments

Ce

the numerical value for the equilibrium capacity

theta

is theta fractional surface coverage

Value

the linear regression, parameters for Flory-Huggins isotherm, and model error analysis

Author(s)

Jemimah Christine L. Mesias

Chester C. Deocaris

References

Flory, P. J. (1971). Principles of polymer chemistry. Cornell Univ.Pr.

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

Ce <- c(0.01353, 0.04648, 0.13239, 0.27714, 0.41600, 0.63607,
0.80435, 1.10327, 1.58223)
theta  <- c(0.1972984, 0.3487013, 0.6147560, 0.7432401, 0.8854408,
0.8900708, 0.9106746, 0.9106746, 0.9611422)
floryhuggins.LM (Ce,theta)

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