H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
To calculate the lengthening rate of a needle, represented as a paraboloid of revolution.
| Language: | FORTRAN |
| Product form: | Source code |
MAP_STEEL_VEL5 calculates the lengthening rate of a needle, represented as a paraboloid of revolution. The rate calculated is for diffusion-controlled growth, with the tip radius consistent with the achievement of a maximum rate of growth.
None.
No information supplied.
Used in the program MAP_STEEL_TRIVEDI.
An alternative subroutine for this analysis is MAP_STEEL_VEL4.
DOUBLE PRECISION VMAX,ANS,RAD,XMAX,XBAR,XALPHA
DOUBLE PRECISION PECLET,OMEGA
READ (5,*) ANS,RAD
READ (5,*) XMAX, XBAR, XALPHA
CALL MAP_STEEL_VEL5(VMAX,ANS,RAD,XMAX,XBR,XALPHA,
& PECLET,OMEGA)
WRITE (6,10) PECLET, OMEGA, VMAX
10 FORMAT (3F10.4)
STOP
END
None supplied.
None supplied.
None.
lengthening rate, diffusion controlled, growth, needle, diffusion
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk