summaryrefslogtreecommitdiff
path: root/575/CH3/EX3.3.5/3_3_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '575/CH3/EX3.3.5/3_3_5.sce')
-rwxr-xr-x575/CH3/EX3.3.5/3_3_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/575/CH3/EX3.3.5/3_3_5.sce b/575/CH3/EX3.3.5/3_3_5.sce
new file mode 100755
index 000000000..08b661920
--- /dev/null
+++ b/575/CH3/EX3.3.5/3_3_5.sce
@@ -0,0 +1,10 @@
+clc
+pathname=get_absolute_file_path('3_3_5.sce')
+filename=pathname+filesep()+'335.sci'
+exec(filename)
+mass_conc=conc*98
+printf("mass concentration of sulfuric acid=%f kg/m^3",mass_conc)
+mass_flowrate=rate*mass_conc/60
+printf(" \n Mass flow rate of sulfuric acid=%f kg/s",mass_flowrate)
+massfraction=1/(rate*D*1000/60)
+printf(" \n Mass fraction of sulfuric acid=%f",massfraction) \ No newline at end of file