Heat treatment technique optimization for 7175 aluminum alloy by an arti cial neural network and a genetic algorithm

Size: px
Start display at page:

Download "Heat treatment technique optimization for 7175 aluminum alloy by an arti cial neural network and a genetic algorithm"

Transcription

1 Journal of Materials Processing Technology ) 84±88 Heat treatment technique optimization for 7175 aluminum alloy by an arti cial neural network and a genetic algorithm R.G. Song a,*,q.z. Zhang b a College of Science, Beijing University of Aeronautics and Astronautics, Beijing , PR China b Department of Automation and Control, Beijing Institute of Mechanical Industry, Beijing , PR China Received 7 July 2000 Abstract A systematic experimental investigation of the effect of heat-treatment technique on the mechanical properties of 7175 aluminum alloy was carried out. Particularly,an arti cial neural network and a genetic algorithm were used to search for the optimum technique,adapted for 7175 aluminum alloy. The results indicated strongly that an arti cial neural network combined with a genetic algorithm indeed offer a new effective means for the optimization of materials processing technique. # 2001 Elsevier Science B.V. All rights reserved. Keywords: Heat treatment; Technique optimization; Arti cial neural network; Genetic algorithm; 7175 aluminum alloy 1. Introduction The technique of the optimization of materials processing has been investigated by trial-and-error for a long time. This way is of very large blindness in action,thus wasting a lot of manpower and money. For this reason,it is desirable for materials scientists to conduct less experiments and yet attain a expected goal. Recently,the wish has become possible with the development of materials and computer science,especially intelligent technology,and some progresses have been made in the eld of materials design and processing [1±5]. The neural network,as one of the most attractive branches in arti cial intelligence,has the potentiality to handle problems such as modeling,estimating, prediction,diagnosis,and adaptive control in complex non-linear systems [6]. It has been established that there exist different effects of deformation,solid solution and aging time on the mechanical properties of high strength aluminum alloys [7]. Numerous experiments must be conducted in order to nd an appropriate technique that renders an aluminum alloy of the maximum strength. Therefore,how to obtain an optimal technique is one pending problem. For this purpose,a * Corresponding author. Present address: Nano-biotechnology Group, Research Institute of Biological Resources,AIST Hokkaido,National Institute of Advanced Industrial Science and Technology, , Tsukisamu-Higashi,Toyohiro-ku,Sappora ,Japan. Tel.: ; fax: address: songrg@hniri.gro.jp R.G. Song). systematic experimental investigation of the effect of heat-treatment technique on the mechanical properties of 7175 aluminum alloy was carried out in the present research work. On this basis,an arti cial neural network ANN) and a genetic algorithm GA) were introduced to optimize the technique for 7175 aluminum alloy. 2. Experimental work The material tested was a 43 mm thick 7175 forged aluminum alloy with the chemical composition as shown in Table 1. The techniques used to impose different values of plastic deformation on the 7175 aluminum alloy are shown in Table 2. The specimens for the tensile test were solid solutioned at 753 K for 10,70 and 130 min,followed by an immediate quenching in ambient water and then aging at 443 K for 6, 16 and 36 h. The longitudinal axis of the tensile specimens was parallel to the rolling direction. The tensile tests were performed on a computer controlled AG-10TA model test machine. 3. Modeling using an ANN Table 3 gives the tensile test results for 7175 aluminum alloy under different heat-treatment conditions. It can be /01/$ ± see front matter # 2001 Elsevier Science B.V. All rights reserved. PII: S )

2 R.G. Song, Q.Z. Zhang / Journal of Materials Processing Technology ) 84±88 85 Table 1 Chemical composition of 7175 aluminum alloy Element Zn Mg Cu Cr Mn Ti Fe Si Al wt.% Balance Table 2 Techniques of deformation Technique mm 738 K hot rolling!8:8 mm cold rolling!1:5 mm mm 738 K hot rolling!8:8 mm 738 K hot rolling!4:1 mm cold rolling!1:5 mm mm 738 K hot rolling!8:8 mm 738 K hot rolling!2:5 mm cold rolling!1:5 mm seen that all the heat-treatment parameters have an effect on the mechanical properties of the 7175 aluminum alloy. Obviously,there exist complicated non-linear relations between the heat-treatment conditions and the mechanical properties. In order to search for the optimum heat-treatment technique, rst the problem of how to establish these relations must be solved. ANN models or simply ``neural networks'' go by many names such as connectionist models,parallel distributed processing models,and neuromorphic systems. Whatever the name,all of these models attempt to achieve good performance via dense interconnection of simple computational elements. In this respect,an ANN structure is based on the present understanding of biological nervous systems. These models are composed of many non-linear computational elements operating in parallel and arranged in a pattern reminiscent of a biological neural network. There are several algorithms in a neural network and the one which used here is the back-propagation BP) training algorithm. This algorithm is an iterative gradient algorithm designed to minimize the mean-square error between the actual output of a multi-layer feed-forward network and the desired output, Table 3 Prediction points of the ANN model and experimental results Sample Aging time h) Yield strength MPa) Ultimate tensile strength MPa) Desired, D 1 Output, s 1 Desired, D 2 Output, s a a a a Testing sample.

3 86 R.G. Song, Q.Z. Zhang / Journal of Materials Processing Technology ) 84±88 net k ˆ X7 jˆ1 W jk Y j ; k ˆ 1; 2 3) s k ˆ f net k 4) e x f x ˆ1 1 e x 5) V j4 and W 7k offer thresholds for the neurons in the hidden layer and output layer because the output value of X 4 and Y 7 are constant and equal to 1. Step 4. Compute the system error E ˆ 1 X 2 X P D nk s nk 2 6) 2P kˆ1 nˆ1 Fig. 1. Learning process and structure of an ANN. as shown in Fig. 1. In order to model the relationship between heat-treatment parameters and mechanical properties,a three-layered feed-forward neural networks with three neurons in the input layer,six in the hidden layer and two in the output layer was used in this paper as shown in Fig. 2. The input elements X 1, X 2 and X 3 represent the value of deformation,solid solution time and aging time,respectively; with Y j j ˆ 1; 2;...; 6,the output of the hidden neurons; the ultimate tensile strength s 1 ) and the yield strength s 2 ),being the output of the ANN. The network was designed to approximate the effects of heat-treatment on the mechanical properties of 7175 aluminum alloy. V ji is the connection weight between the input layer and the hidden layer; and W jk the weight between the hidden layer and the output layer. The learning algorithm can be summarized as follows: Step 1. Select the learning rate Z ˆ 0:1,momentum coefficient a ˆ 0:3 and X 4 ˆ Y 7 ˆ 1. Step 2. Take a group of random numbers within 0.5, 0.5) as the initial values of V ji and W jk. Step 3. Compute the outputs of all neurons layer by layer,starting with the input layer as follows: net j ˆ X4 iˆ1 Y j ˆ f net j V ji X i ; j ˆ 1; 2;...; 6 1) 2) where P represents the total number of patterns, D nk the desired outputs experimental values) and s nk the ANN actual outputs. Step 5. If E is small enough or the learning iteration is too big,stop learning. Step 6. Compute the learning errors for every neuron layer by layer: d k ˆ D k s k f 0 net k ; k ˆ 1; 2 7) d j ˆ X2 kˆ1 W jk d k f 0 net j ; j ˆ 1; 2;...; 6 8) Step 7. Update the weights along the negative gradient of E: W jk t 1 ˆW jk t Zd k Y j a W jk t W jk t 1 9) V ji t 1 ˆV ji t Zd j X i a V ji t V ji t 1 10) Step 8. Repeat by going to Step 3. Randomly select 24 from 27 samples to train the ANN after 7000 iterations,the system error is less than The remaining three samples are used to verify the generalization capability of the ANN. The predicted results are shown in Table 3. The outputs s 1 and s 2 of the ANN are close enough to the corresponding expected outputs D 1 and D 2,respectively,not only for training samples but also for testing samples. This fact indicates that the ANN is good enough. In the next section,the heat-treatment technique of 7175 aluminum alloy will be optimized by means of the ANN trained above. 4. Technique optimization using a GA Fig. 2. Structure of a BP network. The fundamental approach to optimization is to formulate a single standard of measurement Ð a cost function Ð that summarizes the performance or value of a decision and iteratively improve this performance by selecting from among the available alternatives. Most classical methods

