summaryrefslogtreecommitdiff
path: root/632/CH3/EX3.1/example3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH3/EX3.1/example3_1.sce')
-rwxr-xr-x632/CH3/EX3.1/example3_1.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/632/CH3/EX3.1/example3_1.sce b/632/CH3/EX3.1/example3_1.sce
new file mode 100755
index 000000000..4f9f03990
--- /dev/null
+++ b/632/CH3/EX3.1/example3_1.sce
@@ -0,0 +1,5 @@
+//clc()
+m = 1000 * 0.4536;//kg/min
+M = 30.24;//gm/mol
+m1 = m * 60 / M;
+disp("kmol/hr",m1,"molar folw rate = ")