diff options
Diffstat (limited to '1627/CH5/EX5.3/Ex5_3.sce')
-rw-r--r-- | 1627/CH5/EX5.3/Ex5_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1627/CH5/EX5.3/Ex5_3.sce b/1627/CH5/EX5.3/Ex5_3.sce new file mode 100644 index 000000000..42e8c9e31 --- /dev/null +++ b/1627/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+P=135//bars
+Q=201//min
+p=448
+//CALCULATIONS
+FPH=P*Q/p*0.1//hp
+//RESULTS
+printf('The fluid horsepower potential of the system is=% f hp',FPH)
|