4 R.G. Song, Q.Z. Zhang / Journal of Materials Processing Technology ) 84±88 87 Table 4 Optimization results for the heat-treatment technique Sample Aging time h) Yield strength MPa) Ultimate tensile strength MPa) Table 5 Verifying experimental result Verifying sample Aging time h) Yield strength MPa) Ultimate tensile strength MPa) Prediction Experiment Prediction Experiment of optimization generate a deterministic sequence of trial solutions based on the gradient or higher-order statistics of the cost function. Under regularity conditions on this function,these techniques can be shown to generate sequences that converge asymptotically to locally optimal solutions, and in certain cases they converge quickly exponentially [8]. However,the methods often fail to perform adequately when random perturbations are imposed on the cost function. Further,locally optimal solutions often prove insuf cient for real-world engineering problems. However,a GA can solve the problems mentioned above very well. The GA which was proposed by Fraser [9,10] is a kind of optimization method based on the law of evolution of living things,i.e.,survival of the ttest,natural selection,inheritance and variation. Its basic thoughts are typically implemented as follows. Considering a non-linear optimization problem in n dimensions: C ˆ F x 1 ; x 2 ;...; x n 11) Randomly selecting m points within n dimensions to construct the population, C is used to evaluate every individual, superior and inferior. 1. Compute C i I-1,2,..., m) for every point. Half of the population will survive; the surviving probability is proportional to the corresponding value of C i for the individual. 2. Cross breed. Copy the m/2 surviving individuals firstly and pair them randomly,then exchange part elements of every pair randomly to generate new individuals. 3. Mutation. Select several individuals randomly in the population,and mutate some elements in the selected individuals [add a small random number within 0.05, 0.05)]. 4. A new generation has been generated. Return to step 1, and start to breed the next generation. In this way,the whole population will move to the area which corresponds to high C values. Finally,some individuals are close enough to the maximum of F Optimization for the heat-treatment technique of 7175 aluminum alloy In the present investigation, m ˆ 27, n ˆ 3, C ˆ s 1 s 2. For the GA,working over 1000 iterations,the optimization results are given in Table 4. It can be seen that the rst three individuals are close to the optimal values,i.e.,the optimum heat-treatment technique adapted to 7175 aluminum alloy with the optimal mechanical properties is 85.1% for the value of deformation,133.0 min solid solution time and 6 h aging time at 443 K Verifying experiment Table 5 gives the verifying experiment result. It can be concluded that an arti cial neural combined with a GA predicts the optimum technique very well. 5. Conclusions 1. An ANN can be applied very well to model the effects of the heat-treatment technique on the mechanical properties of 7175 aluminum alloy,and the complexity of constructing a mathematical model as well as the limitations of optimization when using them can be avoided. 2. A GA is a kind of technique of multi-points random optimization based on the law of evolution of living things. The optimal technique adapted for 7175 aluminum alloy has been obtained by means of this method, and the verifying experiment has shown that the theoretical prediction agrees with the experimental result.

5 88 R.G. Song, Q.Z. Zhang / Journal of Materials Processing Technology ) 84±88 3. An ANN combined with a GA offers a simple and effective new tool for searching for the optimum technique in materials processing. References [1] R.G. Song,Q.Z. Zhang,M.K. Tseng,B.J. Zhang,The application of artificial neural networks to the investigation of aging dynamics in 7175 aluminum alloys,mater. Sci. Eng. C ) 39±41. [2] I. Wadi,R. Balendra,Using neural networks to model the blanking process,j. Mater. Process. Technol ) 52±65. [3] L.A. Dobrzanski,W. Sitek,The modelling of hardenability using neural networks,j. Mater. Process. Technol. 92± ) 8±14. [4] P.D. Hodgson,L.X. Kong,C.H.J. Davies,The prediction of the hot strength in steels with an integrated phenomenological and artificial neural network model,j. Mater. Process. Technol ) 131± 138. [5] M.S. Chun,J. Biglou,J.G. Lenard,J.G. Kim,Using neural networks to predict parameters in the hot working of aluminum alloys,j. Mater. Process. Technol ) 245±251. [6] R.P. Lippman,An introduction to computing with neural nets,ieee ASSP Mag ) 4±22. [7] R.G. Song,B.J. Zhang,M.K. Tseng,Effects of deformation,solid solution and aging on the strength of 7175 aluminum alloy,youse Kuangye ) 29±32 in Chinese). [8] N.Y. Liu,The Optimization Methods,Liaoning Education Press, Shenyang,1986,pp. 11±15 in Chinese). [9] A.S. Fraser,Simulation of genetic systems by automatic digital computers. I. Introduction,Aust. J. Biol. Sci ) 484± 491. [10] A.S. Fraser,Simulation of genetic systems,j. Theor. Biol ) 329±346.

Journal of Asian Scientific Research PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS

Journal of Asian Scientific Research PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS Esmaeil Alibeiki

