summaryrefslogtreecommitdiff
path: root/man/cstr.Rd
blob: 66f31f5c31f938b71eb49bd800d2368d3d149370 (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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{cstr}
\alias{cstr}
\title{Continuous stirred tank reactor data (idframe)}
\format{an \code{idframe} object with 7500 samples, one input and two
outputs}
\usage{
cstr
}
\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}