diff options
Diffstat (limited to '249/CH18/EX18.4/18_04.sce')
-rwxr-xr-x | 249/CH18/EX18.4/18_04.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/249/CH18/EX18.4/18_04.sce b/249/CH18/EX18.4/18_04.sce new file mode 100755 index 000000000..30b7da7f6 --- /dev/null +++ b/249/CH18/EX18.4/18_04.sce @@ -0,0 +1,8 @@ +clear
+clc
+XA=0.35;
+FAo=2000;//mol/hr
+eA=3;k=96;
+CAo=0.1;
+W=((1+eA)*log(1/(1-XA))-eA*XA)*(FAo/(k*CAo));
+printf("\n The amount of catalyst(kg) needed in a packed bed reactor is %f",W)
|