summaryrefslogtreecommitdiff
path: root/1457/CH10/EX10.7/10_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1457/CH10/EX10.7/10_7.sce')
-rwxr-xr-x1457/CH10/EX10.7/10_7.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1457/CH10/EX10.7/10_7.sce b/1457/CH10/EX10.7/10_7.sce
new file mode 100755
index 000000000..363fed0ba
--- /dev/null
+++ b/1457/CH10/EX10.7/10_7.sce
@@ -0,0 +1,16 @@
+clc
+//Initialization of variables
+n=90 //rpm
+R=2
+rho=0.0765/32.2
+B=25
+U=120 //fps
+//calculations
+vt=2*%pi*R*n/60
+T=2*%pi*R*vt
+Fl=rho*B*U*T
+theta=asind(-T/(4*%pi*R*U))
+//results
+printf("Value of circulation = %d ft62/s",T)
+printf("\n Transverse or lift force = %d lb",Fl)
+printf("\n Position of stagnation points = %.1f",180-theta)