![[MAP Logo]](../../maplogo1.gif) 
H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
Calculates the effective diffusivity of carbon in austenite.
| Language: | FORTRAN | 
| Product form: | Source code | 
MAP_STEEL_PROGC calculates the effective diffusivity of carbon in austenite, taking account of the concentration dependence of this diffusivity. The concentration dependence uses the theory in [1], and is accounted for by evaluating the weighted average diffusion coefficient D for the range of carbon concentrations from that of the bulk alloy to the equilibrium austenite composition at the temperature concerned i.e.:
 
The effect due to substitutional alloying elements on the activity and interaction energy of carbon in austenite is calculated according to the theory in [2].
None.
See [1] for details.
None.
       DOUBLE PRECISION T, XMAX, W, XBAR, VMAX, HH, BOLTZ, R, ANS
       INCLUDE 'map_constants_planck.f'
       INCLUDE 'map_constants_gas.f'
       INCLUDE 'map_constants_boltz.f'
       READ (5,*) T, W, XMAX, XBAR
       CALL MAP_STEEL_PROGC(VMAX, T, XMAX, W, XBAR, HH, BOLTZ, R, PI, ANS)
       WRITE (6,10) VMAX
10     FORMAT('The speed of diffusion of carbon in austenite = ',D13.5)
       WRITE (6,20) ANS
20     FORMAT('Weighted average diffusion coefficient = ',D13.5)
       STOP
       END
961.15 8352.3 0.03023 0.0062
Weighted average diffusion coefficient = 0.32954D-08
Subroutines:
MAP_STEEL_RRAD
MAP_STEEL_VEL4
Functions:
MAP_STEEL_CG
MAP_STEEL_DCG
MAP_STEEL_XALPH
Utility Subroutines:
MAP_UTIL_TRAPE
diffusion, carbon, diffusivity, austenite
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk