Skip to main content

Fluid mechanics

DifferentialManometer (Numericals 1):

1. A U-tube monometer is used to measure the pressure of oil (specific gravity 0.85) flowing in a pipe line. It's left end connected to pipe and right limb is open to the atmosphere. The centre of pipe is 100 mm below the level of mercury in the right limb. If the difference of mercury level in the two line is 160 mm, then determine the head and pressure.

Solution       
h = 13.6 x 160 x 10-3x 0.85 x60 x 10-3
                           = 2176 x 10-3 x 51.00 x 10-3
                           = (2176-51) x 10-3
                           = 2125 x 10-3
                           = 2.125 m
                        P = ρgh
                           = 1000 x 9.81 x2.125  
                                 P= 20846.25 N/m2 

2. A U-tube monometer containing mercury was used to find the negative pressure in the
pipe. The right limb was open to the atmosphere; find the vacuum pressure in pipe if the
difference of mercury level in two pipes is 100 mm and height of water in the left limb from
the centre of pipe was found to 40 mm.
Solution:

h = - (h1S1+ h2S2)

= - (40x1+100x13.6) x 10-3

 = - (40+1360) x 10-3

 = -1400 x 10-3

 = -1.4 m

P = ρgh

P= 13734 N/m2


3.A simple U-tube manometer containing mercury is connected to a pipe in which an oil of
specific gravity 0.80 is flowing. The pressure in the pipe is vacuum. The other end of the
manometer is open to atmosphere, find the vacuum pressure in pipe if the difference of
mercury level in two limbs is 200 mm and height of oil in left end from the centre of pipe is
150 mm below.

Solution:
            h = h2S2- h1S1
               = (200 x 13.6 x 150 x 0.8) x10-3
               = (2720-120) x10-3
               = 2600 x 10-3
               = 2.6 m                    
            P = ρgh
               = 800 x 9.81 x 2.6
            P= 20404.8 N/m2





Comments

Popular posts from this blog

Fluid Mechanics "Centrifugal Pumps"

Centrifugal Pumps : we'll just cover certain sections of it, it's on your course syllabus. But we'll start off looking at centrifugal pumps .  A very common type of pump. Swimming pool pumps, spa pumps, all kinds of pumps.  Quite a few of them are centrifugal pumps. I thought so. Okay,sometime this quarter, I don't think this early, you're going to run a test on a centrifugal pump in the fluids lab.  And from that test you're going to put together some performance curves for our centrifugal pump.   So, this is how we  test a centrifugal pump.  I'll go through the procedure that we use in our fluids lab.  We have a pump in a circuit with water in it, from a big reservoir.  The water is pumped through here, it goes around, back into the big reservoir.  We have flow meters in the test setup so we know what the flow rate Q is. We have pressure gauges at points one and two. A centrifugal pump is a radial type of a pump.  There's an impeller ...

HSC Computer Science Syllabus 2019

HSC Computer Science Syllabus 2019 Computer SciencePaper I  1. OPERATING SYSTEMS : Operating system, services in 0.5, windows 98, Windows NT, LINUX, File systems, Multitasking, Multiprogramming, Memory Management, G.U.I., Security threats, computer Viruses, Worms, Security. 2. Data Structure: Introduction to data structure operation, Algorithmic notations, control structures, Arrays. Representation in memory, Transversing, Deleting, Sorting Printer array, Records in memory using, array. Linked list, Representation in memory.Trees, Binary trees.  3. C++ : Introduction of C++, Arrays, Pointers, references, strings principle of object oriented programming, classes and object, constructors and destructors, operator overloading and type conversions, inheritance, virtual function and polymorphism class. 4. HTML:  Introduction to HTML, advantage and disadvantage of HTML, study of tags, < HEAD> ,  <TITLE>, <BODY>, <P>, < BR>, <UL>, ...

First and Zeroth Law of Thermodynamics

 First law Of Thermodynamics; To understand thermodynamics well and to make any calculations in thermodynamics, it is extremely important that we have its basic rules. These are some of the basic laws of thermodynamics.The first law of thermodynamics in  will try to understand about this very useful rule through medium. Heat was not considered a form of energy when thermodynamics was developing. But after some time it was proved that heat is also a form of energy, after that an attempt to find a relationship between heat and work started. Heat and work are two different forms of the same entity, and that entity is called energy. This means that if heat is supplied to a system, it can come out as work, or as work is done on a system, it can come out as heat. While the relationship between heat and work came out, a new term introduced the whole world, which was called internal energy. The first law of thermodynamics shows the relation between heat, work and internal energy. F...