MAP Logo

Materials Algorithms Project
Program Library

[A logo showing the University of Cambridge Crest]


Program MAP_AL_YS for Al wrought non-heat treatable alloys

  1. Provenance of code.
  2. Purpose of code.
  3. Specification.
  4. Description of program's operation.
  5. References.
  6. Parameter descriptions.
  7. Error indicators.
  8. Accuracy estimate.
  9. Any additional information.
  10. Example of code
  11. Auxiliary routines required.
  12. Keywords.
  13. Download Model for Linux.
  14. Links.

Provenance of Source Code

B Prasanna Venkataraman,
Department of Metallurgical Engineering,
PSG College of Technology,
Coimbatore - 641004, India.

M Murugananth,
Visiting Professor,
Department of Metallurgical Engineering,
PSG College of Technology,
Coimbatore - 641004, India.

E-mail: sssananth@gmail.com

Added to MAP: November 2007.

Top | Next

Purpose

Purpose of code - To predict the yield strength of Aluminum wrought non-heat treatable alloys as a function of chemical composition, temper and service temperature.

Top | Next | Prev

Specification

Language: FORTRAN and C
Product form: Executables

Complete program.

Top | Next | Prev

Description

Wrought non-heat treatable Aluminum alloys are designed for applications such as packaging, cryogenic storages etc. These alloys derive their mechanical properties from the work hardening and solid solution strengthening. In the present work the yield strength of such alloys are predicted as a dependent variable on chemical composition, temper and service temperature.

This program was developed on a RedHat 9.0 Linux machine. The .tar files contains the following files and sub-directories:

Top | Next | Prev

References

  1. J R Davis, 1996, ASM Specialty Handbook-Aluminum and Aluminum alloys, ASM International, The Materials Information Society, Materials Park, OH.

Top | Next | Prev

Parameters

Input parameters

The details regarding the Input variables are provided in the Readme.txt file in the .tar file. The MINMAX_org file gives the range of the variables used for making the model. When the input is within this range of the input variables, the uncertainty involved with the predictions will be lower or otherwise.

Output parameters

The output is the yield strength of the respective data provided. The output is written into the result file. The output has the predicted value, error, predicted-error (lower limit) and predicted+error (upper limit).

Top | Next | Prev

Error Indicators

None.

Top | Next | Prev

Accuracy

The uncertainty in predictions is given as a predicted-error and predicted+error.

Top | Next | Prev

Further Comments

None.

Top | Next | Prev

Example

1. Program text

Complete program.

2. Input data

    0.25   0.05    0.05    0.05    0   0   0   0.05    0.4 0   0   0.75    0   0   343 24
    
   Each number correspond to a particular input variable and the details of the input variables are given in the Readme.txt file.

3. Program execution

In the command prompt, type sh run_model.sh

4. Program results

Predicted      Error       Predicted-Error     Predicted+Error
    
118.6977550        3.5434736   115.1542814     122.2412286    
    

Top | Next | Prev

Auxiliary Routines

None.

Top | Next | Prev

Keywords

Artificial Neural Networks, Wrought non-heat treatable Al alloys, Yield Strength.

Top | Next | Prev

Download

Download Model for Linux

Top | Prev