summaryrefslogtreecommitdiff
path: root/551/CH4/EX4.47/47.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /551/CH4/EX4.47/47.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '551/CH4/EX4.47/47.sce')
-rwxr-xr-x551/CH4/EX4.47/47.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/551/CH4/EX4.47/47.sce b/551/CH4/EX4.47/47.sce
new file mode 100755
index 000000000..6e419a580
--- /dev/null
+++ b/551/CH4/EX4.47/47.sce
@@ -0,0 +1,10 @@
+clc
+p1=2; //bar
+C1=300; //m/s
+Q=0;
+h1=915*10^3; //J/kg
+h2=800*10^3; //J/kg
+C2=sqrt(2*[h1-h2 + C1^2/2]);
+disp("Relative velocity of gas leaving the pipe=")
+disp(C2)
+disp("m/s") \ No newline at end of file