summaryrefslogtreecommitdiff
path: root/249/CH9/EX9.7/9_07.sce
diff options
context:
space:
mode:
Diffstat (limited to '249/CH9/EX9.7/9_07.sce')
-rwxr-xr-x249/CH9/EX9.7/9_07.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/249/CH9/EX9.7/9_07.sce b/249/CH9/EX9.7/9_07.sce
new file mode 100755
index 000000000..221354808
--- /dev/null
+++ b/249/CH9/EX9.7/9_07.sce
@@ -0,0 +1,8 @@
+clear
+clc
+//Using ex 9.6 and finding optimum recycle area
+FAo=1000;//mol/min
+Area=(0.8-0)*1.5;
+V=FAo*Area;
+printf("\n The volume required is %f",V)
+printf("litre") \ No newline at end of file