summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/10_03.sci
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /746/DEPENDENCIES/10_03.sci
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 '746/DEPENDENCIES/10_03.sci')
-rwxr-xr-x746/DEPENDENCIES/10_03.sci24
1 files changed, 24 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/10_03.sci b/746/DEPENDENCIES/10_03.sci
new file mode 100755
index 000000000..4418e53e3
--- /dev/null
+++ b/746/DEPENDENCIES/10_03.sci
@@ -0,0 +1,24 @@
+//Rate of flow in gm:
+Q=[0 500 800 1000 1100 1200 1400 1500];
+//Suction pressure in psig:
+ps=[ 0.65 0.25 -0.35 -0.92 -1.24 -1.62 -2.42 -2.89];
+//Discharge pressure in psig:
+pd=[53.3 48.3 42.3 36.9 33 27.8 15.3 7.3];
+//Motor Current in amps:
+I=[18 26.2 31 33.9 35.2 36.3 38 39];
+//Acceleration due to gravity in ft/s^2:
+g=32.2;
+//Value of Zs in feet
+zs=1;
+//Density of air in slug/ft^3:
+px=1.94;
+//Value of ZD in feet:
+zd=3;
+//Density of fluid in slug/ft^3:
+py=1000;
+//Motor Efficiency:
+Effm=0.9;
+//Motor Supply in volts:
+E=460;
+//Power Factor:
+PF=0.875;