H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
To estimate the volume fraction of martensite.
| Language: | FORTRAN |
| Product form: | Source code |
MAP_STEEL_MART2 estimates the volume fraction of martensite VMART, using the formula:
VMART = (1 - e{-0.011(MS-TQ)})*VAUST
None.
No information supplied.
None.
DOUBLE PRECISION MS,TQ,VAUST,VMART,VAUSTR
READ (*,*) MS,TQ,VAUST
CALL MAP_STEEL_MART2(MS,TQ,VAUST,VMART,VAUSTR)
WRITE (*,1) VMART,VAUSTR
STOP
1 FORMAT (1H ,'volume fraction of martensite = ',F8.6/
& 1H , 'volume fraction of austenite = ',F8.6)
END
400 20 1
volume fraction of martensite = 0.984701 volume fraction of austenite = 0.015299
None.
martensite, volume fraction
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk