AQSysOthmer: Othmer's Equation - Tieline's correlation

Description Usage Arguments Value References Examples

View source: R/AQSys.Bancroft_Othmer.R

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# 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)

LLSR documentation built on Feb. 18, 2021, 1:09 a.m.