diff options
Diffstat (limited to '746/CH6/EX6.03/6_03.sce')
-rwxr-xr-x | 746/CH6/EX6.03/6_03.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/746/CH6/EX6.03/6_03.sce b/746/CH6/EX6.03/6_03.sce new file mode 100755 index 000000000..5f4c26300 --- /dev/null +++ b/746/CH6/EX6.03/6_03.sce @@ -0,0 +1,9 @@ +//prssure required//
+filename=pathname+filesep()+'06.03-data.sci'
+exec(filename)
+//Velocity of flwat the inlet(in m/sec):
+V1=Ae/Ai*V2
+//Gauge pressure required at the inlet(in kPa):
+p=0.5*da*(V2^2-V1^2)
+printf("\n\nRESULTS\n\n")
+printf("\n\nGauge prssure required at the inlet: %.3f kPa\n\n",p/1000)
|