More information

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU 2017 2nd International Conference on Artificial Intelligence: Techniques and Applications (AITA 2017 ISBN: 978-1-60595-491-2 A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi

More information

Fatigue Behavior of 2198-T8 Aluminum-lithium Alloy with Riveted Lap Joints

Fatigue Behavior of 2198-T8 Aluminum-lithium Alloy with Riveted Lap Joints 2nd Annual International Conference on Advanced Material Engineering (AME 2016) Fatigue Behavior of 2198-T8 Aluminum-lithium Alloy with Riveted Lap Joints An CHEN*, Shan-Shan LI, Fei XU and Deng-Ke DONG

More information

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Journal of Optimization in Industrial Engineering 13 (2013) 49-54 Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Mohammad Saleh Meiabadi

More information

Available online at ScienceDirect. Procedia CIRP 18 (2014 ) 57 61

Available online at   ScienceDirect. Procedia CIRP 18 (2014 ) 57 61 Available online at www.sciencedirect.com ScienceDirect Procedia CIRP 18 (214 ) 57 61 International Conference on Manufacture of Lightweight Components ManuLight214 Upgrading in Mechanical Properties of

More information

Statistic characteristics of fatigue properties in magnesium alloy

Statistic characteristics of fatigue properties in magnesium alloy Available online at www.sciencedirect.com Procedia Engineering 10 (2011) 1232 1237 ICM11 Statistic characteristics of fatigue properties in magnesium alloy S. Mohd a,c, *, Y. Otsuka b, Y. Miyashita b,

More information

Technical Reference on Hydrogen Compatibility of Materials

Technical Reference on Hydrogen Compatibility of Materials Technical Reference on Hydrogen Compatibility of Materials Aluminum Alloys: Heat-Treatable Alloys, 7XXX-series (code 3230) Prepared by: B.P. Somerday, Sandia National Laboratories, Livermore CA Editors

More information

STUDY ON CONSTITUTIVE EQUATION OF ALLOY IN718 IN HAMMER FORGING PROCESS

STUDY ON CONSTITUTIVE EQUATION OF ALLOY IN718 IN HAMMER FORGING PROCESS STUDY ON CONSTITUTIVE EQUATION OF ALLOY IN718 IN HAMMER FORGING PROCESS J.P. HU*, J.Y. Zhuang**, Z.Y. zhongt* *Rolling Department, Chongqing Iron and Steel Designing Research Institute, YuZhongQu, Chongqing

More information

EVALUATION OF MECHANICAL PROPERTIES OF FRICTION WELDED JOINTS OF EN-24 STEEL CYLINDRICAL RODS

EVALUATION OF MECHANICAL PROPERTIES OF FRICTION WELDED JOINTS OF EN-24 STEEL CYLINDRICAL RODS Research Paper ISSN 227 049 www.ijmerr.com Vol. 3, No. 4, October, 204 204 IJMERR. All Rights Reserved EVALUATION OF MECHANICAL PROPERTIES OF FRICTION WELDED JOINTS OF STEEL CYLINDRICAL RODS G Samuthiram

More information

A New Approach Towards Intelligent Analysis for Competitive Intelligence *

A New Approach Towards Intelligent Analysis for Competitive Intelligence * A New Approach Towards Intelligent Analysis for Competitive Intelligence * Yanping Zhao, Yidan Wang, Donghua Zhu School of Management and Economics Beijing Institute of Technology P.R.China Abstract: -

More information

Effects of asymmetric creep-ageing behaviour on springback of AA2050-T34 after creep age forming

Effects of asymmetric creep-ageing behaviour on springback of AA2050-T34 after creep age forming Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 207 (2017) 287 292 International Conference on the Technology of Plasticity, ICTP 2017, 17-22 September 2017, Cambridge, United

More information

ANN PREDICTION MODELS FOR MECHANICAL PROPERTIES OF AZ61 MG ALLOY FABRICATED BY EQUAL CHANNEL ANGULAR PRESSING

ANN PREDICTION MODELS FOR MECHANICAL PROPERTIES OF AZ61 MG ALLOY FABRICATED BY EQUAL CHANNEL ANGULAR PRESSING www.arpapress.com/volumes/vol8issue3/ijrras_8_3_09.pdf ANN PREDICTION MODELS FOR MECHANICAL PROPERTIES OF AZ61 MG ALLOY FABRICATED BY EQUAL CHANNEL ANGULAR PRESSING Lakshmanan Singaram Mechanical Engineering

More information

ACCUMULATIVE ROLL BONDING TECHNOLOGY OF ALUMINUM ALLOYS. Stefano ARGENTERO

ACCUMULATIVE ROLL BONDING TECHNOLOGY OF ALUMINUM ALLOYS. Stefano ARGENTERO Abstract ACCUMULATIVE ROLL BONDING TECHNOLOGY OF ALUMINUM ALLOYS Stefano ARGENTERO Centro Sviluppo Materiali S.p.A., Via di Castel Romano 100, s.argentero@c-s-m.it The Accumulative Roll Bonding (ARB) is

More information

Surface Treatment with the Cold Roll Bonding Process for an Aluminum Alloy and Mild Steel

Surface Treatment with the Cold Roll Bonding Process for an Aluminum Alloy and Mild Steel UDC 539.4 Surface Treatment with the Cold Roll Bonding Process for an Aluminum Alloy and Mild Steel C. Tang, a,1 Z. Liu, a D. Zhou, b and S. Wu a a School of Electro-Mechanical Engineering, Guangdong University

More information

Effect of Occasional Shear Loading on Fatigue Crack Growth in 7075 Aluminum Alloy M. Makizaki 1, a, H. Matsunaga 2, 4, b, K. Yanase 3, 4, c 3, 4, d

Effect of Occasional Shear Loading on Fatigue Crack Growth in 7075 Aluminum Alloy M. Makizaki 1, a, H. Matsunaga 2, 4, b, K. Yanase 3, 4, c 3, 4, d Materials Science Forum Online: 213-3-11 ISSN: 1662-9752, Vol. 75, pp 264-267 doi:1.428/www.scientific.net/msf.75.264 213 Trans Tech Publications, Switzerland Effect of Occasional Shear Loading on Fatigue

More information

Microstructural evolution of Al Zn Mg Cu (Sc) alloy during hot extrusion and heat treatments

Microstructural evolution of Al Zn Mg Cu (Sc) alloy during hot extrusion and heat treatments Journal of Materials Processing Technology 155 156 (2004) 1330 1336 Microstructural evolution of Al Zn Mg Cu (Sc) alloy during hot extrusion and heat treatments Dong-Woo Suh a,, Sang-Yong Lee a, Kyong-Hwan

More information

A Mirsepassi: Application of Chemical Dosage Alum, Polymer Lime, Chlorine Mixers Chemical Dosage Chlorine, Fluoride Carbon dioxide, Lime Filter Media

A Mirsepassi: Application of Chemical Dosage Alum, Polymer Lime, Chlorine Mixers Chemical Dosage Chlorine, Fluoride Carbon dioxide, Lime Filter Media Iranian J Env Health Sci Eng, 2004, Iranian Vol.1, No.2, J Env pp.51-57 Health Sci Eng, 2004, Vol.1, No.2, pp.51-57 Application of Intelligent System for Water Treatment Plant Operation *A Mirsepassi Dept.

More information

Improvement of Textures in Aluminum Alloy Sheets by Asymmetric Warm Rolling

Improvement of Textures in Aluminum Alloy Sheets by Asymmetric Warm Rolling Proceedings of the 9 th International Conference on Aluminium Alloys (4) Edited by J.F. Nie, A.J. Morton and B.C. Muddle Institute of Materials Engineering Australasia Ltd 758 Improvement of Textures in

More information

Kinetics of low temperature plasma carburizing of austenitic stainless steels

Kinetics of low temperature plasma carburizing of austenitic stainless steels Journal of Materials Processing Technology 168 (2005) 189 194 Kinetics of low temperature plasma carburizing of austenitic stainless steels Y. Sun School of Materials Engineering, Nanyang Technological

More information

Effect of Sheet Thickness and Type of Alloys on the Springback Phenomenon for Cylindrical Die

Effect of Sheet Thickness and Type of Alloys on the Springback Phenomenon for Cylindrical Die AMERICAN JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH 01, Science Huβ, http://www.scihub.org/ajsir ISSN: 153-69X, doi:10.551/ajsir.01.3.6.80.86 Effect of Sheet Thickness and Type of Alloys on the Springback

More information

Heat Treatment of Aluminum Alloy 7449

Heat Treatment of Aluminum Alloy 7449 Heat Treatment of Aluminum Alloy 7449 Suleiman E. Al-lubani, Mohammad E. Matarneh, Hussien M. Al-Wedyan, and Ala M. Rayes Abstract Aluminum alloy has an extensive range of industrial application due to

More information

Multilayer Perceptron to Model the Decarburization Process in Stainless Steel Production

Multilayer Perceptron to Model the Decarburization Process in Stainless Steel Production Multilayer Perceptron to Model the Decarburization Process in Stainless Steel Production Carlos Spínola 1, Carlos J Gálvez-Fernández 1, José Muñoz-Pérez 2, José Mª Bonelo 3, Javier Jerrer 4, Julio Vizoso

More information

Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng Method

Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng Method Australian Journal of Basic and Applied Sciences, 6(9): 264-274, 22 ISSN 99-878 Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng

More information

An introduction to genetic algorithms for neural networks

An introduction to genetic algorithms for neural networks An introduction to genetic algorithms for neural networks Richard Kemp 1 Introduction Once a neural network model has been created, it is frequently desirable to use the model backwards and identify sets

More information

ON THE USE OF THERMOGRAPHIC TECHNIQUE TO DETERMINE THE FATIGUE LIMIT OF A COLD DRAWN CARBON STEEL

ON THE USE OF THERMOGRAPHIC TECHNIQUE TO DETERMINE THE FATIGUE LIMIT OF A COLD DRAWN CARBON STEEL ON THE USE OF THERMOGRAPHIC TECHNIQUE TO DETERMINE THE FATIGUE LIMIT OF A COLD DRAWN CARBON STEEL Bandeira C.F.C. (1), Kenedi P.P. (2), Castro J.T.P. (3), Meggiolaro M.A. (4) (1,2) Programa de Pós Graduação

More information

INFLUENCE OF BALL-BURNISHING ON STRESS CORROSION CRACKING, FATIGUE AND CORROSION FATIGUE OF Al 2024 AND Al 6082

INFLUENCE OF BALL-BURNISHING ON STRESS CORROSION CRACKING, FATIGUE AND CORROSION FATIGUE OF Al 2024 AND Al 6082 INFLUENCE OF BALL-BURNISHING ON STRESS CORROSION CRACKING, FATIGUE AND CORROSION FATIGUE OF Al 224 AND Al 682 M. Mhaede, M. Wollmann and L. Wagner Institute of Materials Science and Engineering Clausthal

More information

Research Article One-step Inverse Forming Simulation on Hot Forming Process of High-strength Food-can Tinplate

Research Article One-step Inverse Forming Simulation on Hot Forming Process of High-strength Food-can Tinplate Advance Journal of Food Science and Technology 10(1): 26-30, 2016 DOI: 10.19026/ajfst.10.1747 ISSN: 2042-4868; e-issn: 2042-4876 2016 Maxwell Scientific Publication Corp. Submitted: April 19, 2015 Accepted:

More information

Bonding strength of Al/Mg/Al alloy tri-metallic laminates fabricated

Bonding strength of Al/Mg/Al alloy tri-metallic laminates fabricated Bull. Mater. Sci., Vol. 34, No. 4, July 2011, pp. 805 810. Indian Academy of Sciences. Bonding strength of Al/Mg/Al alloy tri-metallic laminates fabricated by hot rolling X P ZHANG, *, M J TAN, T H YANG,

More information

Strain-rate sensitivity of tensile behaviors for nickel-based superalloys GH3044 and GH4033 at room temperature

Strain-rate sensitivity of tensile behaviors for nickel-based superalloys GH3044 and GH4033 at room temperature Indian Journal of Engineering & Materials Sciences Vol. 23, October 2016, pp. 336-340 Strain-rate sensitivity of tensile behaviors for nickel-based superalloys GH3044 and GH4033 at room temperature Changying

More information

Fatigue life estimation of Aluminium Alloy reinforced with SiC particulates in annealed conditions

Fatigue life estimation of Aluminium Alloy reinforced with SiC particulates in annealed conditions 18 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS Abstract Fatigue life estimation of Aluminium Alloy reinforced with SiC particulates in annealed conditions D. P. Myriounis, S.T.Hasan Sheffield Hallam

More information

wrought = rolled, extruded, forged heat treatable non-heat treatable

wrought = rolled, extruded, forged heat treatable non-heat treatable Physical metallurgy of alluminium Wrought Al alloys wrought = rolled, extruded, forged heat treatable non-heat treatable International alloy designation system (IADS) e.g. 1XXX = Al 7XXX = Al-Zn-Mg-(Cu)

More information

Mechanical Properties of Friction Surfaced 5052 Aluminum Alloy* 1

Mechanical Properties of Friction Surfaced 5052 Aluminum Alloy* 1 Materials Transactions, Vol. 44, No. 12 (2003) pp. 2688 to 2694 #2003 The Japan Institute of Light Metals Mechanical Properties of Friction Surfaced 5052 Aluminum Alloy* 1 Hidekazu Sakihama* 2, Hiroshi

More information

Deformation Modes of the Graded Closed-Cell Foam under Impact Loading Jiang-long WANG, Xin LI and Gen-wei WANG*

Deformation Modes of the Graded Closed-Cell Foam under Impact Loading Jiang-long WANG, Xin LI and Gen-wei WANG* 2016 International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 2016) ISBN: 978-1-60595-357-1 Deformation Modes of the Graded Closed-Cell Foam under Impact Loading Jiang-long

