home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / material / 578 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  4.9 KB

  1. Path: sparky!uunet!darwin.sura.net!mips!nec-gw!nec-tyo!wnoc-tyo-news!sh.wide!wnoc-snd-ss2!akiu!ono
  2. From: ono@mood.mech.tohoku.ac.jp (Noboru Ono)
  3. Newsgroups: sci.materials
  4. Subject: modified Taylor model program
  5. Message-ID: <ONO.92Jul30162025@mood.mood.mech.tohoku.ac.jp>
  6. Date: 30 Jul 92 07:20:25 GMT
  7. Sender: news@akiu.gw.tohoku.ac.jp
  8. Distribution: sci
  9. Organization: Dept. of Machine Intelligence and Systems Engineering, Fac. of
  10.     Eng., Tohoku Univ., Sendai, Japan
  11. Lines: 85
  12. Nntp-Posting-Host: mood
  13.  
  14. A FORTRAN source program and its associates to calculate the modified
  15. Taylor factor of polycrystal aggregates are available through the
  16. anonymous ftp from:
  17.  
  18.     mood.mech.tohoku.ac.jp (130.34.88.61)
  19.  
  20. from its README:
  21.   .....................................................................
  22.  
  23.     TSIM ver.1.0
  24.  
  25.      By assuming that a polycrystalline aggregate deforms with the formation
  26. of a particular kind of stress-induced martensite, this program calculates the
  27. "modified Taylor factor" for each grain orientation and its average. See refs.
  28. [1] and [2] for the foundation of the calculation. The output of this program
  29. is useful in predicting the mechanical properties of shape memory alloys[2]
  30. and in obtaining the insights of what is going on in polycrystalline shape
  31. memory alloys when they deform pseudoelastically[3,4,5].
  32.  
  33.      This release consists of three programs:
  34.  
  35.      1) TSIM
  36.         Main program to do the above. This reads the crystallographic
  37.         parameters of the martensite; the habit plane normal, the shear 
  38.         direction and the magnitude of shear, and outputs the list of modified
  39.         Taylor factors and the set of variants formed for orientations evenly 
  40.         distributed within a unit stereographic triangle. This also outputs
  41.         the average of the modified Taylor factors. This program assumes the
  42.         cubic symmetry of the parent phase.
  43.  
  44.      2) CTREC
  45.         This program reads the output of TSIM and makes distinction of 
  46.         the yield surface corner types for individual orientations based on
  47.         the list of the activated variants.
  48.  
  49.      3) CONTOR
  50.         This program also reads the output of TSIM and draw the contour map
  51.         of the magnitude of the modified Taylor factor within the unit 
  52.         stereographic triangle.
  53.  
  54.      These programs are written in FORTRAN77 and, therefore, supposed to be
  55. portable to any machine which executes FORTRAN77 programs except for the
  56. following fact: The programs CTREC and CONTOR make graphic outputs as a way
  57. of summarizing the calculated results. In doing this, the programs call the
  58. routines in the graphic library of the Tohoku University Computer Center,
  59. LIB/DRAFLIBV. Although they are quite elementary and thus ubiquitous, their names and argument listing must be changed to those appropriate in particular sites. 
  60.  
  61.      Other than the purpose of the presentation, these graphic outputs are especially useful in checking the validity of the calculated results. That is,
  62. because of certain weakness in the coding in the linear-programming solver 
  63. used in the program TSIM, there is a possibility in some special situations
  64. (that is, in some special orientations and with some particular crystallo-
  65. graphic parameters) that the significance of figures is run out during the 
  66. repetition and thus invalid outputs are made. The wrong output as such
  67. stands out as singular points in the corner type map made by CTREC and the
  68. contour map made by CONTOR.
  69.  
  70.      Although the coding of TSIM is made in single precision, it must be
  71. compiled with the double precision option. In some cases, the single precision
  72. may suffice; in that case, however, the figures for the virtual zero and the virtual equality must be re-adjusted appropriately.
  73.  
  74.      On the compilation of TSIM, some warning messages are expected but
  75. they are safely ignored. The calculation is set to made on 861 orientations. 
  76. This takes CPU-time somewhere around 25 seconds with a mainframe computer, 
  77. NEC/ACOS2000 which should be among the fastest in numerical calculation except 
  78. for the supercomputers. I suspect, therefore, if it is practical to try to
  79. run this program on PC's or even on common EWS's.
  80.  
  81.      I hope that these programs help you. Although these programs are offered 
  82. without any warranty and thus to be used with your responsibility on the
  83. validity of their outputs, any questions on these programs and troubles 
  84. encountered in running them are welcome.
  85.  
  86. REFERENCES
  87.  
  88. [1] N. Ono and A. Sato: Trans. Japan Inst. Metals, 29(1988), 267.
  89. [2] N. Ono, A. Sato and H. Ohta: Mater. Trans. JIM, 30(1989), 756.
  90. [3] N. Ono: Mater. Trans. JIM, 31(1990), 381.
  91. [4] N. Ono: Mater. Trans. JIM, 31(1990), 855.
  92. [5] N. Ono: ICOMAT-92, Monterey, CA(1992).
  93. --
  94.  
  95. Noboru Ono                                             * $@>.Ln(J $@M[(J
  96. Dept. of Machine Intelligence and Systems Engineering, * $@5!3#CNG=9)3X2J(J
  97. Faculty of Engineering, Tohoku University.             * $@ElKLBg3X9)3XIt(J
  98. Tel:++22-222-1800, Fax:++22-268-3688, E-mail:ono@mood.mech.tohoku.ac.jp
  99.