summaryrefslogtreecommitdiff
path: root/806/CH10
diff options
context:
space:
mode:
Diffstat (limited to '806/CH10')
-rw-r--r--806/CH10/EX10.1/101.sce22
-rw-r--r--806/CH10/EX10.1/101.txt31
2 files changed, 53 insertions, 0 deletions
diff --git a/806/CH10/EX10.1/101.sce b/806/CH10/EX10.1/101.sce
new file mode 100644
index 000000000..a47b495c2
--- /dev/null
+++ b/806/CH10/EX10.1/101.sce
@@ -0,0 +1,22 @@
+clc
+pathname=get_absolute_file_path('101.sce')
+filename=pathname+filesep()+'101.sci'
+exec(filename)
+diary('C:\users\Bhavesh\desktop\scilab\101.txt')
+disp("A 75 mm diameter orific under a head of 4.88 m discharges 8900 N waterin 32.6 s.The trajectory was determined by measuring x=4.76 m for a drop of 1.22.determine the head loss per unit weight,the power loss,Cc,Cv,Cd")
+disp("Solution:")
+Vt=sqrt(2*g*H)//theoretical velocity
+t=sqrt(2*y/g)//actual time
+Va=x/t//actual velocity
+Cv=Va/Vt//coefficient of velocity
+Qa=F/p/T//actual discharge
+Cd=Qa/(%pi*d^2*Vt)*4//coefficient of discharge
+Cc=Cd/Cv//coefficient of contraction
+HL=H*(1-Cv^2)//Head loss
+PL=Qa*p*HL//power loss
+disp(Cd,"Cd=")
+disp(Cv,"Cv=")
+disp(Cc,"Cc=")
+disp("m.N/N",HL,"Head loss=")
+disp("W",PL,"Power loss=")
+diary(0) \ No newline at end of file
diff --git a/806/CH10/EX10.1/101.txt b/806/CH10/EX10.1/101.txt
new file mode 100644
index 000000000..b8bb70b76
--- /dev/null
+++ b/806/CH10/EX10.1/101.txt
@@ -0,0 +1,31 @@
+
+ A 75 mm diameter orific under a head of 4.88 m discharges 8900 N waterin 32.6 s.The trajectory was determined by measuring x=4.76 m for a drop of 1.22.determine t
+ he head loss per unit weight,the power loss,Cc,Cv,Cd
+
+ Solution:
+
+ Cd=
+
+ 0.6437713
+
+ Cv=
+
+ 0.9754098
+
+ Cc=
+
+ 0.6600008
+
+ Head loss=
+
+ 0.2370492
+
+ m.N/N
+
+ Power loss=
+
+ 64.715881
+
+ W
+
+ 0.9754098