diff options
Diffstat (limited to '746/DEPENDENCIES/8_10.sci')
-rwxr-xr-x | 746/DEPENDENCIES/8_10.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/8_10.sci b/746/DEPENDENCIES/8_10.sci new file mode 100755 index 000000000..4d8f2fbb0 --- /dev/null +++ b/746/DEPENDENCIES/8_10.sci @@ -0,0 +1,12 @@ +//Nozzle exit diameter(in mm):
+D=25;
+//N/R1 value value:
+N_R=3;
+//AR value:
+A_R=2;
+//Static head available from the main(in m):
+z0=1.5;
+//Acceleration due to gravity(in m/sec^2):
+g=9.8;
+//Value of Cp:
+Cp=0.45;
|