[MAP Logo]

Materials Algorithms Project
Program Library



Subroutine MAP_STEEL_MUCG

  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.A. Chester,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.

E-mail: Naomi_Chester@technology.britishsteel.co.uk

Added to MAP: November 1999

Top | Next

Purpose

This subroutine calculates an initial value for the chemical driving force for the bainite reaction, the carbon concentration at the To' line, where the bainite transformation is no longer thermodynamically possible, and the average carbon content of the alloy in mole fractions.

Top | Next | Prev

Specification

Language:FORTRAN
Product form:Source code

None supplied.

Top | Next | Prev

Description

This subroutine uses the steel composition and the temperature to calculate the initial value for the chemical driving force for the bainite reaction using the equation:

Gmax = RT ln( acf / aca )

acf is the activity of carbon in ferrite and is calculated by calling subroutine MAP_STEEL_GMAAX; aca is the activity of carbon in austenite and is calculated by function MAP_STEEL_CG.

The routine calls MAP_STEEL_OMEGA to calculate the carbon-carbon interaction energy in austenite and the average carbon content of the alloy in mole fractions; MAP_STEEL_ENERGY gives a value for the free energy change for the transformation of austenite to ferrite of the same chemical composition; subroutine MAP_STEEL_AXTO calculates the carbon concentration at the To' line, where the bainite transformation is no longer thermodynamically possible; function MAP_STEEL_AFEG gives a value for the natural logarithm of the activity of iron in austenite.

The excess partial molar enthalpy of solution and entropy of solution of carbon in austenite are taken to be 38575 J/mol and 13.48 J/mol respectively. The excess partial molar enthalpy of solution and entropy of solution of carbon in ferrite are taken to be respectively 111918 J/mol and 51.44 J/mol (T<1000K) or 105525 J/mol and 45.34521 J/mol (T>1000K). The carbon-carbon interaction energy in ferrite is assumed to be 48570 J/mol. A value of 400 J/mol is used for the stored energy in bainite.

Top | Next | Prev

References

  1. N.A. Chester, unpublished work.
  2. See the references sections of the webpages for the auxiliary routines.

Top | Next | Prev

Parameters

Input parameters

C - real array of dimension 8
C contains the composition of the steel (in mole fraction), corresponding to the alloying elements C, Si, Mn, Ni, Mo, Cr, V, Fe.

K - real array of dimension 8
K contains the composition of the steel (wt.%).

T - real
T is the isothermal holding temperature (degrees centigrade).

ND - real
ND is the austenite grain size (microns).

Output parameters

GMAX - real
GMAX is the initial value of the maximum nucleation free energy change (Jmol-1).

XTO400 - real
XTO400 is the carbon concentration (for a given temperature) at the To' line, where the bainite transformation is no longer thermodynamically possible.

XBAR - real
XBAR is the average carbon content of the alloy (mole fraction).

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

       None supplied.

2. Program data

None supplied.

3. Program results

None supplied.

Top | Next | Prev

Auxiliary Routines

Subroutines:
MAP_STEEL_AXTO
MAP_STEEL_GMAAX
MAP_STEEL_OMEGA

Functions:
MAP_STEEL_AFEG
MAP_STEEL_CG
MAP_STEEL_ENERGY
      MAP_STEEL_G91 (called by MAP_STEEL_AXTO)
MAP_STEEL_FTO1 (called by MAP_STEEL_AXTO)


Top | Next | Prev

Keywords

bainite, chemical driving force, average carbon content

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!