cstr: Process data of a simulating CSTR

Description Usage Format Details

Description

A dataset containing the material concentration, temperature and time of 99991.

Ca

Concentration of A, in mol/L

Cb

Concentration of B, in mol/L

Cc

Concentration of C, in mol/L

Ci

Input Concentration of A, 1 mol/L with white noise having N(0,0.1)

Tf

Reaction Temperature, 350K with white noise having N(0,3)

time

time, start from 1 second, sample interval is 0.1 second

Usage

1

Format

A data frame with 99991 rows and 10 variables

Details

The model of CSTR is as followed.

dCa(t)=F/V*(Ci(t)-Ca(t))-k1*Ca(t)*exp(-E1/(R*Tf))

dCb(t)=k1*Ca(t)*exp(-E1/(R*Tf))-k2*Cb(t)*exp(-E2/(R*Tf))-F/V*Cb(t)

Cc(t)=k2*Cb(t)*exp(-E2/(R*Tf))-F/V*Cc(t)


chengfeifan/myCCM documentation built on May 13, 2019, 3:40 p.m.