More information

Design and Optimization of Large-section Profile Die for AZ80 Alloy

Design and Optimization of Large-section Profile Die for AZ80 Alloy 5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) Design and Optimization of Large-section Profile Die for AZ80 Alloy Minglong MA a *, Haizhen WANG, Kui ZHANG

More information

Fracture analysis of a castellated shaft

Fracture analysis of a castellated shaft Engineering Failure Analysis 14 (2007) 573 578 www.elsevier.com/locate/engfailanal Fracture analysis of a castellated shaft Y.J. Li *, W.F. Zhang, C.H. Tao Failure Analysis Center of AVIC, Beijing Institute

More information

Development of New Genetic Algorithm Software for Blow Mould Process

Development of New Genetic Algorithm Software for Blow Mould Process Development of New Genetic Algorithm Software for Blow Mould Process K.Kadirgama 1, M.M.Noor 2, R.Daud 2, M.R.M.Rejab 2, M.S.M.Sani 2, Z.Ghazalli 2, Z.Hamedon 3 1 Automotive Excellent Center, Universiti

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at   ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (2014 ) 598 603 11th International Conference on Technology of Plasticity, ICTP 2014, 19-24 October 2014, Nagoya Congress

More information

TEXTURE AND CHARACTERIZATION OF MECHANICAL PROPERTIES IN PURE NICKEL

