AQSysOthmer: Othmer's Equation - Tieline's correlation

View source: R/AQSys.Bancroft_Othmer.R

AQSysOthmerR Documentation

Othmer's Equation - Tieline's correlation

Description

Othmer's equation to correlate tieline's data applying the lever's rule.

Usage

AQSysOthmer(dataSET, ...)

Arguments

dataSET

- Tieline Experimental data that will be used in the nonlinear fit

...

Additional optional arguments. None are used at present.

Value

Parameters A, B and Statistical data

References

OTHMER, D.; TOBIAS, P. Liquid-Liquid Extraction Data - The Line Correlation. Industrial & Engineering Chemistry, v. 34, n. 6, p. 693-696, 1942/06/01 1942. ISSN 0019-7866. (ACS Publications)

Examples

# dataSET is a data.frame which contains series of Tieline's mass fraction
# (upper-rich component, bottom-rich component and water)
# Each column in the data.frame represents a series of one component mass 
# fraction
# For example, an empty data.frame for four tielines can be obtaining using:
dataSET<-matrix(NA,nrow=4,ncol=6)
# Variables order must follows the sequence presented below:
# "mfXt","mfYt","mfXb","mfYb","mfWt","mfWb"
# In which: mf stands for mass fraction; X and Y for the component
# rich in bottom and upper phase, respectively; t or b for top and
# bottom phases.
# Then you just need to load the data.frame in the function:
## Not run: 
AQSysOthmer(dataSET, Order = "xy")

## End(Not run)

diegofcoelho/LLSR documentation built on June 2, 2022, 10:39 p.m.