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

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