TEXTURE AND CHARACTERIZATION OF MECHANICAL PROPERTIES IN PURE NICKEL International Journal on Design & Manufacturing Technologies, Vol. 9 No. 1 January 2015 23 TEXTURE AND CHARACTERIZATION OF MECHANICAL PROPERTIES IN PURE NICKEL Srinivasa Vadayar K. 1 Kumud Kant Mehta.

More information

The Optimization of Strength and Ductility in Heat Treated ADC12 Alloys

The Optimization of Strength and Ductility in Heat Treated ADC12 Alloys Proceedings of the 12th International Conference on Aluminium Alloys, September 5-9, 2010, Yokohama, Japan 2010 The Japan Institute of Light Metals pp. 2197-2202 2197 The Optimization of Strength and Ductility

More information

Investigation of strength characteristics of aluminum alloy under dynamic tension

Investigation of strength characteristics of aluminum alloy under dynamic tension Journal of Physics: Conference Series PAPER OPEN ACCESS Investigation of strength characteristics of aluminum alloy under dynamic tension To cite this article: A D Evstifeev 2018 J. Phys.: Conf. Ser. 991

More information

THE APPLICATION OF FRICTION STIR WELDING (FSW) OF ALUMINIUM ALLOYS IN SHIPBUILDING AND RAILWAY INDUSTRY

THE APPLICATION OF FRICTION STIR WELDING (FSW) OF ALUMINIUM ALLOYS IN SHIPBUILDING AND RAILWAY INDUSTRY Journal of KONES Powertrain and Transport, Vol. 24, No. 2 2017 THE APPLICATION OF FRICTION STIR WELDING (FSW) OF ALUMINIUM ALLOYS IN SHIPBUILDING AND RAILWAY INDUSTRY Grzegorz Gesella, Mirosław Czechowski

More information

G. Silva, B. Rivolta, R. Gerosa & U. Derudi

G. Silva, B. Rivolta, R. Gerosa & U. Derudi Study of the SCC Behavior of 7075 Aluminum Alloy After One-Step Aging at 163 C G. Silva, B. Rivolta, R. Gerosa & U. Derudi Journal of Materials Engineering and Performance ISSN 1059-9495 J. of Materi Eng

More information

The effect of scandium on the as-homogenized microstructure of 5083 alloy for extrusion

The effect of scandium on the as-homogenized microstructure of 5083 alloy for extrusion Materials Science and Engineering A280 (2000) 139 145 www.elsevier.com/locate/msea The effect of scandium on the as-homogenized microstructure of 5083 alloy for extrusion Tadashi Aiura a, Nobutaka Sugawara

More information

Mechanical Performance of Resistance Spot Welding Joint of Dissimilar High Strength Steels Shang-gong ZHOU, Kai-wei LIU, Mian WANG and Jiang-wei REN *

Mechanical Performance of Resistance Spot Welding Joint of Dissimilar High Strength Steels Shang-gong ZHOU, Kai-wei LIU, Mian WANG and Jiang-wei REN * 2016 International Conference on Advanced Materials Science and Technology (AMST 2016) ISBN: 978-1-60595-397-7 Mechanical Performance of Resistance Spot Welding Joint of Dissimilar High Strength Steels

More information

The plastic energy dissipation in metal matrix composites during cyclic loading

The plastic energy dissipation in metal matrix composites during cyclic loading Computational Materials Science 15 (1999) 96±100 The plastic energy dissipation in metal matrix composites during cyclic loading D. Xu a, S. Schmauder b, * a Department of Engineering Mechanics, Xi'an

More information

Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler

Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler Available online at www.sciencedirect.com Procedia Engineering 15 (2011 ) 1010 1014 Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler Xiaogang Wang 1,a Hu Ying 1,b

More information

Prediction of Properties of Austempered Ductile Iron Assisted by Artificial Neural Network

Prediction of Properties of Austempered Ductile Iron Assisted by Artificial Neural Network ISSN 1392 132 MATERIALS SCIENCE (MEDŽIAGOTYRA). Vol. 12, No. 1. 26 Prediction of Properties of Austempered Ductile Iron Assisted by Artificial Neural Network Robert BIERNACKI, Jacek KOZŁOWSKI, Dawid MYSZKA,

More information

Phase Transformation Die Casting Process for Manufacturing a Thin- Type Product and Its Mechanical Performance Assessment

Phase Transformation Die Casting Process for Manufacturing a Thin- Type Product and Its Mechanical Performance Assessment Key Engineering Materials Online: 2004-10-15 ISSN: 1662-9795, Vols. 274-276, pp 535-540 doi:10.4028/www.scientific.net/kem.274-276.535 2004 Trans Tech Publications, Switzerland Phase Transformation Die

More information

Influence of Crystal Orientations on the Bendability of an Al-Mg-Si Alloy

Influence of Crystal Orientations on the Bendability of an Al-Mg-Si Alloy Materials Transactions, Vol. 51, No. 4 (2010) pp. 614 to 619 Special Issue on Crystallographic Orientation Distribution and Related Properties in Advanced Materials II #2010 The Japan Institute of Light

More information

Creep age forming of Al-Cu-Li alloy: Application to thick sheet forming of double curvature aircraft panel

Creep age forming of Al-Cu-Li alloy: Application to thick sheet forming of double curvature aircraft panel Creep age forming of Al-Cu-Li alloy: Application to thick sheet forming of double curvature aircraft panel Wael Younes 1,a, Eliane Giraud 2, Zouari Ahmed 2, Philippe Dal Santo 2 and Sjoerd van der Veen

More information

Microstructures and dislocations in the stressed AZ91D magnesium alloys

