Looking for Spring steel (55Si7) library material
Hi, I am simulating fatigue loading on a spring steel (55si7 or AISI 55S7) specimen in Ansys. But due to proper material properties, specially S-N curve, I am unable to do it.
Hi, I am simulating fatigue loading on a spring steel (55si7 or AISI 55S7) specimen in Ansys. But due to proper material properties, specially S-N curve, I am unable to do it.
Answers
@khokon_sazzal
If you have access to the Granta Selector product, you can search the database for the material properties. I do see several different materials show up on a quick search
If you do not have access to Granta, you may have to check with your supplier for the material properties
Obtaining S-N curves can be difficult. Ansys provides some in Mechanical and some in Granta. Otherwise, the user must obtain them. You may need to contact a material supplier to to obtain them.
You can construct an therotical SN curve if you have the Ultimate tensile strength of your material. the ordinates of that curve will be as follows
For an four point curve( mostly helpful)
at 0 Cycle = SUT
at 1E3 Cycle = n x SUT where n =0.8 and changes based on Manufacturing ( refer to shigley textbook)
at 1E6 Cycle = 0.5 x SUT for SUT <= 1400MPa or 700 MPa if less than 1400MPa
and at infinte cucle it just continues .
use the followign python script to visulise the plot
This is theroy,you can extend this idea as you want and fit your results.