From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3886/CH17/EX17.11/17_11.sce | 17 +++++++++++++++++ 3886/CH17/EX17.11/17_11.txt | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 3886/CH17/EX17.11/17_11.sce create mode 100644 3886/CH17/EX17.11/17_11.txt (limited to '3886/CH17/EX17.11') diff --git a/3886/CH17/EX17.11/17_11.sce b/3886/CH17/EX17.11/17_11.sce new file mode 100644 index 000000000..2b839ab0f --- /dev/null +++ b/3886/CH17/EX17.11/17_11.sce @@ -0,0 +1,17 @@ +//Vane is moving +//refer fig. 17.12 (a) and (b) +//Velocity of approach Va +Va=20 //m/sec +//Weight of water impinging in t seconds=385.24*t +//Velocity of departure Vd +Vd=30-10 //m/sec +//Writing impulse momentum equation in x direction +Px=105.22 //N +Py=392.70 //N +P=sqrt((Px^2)+(Py^2)) //N +//inclination +theta=atand(Py/Px) //degree +printf("\nPressure exerted P=%.3f N",P) + + + diff --git a/3886/CH17/EX17.11/17_11.txt b/3886/CH17/EX17.11/17_11.txt new file mode 100644 index 000000000..28fc05948 --- /dev/null +++ b/3886/CH17/EX17.11/17_11.txt @@ -0,0 +1,4 @@ + +--> exec('E:\My program EM\17. Impulse momentum\17.11.sce', -1) + +Pressure exerted P=406.552 N \ No newline at end of file -- cgit