Microstructures and dislocations in the stressed AZ91D magnesium alloys Materials Science and Engineering A344 (2002) 279/287 www.elsevier.com/locate/msea Microstructures and dislocations in the stressed AZ91D magnesium alloys R.M. Wang a,b,, A. Eliezer a, E. Gutman a a Ben-Gurion

More information

Uniaxial Ratcheting Behaviors of Metals with Different Crystal Structures or Values of Fault Energy: Macroscopic Experiments

Uniaxial Ratcheting Behaviors of Metals with Different Crystal Structures or Values of Fault Energy: Macroscopic Experiments J. Mater. Sci. Technol., 11, 7(5), 5-5. Uniaxial Ratcheting Behaviors of Metals with Different Crystal Structures or Values of Fault Energy: Macroscopic Experiments Guozheng Kang 1), Yujie Liu ), Yawei

More information

FORMING OF FULLERENE-DISPERSED ALUMINUM COMPOSITE BY THE COMPRESSION SHEARING METHOD

FORMING OF FULLERENE-DISPERSED ALUMINUM COMPOSITE BY THE COMPRESSION SHEARING METHOD FORMING OF FULLERENE-DISPERSED ALUMINUM COMPOSITE BY THE COMPRESSION SHEARING METHOD Noboru NAKAYAMA Akita Prefectural University, 84-4 Tsuchiya-Ebinokuti, Yurihonjyo, Akita/ 15-55, JAPAN nakayama@akita-pu.ac.jp

More information

Effect of Cold Work on the Tensile Properties of 6061, 2024, and 7075 Al Alloys

Effect of Cold Work on the Tensile Properties of 6061, 2024, and 7075 Al Alloys Digital Commons@ Loyola Marymount University and Loyola Law School Mechanical Engineering Faculty Works Mechanical Engineering 1-1-27 Effect of Cold Work on the Tensile Properties of 661, 224, and 775

More information

Size effects in the processing of thin metal sheets

Size effects in the processing of thin metal sheets Journal of Materials Processing Technology 115 2001) 44±48 Size effects in the processing of thin metal sheets L.V. Raulea *, A.M. Goijaerts, L.E. Govaert, F.P.T. Baaijens Netherlands Institute for Metals

More information

Influences of Recovery and Recrystallization Interannealing on Properties of Hard Drawn Aluminium Wire

Influences of Recovery and Recrystallization Interannealing on Properties of Hard Drawn Aluminium Wire 2017 Asia-Pacific Engineering and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 Influences of Recovery and Recrystallization Interannealing on Properties of Hard Drawn Aluminium Wire Xuexia

More information

MODELLING OF PROCESS PARAMETERS OF SILICATE BONDED CO2 MOULD MADE OF RECLAIMED CO2 SAND USING ARTIFICIAL NEURAL NETWORKS

MODELLING OF PROCESS PARAMETERS OF SILICATE BONDED CO2 MOULD MADE OF RECLAIMED CO2 SAND USING ARTIFICIAL NEURAL NETWORKS MODELLING OF PROCESS PARAMETERS OF SILICATE BONDED CO2 MOULD MADE OF RECLAIMED CO2 SAND USING ARTIFICIAL NEURAL NETWORKS M.VenkataRamana Department of Mechanical Engineering,, Vignan Institute of Technology

More information

Characterization of AMAG AL6-CHA sheet material for Chassis application in the automotive industry

Characterization of AMAG AL6-CHA sheet material for Chassis application in the automotive industry Characterization of AMAG AL6-CHA sheet material for Chassis application in the automotive industry Josef Berneder 1, Ramona Prillhofer 1, Josef Enser 1, Gunther Rank 1 and Torsten Grohmann 1 1 AMAG rolling

More information

Forging Condition for Removing Porosities in the Hybrid Casting and Forging Process of 7075 Aluminum Alloy Casting

Forging Condition for Removing Porosities in the Hybrid Casting and Forging Process of 7075 Aluminum Alloy Casting Materials Transactions, Vol. 45, No. 6 (2004) pp. 1886 to 1890 #2004 The Japan Institute of Metals Forging Condition for Removing Porosities in the Hybrid Casting and Forging Process of 7075 Aluminum Alloy

More information

Improving Differential Evolution Algorithm with Activation Strategy

Improving Differential Evolution Algorithm with Activation Strategy 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore Improving Differential Evolution Algorithm with Activation Strategy Zhan-Rong Hsu 1, Wei-Ping

More information

HOT COMPRESSION AND FRACTURE TOUGHNESS OF HIGH SPEED STEEL WORK ROLLS. A. Ziadi, B. Serier, B. Boutabout and M. Belhouari

HOT COMPRESSION AND FRACTURE TOUGHNESS OF HIGH SPEED STEEL WORK ROLLS. A. Ziadi, B. Serier, B. Boutabout and M. Belhouari HOT COMPRESSION AND FRACTURE TOUGHNESS OF HIGH SPEED STEEL WORK ROLLS A. Ziadi, B. Serier, B. Boutabout and M. Belhouari Department of Mechanical Engineering, University of Sidi Bel Abbes, BP.89, 22000,

More information

Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel

Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel Vandana Somkuwar, National Institute of Technical Teachers Training and Research, Bhopal Abstract For product

More information

THE EFFECTS OF PROCESS-ROUTE VARIATIONS ON THE TENSILE PROPERTIES OF CLOSED-DIE WASPALOY FORGINGS, VIA STATISTICAL MODELLING TECHNIQUES

THE EFFECTS OF PROCESS-ROUTE VARIATIONS ON THE TENSILE PROPERTIES OF CLOSED-DIE WASPALOY FORGINGS, VIA STATISTICAL MODELLING TECHNIQUES THE EFFECTS OF PROCESS-ROUTE VARIATIONS ON THE TENSILE PROPERTIES OF CLOSED-DIE WASPALOY FORGINGS, VIA STATISTICAL MODELLING TECHNIQUES A.O. Latinwo, B.P Wynne, W. M. Rainforth 1 IMMPETUS, Institute of

More information

The Research on Welding Sources and Ni Interlayer Synergy Regulation in Laser-Arc Hybrid Welding of Mg and Al Joints

The Research on Welding Sources and Ni Interlayer Synergy Regulation in Laser-Arc Hybrid Welding of Mg and Al Joints The Research on Welding Sources and Ni Interlayer Synergy Regulation in Laser-Arc Hybrid Welding of Mg and Al Joints Hongyang Wang, Gang Song, Baoqiang Feng, and Liming Liu ( ) Key Laboratory of Liaoning

More information

Genetic Programming for Symbolic Regression

Genetic Programming for Symbolic Regression Genetic Programming for Symbolic Regression Chi Zhang Department of Electrical Engineering and Computer Science, University of Tennessee, Knoxville, TN 37996, USA Email: czhang24@utk.edu Abstract Genetic

More information

Experimental Report on the Nano-identation Testing of Textured Stainless Steel 904 L and 316 L

