![[MAP Logo]](../../maplogo1.gif) 
G.I. Rees,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
Called by the function MAP_STEEL_WKINETIC in the calculation of the volume fraction of Widmanstätten ferrite or bainite formed, when the nucleation rate and growth rate are known.
| Language: | FORTRAN | 
| Product form: | Source code | 
MAP_STEEL_YB is used to calculate an element in the numerical integration for the case t > tc, where:
 
where Vmax is the maximum extent to which transformation to bainite or Widmanstätten ferrite is possible, G is the growth rate, rho is the plate tip radius, I is the nucleation rate, and Sv is the surface area of austenite grain boundary per unit volume.
 
None.
If the exponent in the expression for Yb is less than -173 then Yb is taken to be 1.
None.
       DOUBLE PRECISION S, T, TC, X, YBX, MAP_STEEL_YB
       READ (5,*) S, T, TC, X
       YBX = MAP_STEEL_YB(S, T, TC, X)
       WRITE (6,10) YBX
10     FORMAT ('YB = ', D13.5)
       STOP
       END
0.45754D-03 0.27125D+02 0.95721D+01 0.39216D-01
YB = 0.32328D-01
None.
trapezium rule
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk