summaryrefslogtreecommitdiff
path: root/man/cstrData.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/cstrData.Rd')
-rw-r--r--man/cstrData.Rd29
1 files changed, 29 insertions, 0 deletions
diff --git a/man/cstrData.Rd b/man/cstrData.Rd
new file mode 100644
index 0000000..7fc7be9
--- /dev/null
+++ b/man/cstrData.Rd
@@ -0,0 +1,29 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{cstrData}
+\alias{cstrData}
+\title{Continuous stirred tank reactor data (data.frame)}
+\format{an \code{data.frame} object with 7500 rows and three columns:
+q, Ca and T}
+\source{
+\url{ftp://ftp.esat.kuleuven.be/pub/SISTA/data/process_industry/cstr.dat.gz}
+}
+\usage{
+cstrData
+}
+\description{
+The Process is a model of a Continuous Stirring Tank Reactor,
+where the reaction is exothermic and the concentration is
+controlled by regulating the coolant flow.
+\cr
+}
+\details{
+Inputs: q, Coolant Flow l/min
+Outputs:
+\describe{
+\item{Ca}{Concentration mol/l}
+\item{T}{Temperature Kelvin}}
+}
+\keyword{datasets}
+