diff options
Diffstat (limited to '812/CH5/EX5.09')
-rwxr-xr-x | 812/CH5/EX5.09/5_09.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/812/CH5/EX5.09/5_09.sce b/812/CH5/EX5.09/5_09.sce new file mode 100755 index 000000000..f13da2f7a --- /dev/null +++ b/812/CH5/EX5.09/5_09.sce @@ -0,0 +1,8 @@ +//Volume flow rate//
+pathname=get_absolute_file_path('5.09.sce')
+filename=pathname+filesep()+'5.09-data.sci'
+exec(filename)
+//Volume flow rate(in m^3/sec):
+Q=d*g*sind(theta)*b*(h/1000)^3*1000/u/3
+printf("RESULTS")
+printf("\n\nVolume flow rate: %.4f m^3/sec\n\n",Q)
|