summaryrefslogtreecommitdiff
path: root/man/cstrData.Rd
blob: 5a0a6c6a971cd84a6eaace49a158c947d6de4457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% 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.ac.be/pub/SISTA/espinosa/datasets/cstr.dat}
}
\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:
\item{Ca}{Concentration mol/l}
\item{T}{Temperature Kelvin}
}
\keyword{datasets}