[MAP Logo]

Materials Algorithms Project
Program Library



Subroutine MAP_STEEL_RWELD2

  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

H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.

Top | Next

Purpose

To calculate the weight percent of nitrogen, boron and oxygen in a steel weld.

Top | Next | Prev

Specification

Language:FORTRAN
Product form:Source code

SUBROUTINE MAP_STEEL_RWELD2(NITWT,NITPPM,BPPM,BWT,
& OXYPPM,OXYWT,HEAT,CURR,J1,AC,IDIL)

DOUBLE PRECISION AC(8), NITPPM, CURR, NITWT,BWT,OXYWT,BPPM,
& OXYPPM, HEAT

INTEGER IDIL,J1

Top | Next | Prev

Description

None supplied.

Top | Next | Prev

References

None supplied.

Top | Next | Prev

Parameters

Input parameters

NITPPM - real
NITPPM is the number of parts per million of nitrogen present. If this is unknown, set NITPPM to zero and it will be calculated by the routine.

BPPM - real
BPPM is the number of parts per million of boron present.

OXYPPM - real
OXYPPM is the number of parts per million of oxyger present.

AC - real array of dimension 8

IDIL - integer
IDIL = 1 for a low dilution weld, IDIL = 2 for a high dilution weld.

Output parameters

NITWT - real
NITWT is the nitrogen concentration (in weight percent).

BWT - real
BWT is the boron concentration (in weight percent).

OXYWT - real
OXYWT is the oxygen concentration (in weight percent).

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

MAP_STEEL_NITMMA
MAP_STEEL_NITSUB
MAP_STEEL_NITY

Top | Next | Prev

Keywords

weight percent, nitrogen, boron, oxygen, concentration, composition

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!