Experimental Report on the Nano-identation Testing of Textured Stainless Steel 904 L and 316 L Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (2014) 000 000 www.elsevier.com/locate/procedia APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology,

More information

Quantitative Analysis of Texture Evolution of Direct Chill Cast and Continuous Cast AA 1100 Aluminum Alloys during Cold Rolling

Quantitative Analysis of Texture Evolution of Direct Chill Cast and Continuous Cast AA 1100 Aluminum Alloys during Cold Rolling Materials Transactions, Vol. 48, No. 7 (7) pp. 1886 to 189 #7 The Japan Institute of Metals Quantitative Analysis of Texture Evolution of Direct Chill Cast and Continuous Cast AA 11 Aluminum Alloys during

More information

Datasheet for Steel Grades Superalloys Incoloy 800

Datasheet for Steel Grades Superalloys Incoloy 800 This page is mainly introduced the Incoloy 800 Datasheet, including chemical information,mechanical properties, physical properties, mechanical properties, heat treatment, and Micro structure, etc. It

More information

CHAPTER 3 SELECTION AND PROCESSING OF THE SPECIMEN MATERIAL

CHAPTER 3 SELECTION AND PROCESSING OF THE SPECIMEN MATERIAL 54 CHAPTER 3 SELECTION AND PROCESSING OF THE SPECIMEN MATERIAL 3.1 HIGH STRENGTH ALUMINIUM ALLOY In the proposed work, 7075 Al alloy (high strength) has been identified, as a material for the studies on

More information

BS EN Hollow bars for machining Technical delivery conditions Non alloy and alloy steels

BS EN Hollow bars for machining Technical delivery conditions Non alloy and alloy steels BS EN 10294 1. Hollow bars for machining Technical delivery conditions Non alloy and alloy steels 1 Scope This part of EN 10294 specifies the technical delivery conditions for seamless steel hollow bars

More information

The application of hidden markov model in building genetic regulatory network

