diff options
Diffstat (limited to '575/CH5/EX5.2.2/5_2_2.sce')
-rwxr-xr-x | 575/CH5/EX5.2.2/5_2_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/575/CH5/EX5.2.2/5_2_2.sce b/575/CH5/EX5.2.2/5_2_2.sce new file mode 100755 index 000000000..53d7b42be --- /dev/null +++ b/575/CH5/EX5.2.2/5_2_2.sce @@ -0,0 +1,7 @@ +clc
+pathname=get_absolute_file_path('5_2_2.sce')
+filename=pathname+filesep()+'522.sci'
+exec(filename)
+ndot=Vdot/M //kmol/h
+vdot=ndot*22.4*T/(273*P)
+printf("The volumetric flow rate of the stream=%f m^3/h",vdot)
\ No newline at end of file |