floryhugginsanalysis: Flory-Huggins Isotherm Non-Linear Analysis

View source: R/floryhugginsanalysis.R

floryhugginsanalysisR Documentation

Flory-Huggins Isotherm Non-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

floryhugginsanalysis(Ce, theta)

Arguments

Ce

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

theta

is the fractional surface coverage

Value

the nonlinear 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

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)
floryhugginsanalysis(Ce, theta)

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