Description Usage Format Details
A dataset containing the material concentration, temperature and time of 99991.
Concentration of A, in mol/L
Concentration of B, in mol/L
Concentration of C, in mol/L
Input Concentration of A, 1 mol/L with white noise having N(0,0.1)
Reaction Temperature, 350K with white noise having N(0,3)
time, start from 1 second, sample interval is 0.1 second
1 |
A data frame with 99991 rows and 10 variables
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.