![[MAP Logo]](../../maplogo1.gif) 
MAP_STEEL_ALL3 estimates the three-dimensional parabolic thickening rate constant for diffusion-controlled growth.
| Language: | FORTRAN | 
| Product form: | Source code | 
Solution of the diffusion equations for three-dimensional growth (spheres) involving local equilibrium at the gamma/alpha interface in Fe-C alloys leads to an expression for the three-dimensional rate constant, alpha3 [1-3]:
![[Eqn 1]](../equations/subs/all3-eq1.gif) 
where f1 is a fractional supersaturation given by :-
![[Eqn 2]](../equations/subs/all3-eq2.gif) 
It is assumed that the diffusion coefficients do not depend on concentration and capillarity effects can be neglected.
None.
DUM3 should be much smaller than ALPHA3, and can be taken to be an indication of the accuracy. Ideally, DUM3 should be zero.
This routine is MAP_STEEL_ALLL but modified for 3-D growth.
Care must be exercised when applied to multicomponent steels, since the theory is valid for the diffusion of just one species [1]. However, can be applied to paraequilibrium transformation in multicomponent steels.
The method does not allow for soft-impingement, i.e. the concentration in the matrix far away from the moving interface remains constant at c.
       DOUBLE PRECISION XGAG, XBAR, XAGA, DIFF, ALPHA3, DUM3, GES3
       READ(5,*) XGAG, XBAR, XAGA, DIFF
       CALL MAP_STEEL_ALL3(XGAG, XBAR, XAGA, DIFF, ALPHA3, DUM3)
       WRITE (6,*) ALPHA3, DUM3
       STOP
       END
0.03015 6.661D-04 0.01104 4.512D-09
1.993D-04 -3.108D-08
MAP_UTIL_DAERFC may be needed to replace the DERF calls in the subroutine.
parabolic thickening rate constant, diffusion-controlled growth
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk