[MAP Logo]

Materials Algorithms Project
Program Library



Function MAP_STEEL_MV

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

Provenance of Source Code

N. Chester,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.

Top | Next

Purpose

Calculates the maximum volume fraction of bainitic ferrite for a given temperature.

Top | Next | Prev

Specification

Language:FORTRAN
Product form:Source code

DOUBLE PRECISION FUNCTION MAP_STEEL_MV(T, XTO, XBAR)

DOUBLE PRECISION T, XTO, XBAR, MAP_STEEL_MV

Top | Next | Prev

Description

MAP_STEEL_MV uses the Lever rule to calculate the maximum volume fraction of bainitic ferrite for a given temperature T.

Top | Next | Prev

References

  1. R.E. Reed-Hill, Physical Metallurgy Principles, 2nd Edition, University Series in Basic Engineering, D. Van Nostrand Company, New York, 524-527.

Top | Next | Prev

Parameters

Input parameters

T - real
T is the temperature (in kelvin).

XBAR - real
XBAR is the mole fraction of carbon in the alloy.

XTO - real
XTO is the mole fraction of carbon at either the T0 line or the T0' line (depending on the value passed to the function).

Output parameters

MAP_STEEL_MV - real
MAP_STEEL_MV is the maximum volume fraction of bainitic ferrite at temperature T.

Top | Next | Prev

Error Indicators

None.

Top | Next | Prev

Accuracy

No information supplied.

Top | Next | Prev

Further Comments

None.

Top | Next | Prev

Example

1. Program text

       DOUBLE PRECISION T, XTO, XBAR, MAP_STEEL_MV, XMV
       READ (5,*) T, XTO, XBAR
       XMV = MAP_STEEL_MV(T, XTO, XBAR)
       WRITE (6,10) XMV
 10    FORMAT ('MV = ',F8.4)
       STOP
       END

2. Program data

653.0   0.0282   0.0172

3. Program results

MV = 0.3982

Top | Next | Prev

Auxiliary Routines

MAP_STEEL_XALPH

Top | Next | Prev

Keywords

bainitic ferrite

Top | Next | Prev

Download

Download source code

Top | Prev


MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.

MAP Website administration / map@msm.cam.ac.uk

Top | Index | MAP Homepage Valid HTML 3.2!