What is the use of reducer in piping?
A reducer fitting is typically used in pump station pipe work to reduce the size of the suction pipe to match the size of the pump suction end flange. Reducer fittings used in pump inlet pipe work are divided into two types—concentric and eccentric reducers.
What are the different types of reducers?
There are 2 types of standard reducers available: concentric and eccentric reducers. The concentric one, which resembles a cone, is used to join pipe sections on the same axis. The eccentric type has an edge which is parallel to that of the connecting pipe, which allows it to align with one side of the inlet.
What is Buttweld reducer?
A buttweld fitting is a weldable pipe fitting that allows for change of direction of flow, to branch off, reduce pipe size or attach auxiliary equipment. Forged Steel buttweld fittings are manufactured in accordance with ANSI / ASME B16. 9.
What is the difference between eccentric reducer and concentric reducer?
Unlike a concentric reducer, which resembles a cone, eccentric reducers have an edge that is parallel to the connecting pipe, referred to as the flat side. This parallel edge results in the two pipes having offset center lines.
How are pipe reducers made?
Most common method for manufacturing Reducers is Outer Die method. The pipe is cut and pressed in the outer die; compressing the one end of the pipe into a smaller size. This method is useful for manufacturing of small to medium size of reducers.
What is the difference between swage and reducer?
The swage nipple and reducer raw materials are different: The raw materials of reducers is seamless steel pipes or steel plates,and the raw materials of swage nipple is round bar steel or billet steel.
What is the opposite of a reducer?
The opposite of a reducer is what it is. A reducer is a pipe component that connects larger diameter pipes to smaller ones. It could also mean a chemical substance used in photography to oxidize loose silver and diminish the density of a print or negative. There is no categorical antonym for this word.
Where do we use eccentric and concentric reducers?
Concentric reducers are used where the pipework is vertically installed and at the discharge side of pumps. Eccentric reducers are more often used when the pipework lays on a pipe rack. Because of the flat side, aligning and securely mounting the pipes to the rack is easier.
What is the opposite of reducer?
What is a reducer function?
Reducers are functions that take the current state and an action as arguments, and return a new state result. In other words, (state, action) => newState .