The application of hidden markov model in building genetic regulatory network J. Biomedical Science and Engineering, 2010, 3, 633-637 doi:10.4236/bise.2010.36086 Published Online June 2010 (http://www.scirp.org/ournal/bise/). The application of hidden markov model in building genetic

More information

Impact Toughness of Weldments in Al Mg Si Alloys

Impact Toughness of Weldments in Al Mg Si Alloys Materials Transactions, Vol. 43, No. 6 (2002) pp. 1381 to 1389 c 2002 The Japan Institute of Metals Impact Toughness of Weldments in Al Mg Si Alloys Victor Alexandru Mosneaga, Tohru Mizutani, Toshiro Kobayashi

More information

PARAMETER OPTIMIZATION OF AA6061-AA7075 DISSIMILAR FRICTION STIR WELDING USING THE TAGUCHI METHOD

PARAMETER OPTIMIZATION OF AA6061-AA7075 DISSIMILAR FRICTION STIR WELDING USING THE TAGUCHI METHOD PARAMETER OPTIMIZATION OF AA6061-AA7075 DISSIMILAR FRICTION STIR WELDING USING THE TAGUCHI METHOD L.H. Shah a, N.F. Zainal Ariffin b and Akhtar Razul Razali c Faculty of Mechanical Engineering, Universiti

More information

Extreme value statistical analysis to determine the endurance limit of a 1045 induction hardened steel alloy

Extreme value statistical analysis to determine the endurance limit of a 1045 induction hardened steel alloy Available online at www.sciencedirect.com Procedia Engineering 10 (2011) 607 612 ICM11 Extreme value statistical analysis to determine the endurance limit of a 1045 induction hardened steel alloy A. B.

More information

Haobo Lin, Qiang Li, Weigang Hu

Haobo Lin, Qiang Li, Weigang Hu doi:10.21311/002.31.7.25 Tensile Mechanical Properties and Hardness Test of Pre-torsion Test on Axle Material EA4T Haobo Lin, Qiang Li, Weigang Hu Engineering Research Center of Structure Reliability and

More information

Wrought Aluminum I - Metallurgy

Wrought Aluminum I - Metallurgy Wrought Aluminum I - Metallurgy Northbrook, IL www.imetllc.com Copyright 2015 Industrial Metallurgists, LLC Course learning objectives Explain the composition and strength differences between the alloy

More information

Effect of Rolling and Annealing on the Hardness and Mechanical Properties of 1050 Aluminum Alloy

Effect of Rolling and Annealing on the Hardness and Mechanical Properties of 1050 Aluminum Alloy J. Basic. Appl. Sci. Res., 3(8)844-849, 213 213, TextRoad Publication ISSN 29-434 Journal of Basic and Applied Scientific Research www.textroad.com Effect of Rolling and Annealing on the Hardness and Mechanical

More information

Analysis of plastic penetration in process of groove ball-section ring rolling

Analysis of plastic penetration in process of groove ball-section ring rolling Journal of Mechanical Science and Technology Journal of Mechanical Science and Technology 22 (2008) 1374~1382 www.springerlink.com/content/1738-494x Analysis of plastic penetration in process of groove

More information

ScienceDirect. Hot stamping of high strength steel with tailored properties by two methods

ScienceDirect. Hot stamping of high strength steel with tailored properties by two methods Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (2014 ) 1725 1730 11th International Conference on Technology of Plasticity, ICTP 2014, 19-24 October 2014, Nagoya Congress

More information

Research of deformation ability of al-based alloy of system Al-Mg-Sc

Research of deformation ability of al-based alloy of system Al-Mg-Sc Research of deformation ability of al-based alloy of system Al-Mg-Sc Golovko A.N., Andreiev V.V., Boyarkin V.V., Frolov I.V. National metallurgical academy of Ukraine, Department of Metal Forming Gagarina

More information

STABILIZATION OF THE SHAPE MEMORY EFFECT IN NiTi: AN EXPERIMENTAL INVESTIGATION

STABILIZATION OF THE SHAPE MEMORY EFFECT IN NiTi: AN EXPERIMENTAL INVESTIGATION Scripta mater. 42 (2000) 1145 1150 www.elsevier.com/locate/scriptamat STABILIZATION OF THE SHAPE MEMORY EFFECT IN NiTi: AN EXPERIMENTAL INVESTIGATION B. Erbstoeszer, B. Armstrong, M. Taya, and K. Inoue

More information

NUMERICAL SIMULATION AND PROCESS OPTIMIZATION ON CAST STEEL BEARING SLEEVE

NUMERICAL SIMULATION AND PROCESS OPTIMIZATION ON CAST STEEL BEARING SLEEVE Engineering Review, Vol. 35, Issue 1, 19-25, 2015. 19 NUMERICAL SIMULATION AND PROCESS OPTIMIZATION ON CAST STEEL BEARING SLEEVE G. Mi 1 C. Li 1 * L. Chen 2 L. Xu 3 1 School of Material Science and Engineering,

More information

Readme: VrHeatTreat HeatTreatDiskSetup1 Video

Readme: VrHeatTreat HeatTreatDiskSetup1 Video Readme: VrHeatTreat HeatTreatDiskSetup1 Video John Goldak, President Goldak Technologies Inc. May 13, 2008 The HDTV video, HeatTreatDiskSetup1, shows the procedure for setting up a heat treating project

More information

The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging

The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging Zixing Wang 1, Dianhua Zhou 1, Qun Deng 2, Guosheng Chen 1, Wei Xie 1 1 Special Steel R & D Center of Special Steel Business

More information

ALLOY 6022 SHEET. Higher Strength with Improved Formability SUPPLYING THE WORLD S BEST

ALLOY 6022 SHEET. Higher Strength with Improved Formability SUPPLYING THE WORLD S BEST SUPPLYING THE WORLD S BEST DESCRIPTION 6022 is a heat treatable low copper, Al-Si-Mg sheet alloy developed by Alcoa to satisfy the needs of automotive manufacturers for closure panels, such as a hood,

More information

Cracking Mechanism of High Carbon Slab after Machine Scarfing

Cracking Mechanism of High Carbon Slab after Machine Scarfing China Steel Technical Report, No. 21, pp. 7-12, M. H. (28) Chen, K. J. Lin, K. L. Huang and C. C. Yang 7 Cracking Mechanism of High Carbon after Machine Scarfing MING-HUNG CHEN, KUAN-JU LIN, KAI-LIANG

More information

Effect of microalloying elements on microstructure and properties of quenched and tempered constructional steel

Effect of microalloying elements on microstructure and properties of quenched and tempered constructional steel IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Effect of microalloying elements on microstructure and properties of quenched and tempered constructional steel To cite this article:

More information

DETERMINA TION OF YIELD STRENGTH OF 2014 ALUMINUM ALLOY UNDER AGING CONDITIONS BY MEANS OF ARTIFICIAL NEURAL NETWORKS METHOD.

DETERMINA TION OF YIELD STRENGTH OF 2014 ALUMINUM ALLOY UNDER AGING CONDITIONS BY MEANS OF ARTIFICIAL NEURAL NETWORKS METHOD. Mathematical & Computational ApplicatiollS. Vol. L No.2. pp. 16-20. 1996 Association for Scientific Research DETERMNA TON OF YELD STRENGTH OF 2014 ALUMNUM ALLOY UNDER AGNG CONDTONS BY MEANS OF ARTFCAL

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

Improvement of Mechanical Properties of 7475 Based Aluminum Alloy Sheets by Controlled Warm Rolling

Improvement of Mechanical Properties of 7475 Based Aluminum Alloy Sheets by Controlled Warm Rolling Materials Transactions, Vol. 45, No. 1 (24) pp. 69 to 74 #24 The Japan Institute of Light Metals Improvement of Mechanical Properties of 7475 Based Aluminum Alloy Sheets by Controlled Warm Rolling Hiroki

More information

Effect of process parameters on SPRC35 spot welded automotive panels

Effect of process parameters on SPRC35 spot welded automotive panels Available online at www.amse.org.cn Acta Metall. Sin.(Engl. Lett.)Vol.23 No.3 pp185-190 June 2010 Effect of process parameters on SPRC35 spot welded automotive panels M. Balasubramanian Department of Mechanical

More information

Cryorolling of Al 5083 Alloy: Microstructure and Mechanical Properties at Various Post Annealing Temperatures

Cryorolling of Al 5083 Alloy: Microstructure and Mechanical Properties at Various Post Annealing Temperatures International Journal of Current Science, Engineering & Technology Original Research Article Open Access AMCT 2017 Malaysia Special Issue ISSN : 2581-4311 Cryorolling of Al 5083 Alloy: Microstructure and

More information

Fundamental Study on Impact Toughness of Magnesium Alloy at Cryogenic Temperature

Fundamental Study on Impact Toughness of Magnesium Alloy at Cryogenic Temperature Fundamental Study on Impact Toughness of Magnesium Alloy at Cryogenic Temperature Akihiro Takahashi Department of Mechanical Engineering National Institute of Technology, Miyakonojo College, Miyakonojo,

More information

Microstructural and Textural Evolution by Continuous Cyclic Bending and Annealing in a High Purity Titanium

Microstructural and Textural Evolution by Continuous Cyclic Bending and Annealing in a High Purity Titanium Materials Transactions, Vol. 45, No. 9 (24) pp. 2826 to 2831 #24 The Japan Institute of Metals Microstructural and Textural Evolution by Continuous Cyclic Bending and Annealing in a High Purity Titanium

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at   ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (2014 ) 2494 2498 11th International Conference on Technology of Plasticity, ICTP 2014, 19-24 October 2014, Nagoya Congress

More information

The Influences of the Friction Stir Welding on the Microstructure and Hardness of Aluminum 6063 and 7075

The Influences of the Friction Stir Welding on the Microstructure and Hardness of Aluminum 6063 and 7075 2011 International Conference on Advanced Materials Engineering IPCSIT vol.15 (2011) (2011) IACSIT Press, Singapore The Influences of the Friction Stir Welding on the Microstructure and Hardness of Aluminum

More information

THERMAL-MECHANICAL BEHAVIOR OF SANDWICH PANELS WITH CLOSED-CELL FOAM CORE UNDER INTENSIVE LASER IRRADIATION

THERMAL-MECHANICAL BEHAVIOR OF SANDWICH PANELS WITH CLOSED-CELL FOAM CORE UNDER INTENSIVE LASER IRRADIATION THERMAL SCIENCE, Year 2014, Vol. 18, No. 5, pp. 1607-1611 1607 THERMAL-MECHANICAL BEHAVIOR OF SANDWICH PANELS WITH CLOSED-CELL FOAM CORE UNDER INTENSIVE LASER IRRADIATION by Zhi-Qiang LI a,b, Wei-Dong

More information

30ChGSA Included in 13 standards (CIS Countries)

30ChGSA Included in 13 standards (CIS Countries) Standards GOST 10702-78 GOST 11268-76 GOST 12132-66 GOST 21729-76 GOST 23270-89 GOST 4543-71 GOST 8731-74 GOST 8733-87 GOST R 54159-10 TU 14-1-1213-75 TU 14-1-1409-75 TU 14-1-4118-76 TU 14-4-385-73 Steel

More information

low susceptibility to delayed fracture. High strength steels are known to be prone to delayed fracture.

low susceptibility to delayed fracture. High strength steels are known to be prone to delayed fracture. Stricter requirements are imposed on collision safety by newly revised regulations such as Federal Motor Vehicle Safety Standard (FMVSS) No.214 and Insurance Institute for Highway Safety (IIHS) 1). To

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at   ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (14 ) 1481 1486 11th International Conference on Technology of Plasticity, ICTP 14, 19-24 October 14, Nagoya Congress Center,

More information