diff options
Diffstat (limited to '51/CH5/EX5.12/5_12.sce')
-rwxr-xr-x | 51/CH5/EX5.12/5_12.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/51/CH5/EX5.12/5_12.sce b/51/CH5/EX5.12/5_12.sce new file mode 100755 index 000000000..3bbe3ee76 --- /dev/null +++ b/51/CH5/EX5.12/5_12.sce @@ -0,0 +1,12 @@ +clc;
+clear;
+A=0.1;//ft^2
+v=50;//ft/s
+p1=30;//psia
+p2=24;//psia
+
+d=1.94;//slugs/ft^3
+//v1=v2=v and A1=A2=A
+m=d*v*A;
+Fay=-m*(v+v)-((p1-14.7)*A*144)-((p2-14.7)*A*144);
+disp("lb",0," and the x component of anchoring force is","lb",Fay,"The y component of anchoring force is ")
\ No newline at end of file |