summaryrefslogtreecommitdiff
path: root/806/CH10/EX10.1
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /806/CH10/EX10.1
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '806/CH10/EX10.1')
-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