1. The pressure drop per unit length of pipe incurred by a fluid 'X' flowing through pipe is Δp. If another fluid 'Y' having both the specific gravity & density just double of that of fluid 'X', flows through the same pipe at the same flow rate/average velocity, then the pressure drop in this case will be





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->At his usual rowing rate, Rahul can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->At his usual rowing rate, Ram can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->The process of transfer of heat from one point of a fluid to another part of a fluid by the movement of fluid itself is called?....
QA->If two bodies of different masses, initially at rest, are acted upon by the same force for the same time, then the both bodies acquire the same?....
QA->A train having a length of 240 metre passes a post in 24 seconds. How long will it take to pass a platform having a length of 650 metre?....
MCQ->The pressure drop per unit length of pipe incurred by a fluid 'X' flowing through pipe is Δp. If another fluid 'Y' having both the specific gravity & density just double of that of fluid 'X', flows through the same pipe at the same flow rate/average velocity, then the pressure drop in this case will be....
MCQ->What will be the output of the following program? #include<iostream.h> double BixFunction(double, double, double = 0, double = 0, double = 0); int main() { double d = 2.3; cout<< BixFunction(d, 7) << " "; cout<< BixFunction(d, 7, 6) << endl; return 0; } double BixFunction(double x, double p, double q, double r, double s) { return p +(q +(r + s x) x) x; }....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }....
MCQ->If h1[n] = 3δ[n] + δ[n - 1], h2[n] = 2δ[n] + δ[n - 2] h3[n] = δ[n] - 3δ[n - 1] + 7δ[n - 4] + 6δ[n - 6] h[n] = h1[n] h2[n] + h3[n] h1[n] has value....
MCQ->A gas (density = 1.5 kg/m3 , viscosity = 2x 10-5 kg/m.s) flowing through a packed bed (particle size = 0.5 cm, porosity = 0.5) at a superficial velocity of 2 m/s causes a pressure drop of 8400 Pa/m. The pressure drop for another gas, with density of 1.5kg/m3and viscosity of 3 x 10-5kg/m.s flowing at 3 m/s will be....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution