diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /746/DEPENDENCIES/8_09.sci | |
download | Scilab-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/8_09.sci')
-rwxr-xr-x | 746/DEPENDENCIES/8_09.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/8_09.sci b/746/DEPENDENCIES/8_09.sci new file mode 100755 index 000000000..afd919d32 --- /dev/null +++ b/746/DEPENDENCIES/8_09.sci @@ -0,0 +1,12 @@ +//Length of copper wire(in ft):
+L=10;
+//Inner diameer of pipe(in inches):
+D=1.5;
+//Dischare(in ft^3/sec):
+Q=0.566;
+//Level of reservoir above pipe centreline(inn feet):
+h=85.1;
+//Kinematic viscosity at 70 F(in ft^2/s):
+v=1.05*10^-5;
+//Acceleration due to gravity(in ft/sec^2):
+g=32.2;
\ No newline at end of file |