answersLogoWhite

0

IS 2062 Grade 70 plates are primarily used in India and are equivalent to certain grades of ASTM A36 and A572 in terms of mechanical properties. However, they do not have a direct ASME equivalent since ASME standards cover specific applications and service conditions. For pressure vessel applications, ASME would typically require different materials, like SA-36 or SA-572, depending on the design requirements. It's essential to consult relevant codes and standards for specific applications.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Continue Learning about Engineering

Is 2062 material of hardness in hrb?

Yes, 2062 is a grade of mild steel commonly used in structural applications. Its hardness can vary, but it typically falls within the Rockwell B scale (HRB) range of 70 to 90, depending on the specific heat treatment and processing it undergoes. For precise hardness values, it's best to consult specific material specifications or conduct hardness testing.


What is equivalant bs grade carbon steel for sa 516 gr 70 carbon steel?

REQUIRED EQUIVALENT GRADE FOR THIS GRADE sa 516 gr 70 .


What is the equivalent capacitance of 20-microfarad capacitor and a 50-microfarad capacitor that are connected in series?

It's the same formula as resistors in parallel: C = C1xC2/(C1+C2) C= 20 x 50 / 70 = 14.3 uF.


Write a program by using java to draw the colored International Olympic logo in the middle of the window?

public class olimp extends JFrame { public void paint (Graphics g){ g.setColor(Color.BLUE); g.drawOval(220, 200, 70, 70); g.setColor(Color.BLACK); g.drawOval(290, 200, 70, 70); g.setColor(Color.RED); g.drawOval(360, 200, 70, 70); g.setColor(Color.YELLOW); g.drawOval(240, 230, 70, 70); g.setColor(Color.GREEN); g.drawOval(320, 230, 70, 70); } } public static void main(String[] args) { // TODO code application logic here olimp t=new olimp(); t.setSize(600,400); t.setVisible(true); }


What is the resistance of 70ohms and 30 ohms in a parallel circuit?

we have this 1/Re = (1/R1)+(1/R2) for calculating the effective resistance when resistances are connected in parallel so the answer would be Re =( 70*30) / (70+ 30) = 21 ohms