AISI/SMDI BAR Group HTML Fatigue Database


Index:



Background:

There are a number of more "sophisticated" ways to organize such a database structure, and the author has created several such versions in the past, but although its fun programing, it was basically a waste of effort. Experience shows that what 99% of the fatigue/durability users want is a data file/plot for the material name that they have, and, if there is no direct match, a nearest or "best" fit. No one ever uses the search options for values of Su (ultimate Stress), Sy(yield) etc. This is from an observation of hundreds of verbal requests by engineers over a period of more than 25 years at Ford Motor Co. The best policy in a fatigue related database is to keep things very simple. The following list structure lets a user achieve the name search objective. The "next best" or equivalent problem is more difficult to solve without expert help.

Database Structure:

A very simple form of fatigue material property database can be constructed by linking from an index file, such as this one, to a tree of other folders and files. You are welcome to submit a list of your own posted files, hopefully in the same format, for addition to the links posted above.
Here is how the "folder" or directory/file structure is organized:
(uses the "tree" command)  Abridged version:

Materials
|
|---dindex.html
|
|-- Steel-|
|         |-- SAE1045
|                   |-- sae1045.html
|                   |-- SAE1045_203BHN_OL.png
|                   |-- overload_disc.html
|                   |-- sae1045_187BHN.html
|                   |-- sae1045_203BHN.html
|                   |-- sae1045_203BHN_CA_Bonnen-Chern.html
|                   |-- sae1045_203BHN_OL_Bonnen.html
|                   |-- sae1045_277BHN.html
| 
|-- Alumcast
|         |-- A356
|         |          |-- a356-T6_sae_sp760.html
|         |          `-- a356.html
|         `-- alumcast.html
|
|
|
|-- SSteel
          |-- AISI_304_stainless
          |          |-- aisi304.html
          |          |-- aisi304ss_hard.html
          |          |-- aisi304ss_soft.html
          |
          |-- AISI_310_stainless
          |          |-- aisi310.html
          |          |-- aisi310ss_soft.html

...etc.

In each folder above, such as "Alumcast" or "Steel" there is at least one viewable html file that points to the other folders or files below it in the tree structure.
For example in the folder "SMDIdbase" there is the present file that you are reading (dindex.html) and the sub-directories or folders "Steel", and "SSteel" etc.
In each data set folder there is an index file (I have used the strain_life file itself to "point" to the other files) and all the stress-strain loop, micrographs, tensile curves, etc. for that fatigue test set. Because the files are all html compliant it is easy to incorporate "different" data formats, as might occur if one were to save fatigue information about corrosion material fatigue or wanted to add crack propagation data, for example.

Note: The "end-of-line" character(s) are different in a Windows and a Linux/Unix system. This can cause problems if you are running the software on your own machine. The files on this site are in Linux/Unix format. You may wish to learn a bit about the dos2unix and unix2dos commands, or use a text editor that is less sensitive about the line terminators, like "vim" or "gvim" available for both Linux and MSWindows.