MODELLING OF EQUIAXED GRAIN GROWTH IN SOLIDIFICATION PROCESS

Size: px
Start display at page:

Download "MODELLING OF EQUIAXED GRAIN GROWTH IN SOLIDIFICATION PROCESS"

Transcription

1 76/14 Archives of Foundry, Year 004, Volume 4, 14 Archiwum Odlewnictwa, Rok 004, Rocznik 4, Nr 14 PAN Katowice PL ISSN MODELLING OF EQUIAXED GRAIN GROWTH IN SOLIDIFICATION PROCESS O. WODO 1, N. SCZYGIOL. Institute of Computer and Information Sciences Czestochowa University of Technology Dabrowskiego 73, 4-00 Czestochowa SUMMARY In this paper we discuss the object-oriented software designed to implement simulation of the equiaxed grain growth in solidifying casting using cellular automata (CA). We present example of the numerical simulation for aluminium 7% silicon alloy. Finally, we point out possible extensions of the system. Key words: solidification, cellular automata, grain growth 1. INTRODUCTION In the last decade problem of dendritic grain structure prediction has been intensively analysed. Several approaches have been proposed including the phase field method, methods related to the Monte Carlo model, cellular automata and finite element methods as well as hybrids of above [13,6,]. At the same time, to understand a physical background of the process, several experimental studies have been carried out [1]. Recently several approaches based on the cellular automata have been proposed. In [3] Coxe and Reiter created simple fuzzy automata that allow simulating the growth of snowflakes but without physical basis. In [1] Wang et al. proposed model, also based on cellular automata, of microstructural development and primary spacing by both branching and overgrowth mechanism. The most advanced solution has been developed by M. Rappaz and Gandin in [4,8]. In this method the processes of nucleation and growth are simultaneously considered resulting in very accurate model. In this paper we present object-oriented implementation of the abovementioned Rappaz and Gandin approach. This software has been created to extend a functionality 1 mgr inż., wodo@icis.pcz.pl dr hab. inż., prof. P. Cz., sczygiol@icis.pcz.pl

2 559 of the NuscaS system [9,10]. It allows using different algorithms of automaton generation, as well as nucleation and growth descriptions. The rest of this paper is organised as follows. In Section we briefly present cellular automata based approach to the solidification process while in Section 3 we show its object-oriented implementation, next in Section 4 we provide numerical results for aluminium-7% silicon alloy. Finally we close the paper with some concluding remarks.. GRAIN GROWTH SIMULATION USING CELLULAR AUTOMATA The system is based on the approach proposed by Rappaz and Gandin. In this method two phenomena nucleation and growth of columnar and equiaxed grains are considered. However, in the system only growth of equiaxed grain is analysed. The considered domain is divided into regular square cells; each cell has the attribute of state (solid-1, liquid-0) and value of undercooling. At the beginning of simulation each cell has the liquid state and has initial undercooling that is changed within time processing, depending on solidifying condition. Each cell has neighbourhood defined in unique way. However, the configuration of neighbourhood can be various e.g. cubic von Neumann or cubic Moore, but remains the same for the considered domain. For the network of cells defined in this way the simulation proceeds. For each time step two processes are taken into account: the nucleation and the growth phenomena. The homogeneous nucleation process is described by a Gaussian function with 3 three parameters: the density of sites, n [ m ], the standard deviation, T [ K ] and the mean undercooling, Tmax [ K ], respectively. These values can be determined via experimental observation [8]. The total number of grains which nucleate during a time step is given by the equation (1): T T dn N S dt (1) d T T where dn n T n T exp T Tmax Tmax is nucleation law, S is an area of the casting [ m ] and T. is undercooling [ K ]. The cells, which nucleated in a given time step are randomly chosen among the cells with liquid state. Next, the grain is created and the crystallographic direction is randomly chosen among 48 classes of the orientation corresponding to a class width of less than ( 90 /48). For every grain which has nucleated the growth algorithm is applied in the next time steps.

3 560 In the system the rectangles algorithm has been used. Its detailed description can be found in Ref. [4]. Here, we put only a brief description. The data for this algorithm are: undercooling of the cell, the neighbourhood of the cell and the crystallographic direction. Fig. 1 shows a schematic drawing of the algorithm. Here, for every grain the transformed coordinate is introduced, which is rotated by angle, connected with crystallographic orientation. The algorithm for every grain b egins with calculating the diagonal of the square for central cell c, using KGT model [5]. This model introduces relationship between temperature and velocity of dendritic tip, 3 T, that can be approximated by third order polynomial, T a T a. 3 T When the growing square with time engulf the center of four neighbours n 1, n, n 3 and n 4 four rectangles start to grow in the center of their neighbour and their state changes into solid. Four new coordinates are introduced to simplify calculation. The growth of rectangles is updated with local undercooling,. For these cells theirs neighbours are considered and the algorithm proceeds in analogous way. T ni 3. IMPLEMENTATION Rys. 1. Schemat algorytmu wzrostu (dokładny opis można znaleźć w [4]). Fig. 1. Schematic diagram of growth algorithm (for details, see Ref. [4]). The method presented in the previous section has been implemented using the C++ language and object-oriented methodology. Figure shows the UML [7] diagram of the main components included in the software. The main class is SolidificationProcess, which is responsible for the main iteration of the simulation. This class utilises next three components MeshGenerator, GrowthProcess, NucleationProcess. These represent abstract interfaces to implement various cellular automata generators, algorithms of nucleation and grain growth processes, respectively. Two classes, CA_Cell and CA_CellMesh, represent cellular automata. To represent single grain and grain network the Grain and GrainMesh classes are used.

4 561 Such an approach has a very important feature; thanks to the mechanism of polymorphism we can change components of the system easily introducing new functionality. Rys.. Schemat UML pakietu do symulacji procesu krzepnięcia z wykorzystaniem CA Fig.. UML scheme of the software simulating the solidification process using CA. 4. NUMERICAL RESULTS To verify our system we have performed numerical simulation of solidification process. An aluminium-7% silicon alloy was used for simulation. The nucleation 10 3 parameters of this alloy are: n [ m ], T 0. 1[ K ], T max [ K ], respectively. The growth kinetics was described by KGT model with parameters: a.9 10 [ m sk ] and a [ m sk ]. The casting has the shape of square, [ m ] and was divided into cells with cell spacing dl 10 5 [ m ]. In this simulation dt [ s ] time step was used. The temperature filed was uniform for the considered casting and was changing with the cooling rate T.3 [ K s ]. Figure 3 shows obtained results of the numerical simulation. Development of grain structure is shown in three time steps, which correspond to the undercoolings: T 10. [ K ], T [ K ], T [ K ], respectively.

5 56 As we can see the evolution of grain shape corresponds to what can be expected when considering the uniform temperature field. In Figure 3(a) only few grains had nucleated and begun to grow (the location of grain is random). It is worth to notice, that the grains crystallographic orientation is random, as well. Figure 3(b) shows the consecutive state, more grains had nucleated and grown. The last figure presents the final structure of solidified casting. (a) (b) (c) Rys. 3. Struktura w odlewie Fig. 3. Grain structure in casting Obtained results highlight important property of the method. Application of the cellular automata allows observing the interaction between growing grains with good quality. What is more, the method preserves grains adhesion. This feature is particularly interesting since it allows generation of the hybrid finite elements based on the grains shape. 5. CONCLUS IONS AND FUTURE WORK In this paper we have presented the object-oriented software designed to implement simulation of the equiaxed grain growth in solidifying casting. The system is based on the cellular automata paradigm. The presented package has been created to extended a functionality of the NuscaS system. One of the main aims of this project is to allow generation of the unstructured meshes of the hybrid finite elements [11]. The current work focuses on the improvement of the system efficiency, which is crucial for real life applications. Another important issue is coupling with finite element method, which should give a possibility to introduce the non-isothermal temperature field to the simulation. Because of the high complexity of the problem a parallel implementation is considered.

6 563 REFERENCES [1] J. Alkemper, P.W. Voorhees: Three-dimensional characterization of dendritic microstructures, Acta mater., vol.49, pp , (001). [] W.J. Boettinger et al.: Solidification microstructures: recent developments, future direction, Acta mater., vol. 48, pp.43-70, (1999). [3] A. Coxe, C. Reiter: Fuzzy hexagonal automata and snowflakes, Comput. And Graphics, vol.7,pp (003) [4] Ch. A. Gandin, R.J. Schaefer, M. Rappaz: Analytical and numerical prediction of dendritic grain envelopes, Acta mater., vol. 44, pp ,(1995). [5] W. Kurz, B. Giovanola, R. Trivedi: Theory of microstructural development during rapid solidification, Acta metal., vol.34, pp , (1986). [6] M. Plapp, A. Karma: Multiscale finite-difference-diffusion-monte-carlo method for simulating dendritic solidification, Journal of Comp. Physics, vol.165,pp ,(000). [7] OMG (Object Management Group) http.// [8] M. Rapazz, Ch.-a. Gandin: Probabilistic modelling of microstructure formation in solidification processes, Acta metal. mater., vol.411, pp ,(1993). [9] N. Sczygiol: Object-oriented analysis of the numerical modelling of casting solidification, Comp. Ass. Mech. And Eng. Scien., vol.8, pp.79-98,(001). [10] N. Sczygiol: Modelowanie numeryczne zjawisk termodynamicznych w krzepnącym odlewie i formie odlewniczej, Wyd. P. Cz., Częstochowa 000 [11] G. Szwarz: Modelowanie numeryczne pękania stopów o strukturze równoosiowej w stanie stało ciekłym, praca doktorska P. Cz, 00. [1] W. Wang, P.Lee, M.McLean:A model of solidification microstructure in nickelbased superalloy: prediction primary dendrite spacing selection, Acta mater., vol 51,pp ,(003). [13] J. A. Warren, W.J. Boettinger: Prediction of dendritic growth and microsegregation patterns in a binary alloy using the phase-field method, Acta metal. mater., vol. 43, pp , (1994). MODELOWANIE WZROSTU STRUKTURY RÓWNOOSIOWEJ W PROCESIE KRZEPNIĘCIA STRESZCZENIE W pracy przedstawiono autorską obiektową realizację systemu do symulacji wzrostu struktury równoosiowej w krzepnącym odlewie z wykorzystaniem automatu komórkowego. Pokazano wyniki przykładowej symulacji dla stopu dwuskładnikowego (Al-7% Si). Omówiono również możliwe sposoby rozbudowy systemu. Recenzowała Prof. Ewa Majchrzak

Numerical Simulation of Dendrite Growth during Solidification

Numerical Simulation of Dendrite Growth during Solidification Freund Publishing House Ltd. International Journal of Nonlinear Sciences and Numerical Simulation, 7(2), 171-176, 2006 Numerical Simulation of Dendrite Growth during Solidification X. Yao a b, B. He b,

More information

ANALYSIS OF SEGREGATION PROCESS USING THE BROKEN LINE MODEL. NUMERICAL REALIZATION

ANALYSIS OF SEGREGATION PROCESS USING THE BROKEN LINE MODEL. NUMERICAL REALIZATION 31/10 Archives of Foundry, Year 2003, Volume 3, 10 Archiwum O dlewnictwa, Rok 2003, Rocznik 3, Nr 10 PAN Katowice PL ISSN 1642-5308 ANALYSIS OF SEGREGATION PROCESS USING THE BROKEN LINE MODEL. NUMERICAL

More information

MACRO- AND MICROSTRUCTURES

MACRO- AND MICROSTRUCTURES CHAPTER 11 MACRO- AND MICROSTRUCTURES Movies from simulations relating to macro-micro models of solidification can be found at: http://solidification.org/movies/macro-micro. html 11.1 INTRODUCTION The

More information

Numerical Simulation of Solidification Structure Formation during Continuous Casting in Fe 0.7mass%C Alloy Using Cellular Automaton Method

Numerical Simulation of Solidification Structure Formation during Continuous Casting in Fe 0.7mass%C Alloy Using Cellular Automaton Method , pp. 903 908 Numerical Simulation of Solidification Structure Formation during Continuous Casting in Fe 0.7mass%C Alloy Using Cellular Automaton Method Minoru YAMAZAKI, 1) Yukinobu NATSUME, 1) Hiroshi

More information

Phase field simulation of the columnar dendritic growth and microsegregation in a binary alloy

Phase field simulation of the columnar dendritic growth and microsegregation in a binary alloy Vol 17 No 9, September 28 c 28 Chin. Phys. Soc. 1674-156/28/17(9)/3516-7 Chinese Physics B and IOP Publishing Ltd Phase field simulation of the columnar dendritic growth and microsegregation in a binary

More information

Analysis of Yield Rate in Single Crystal Casting Process Using an Engineering Simulation Model

Analysis of Yield Rate in Single Crystal Casting Process Using an Engineering Simulation Model Materials Transactions, Vol. 44, No. 5 (23) pp. 829 to 835 Special Issue on Solidification Science and Processing for Advanced Materials #23 The Japan Institute of Metals Analysis of Yield Rate in Single

More information

Probabilistic Simulation of Solidification Microstructure Evolution During Laser-Based Metal Deposition

Probabilistic Simulation of Solidification Microstructure Evolution During Laser-Based Metal Deposition Probabilistic Simulation of Solidification Microstructure Evolution During Laser-Based Metal Deposition Jingwei Zhang1, Frank Liou1, William Seufzer3, Joseph Newkirk2, Zhiqiang Fan1, Heng Liu1, Todd E.Sparks1

More information

ÓThe Author(s). This article is published with open access at Springerlink.com DOI: /s /$19.00

ÓThe Author(s). This article is published with open access at Springerlink.com DOI: /s /$19.00 JMEPEG (2014) 23:1088 1095 ÓThe Author(s). This article is published with open access at Springerlink.com DOI: 10.1007/s11665-013-0820-8 1059-9495/$19.00 Modeling of Directional Solidification of Columnar

More information

The accuracy of a 2D and 3D dendritic tip scaling parameter in predicting the columnar to equiaxed transition (CET)

The accuracy of a 2D and 3D dendritic tip scaling parameter in predicting the columnar to equiaxed transition (CET) Journal of Physics: Conference Series PAPER OPEN ACCESS The accuracy of a 2D and 3D dendritic tip scaling parameter in predicting the columnar to equiaxed transition (CET) To cite this article: M Seredyski

More information

A Two-Dimensional Computational Model for the Simulation of Dendritic Microstructure and Solute Distribution of Fe-0.04%C Alloys

A Two-Dimensional Computational Model for the Simulation of Dendritic Microstructure and Solute Distribution of Fe-0.04%C Alloys World Journal of Engineering and Technology, 2017, 5, 175-187 http://www.scirp.org/journal/wjet ISSN Online: 2331-4249 ISSN Print: 2331-4222 A Two-Dimensional Computational Model for the Simulation of

More information

Evolution of the Specific Solid-Liquid Interface Area in Directional Solidification

Evolution of the Specific Solid-Liquid Interface Area in Directional Solidification Evolution of the Specific Solid-Liquid Interface Area in Directional Solidification Beckermann C 1), Neumann-Heyme H 2), Eckert K 2) 1 Department of Mechanical and Industrial Engineering, University of

More information

Modeling of microstructure evolution of magnesium alloy during the high pressure die casting process

Modeling of microstructure evolution of magnesium alloy during the high pressure die casting process IOP Conference Series: Materials Science and Engineering Modeling of microstructure evolution of magnesium alloy during the high pressure die casting process To cite this article: Mengwu Wu and Shoumei

More information

PHYSICAL AND MATHEMATICAL MODELLING OF THE INITIAL SHELL STRENGTH IN CONTINUOUS CASTING

PHYSICAL AND MATHEMATICAL MODELLING OF THE INITIAL SHELL STRENGTH IN CONTINUOUS CASTING PHYSICAL AND MATHEMATICAL MODELLING OF THE INITIAL SHELL STRENGTH IN CONTINUOUS CASTING Schuetzenhoefer, W., C. Bernhard and H. Hiebler Department of Ferrous Metallurgy, University of Leoben, Austria ABSTRACT

More information

Modeling of Globular and Dendritic Structure Evolution in Solidification of an Al 7mass%Si Alloy

Modeling of Globular and Dendritic Structure Evolution in Solidification of an Al 7mass%Si Alloy , pp. 99 998 Modeling of Globular and Dendritic Structure Evolution in Solidification of an Al 7mass%Si Alloy M. F. ZHU, J. M. KIM and C. P. HONG Center for Computer-Aided Materials Processing (CAMP),

More information

3rd International Conference on Mechatronics and Information Technology (ICMIT 2016)

3rd International Conference on Mechatronics and Information Technology (ICMIT 2016) 3rd International Conference on Mechatronics and Information Technology (ICMIT 2016) The confirmation of simulation parameter and analysis of temperature field of 430 ferrite stainless steel in water-cooling

More information

The peritectic transformation, where δ (ferrite) and L (liquid)

The peritectic transformation, where δ (ferrite) and L (liquid) Cellular automaton simulation of peritectic solidification of a C-Mn steel *Su Bin, Han Zhiqiang, and Liu Baicheng (Key Laboratory for Advanced Materials Processing Technology (Ministry of Education),

More information

Grain Growth Modeling for Additive Manufacturing of Nickel Based Superalloys

Grain Growth Modeling for Additive Manufacturing of Nickel Based Superalloys Grain Growth Modeling for Additive Manufacturing of Nickel Based Superalloys H. L. Wei 1, T. Mukherjee 1 and T. DebRoy 1 1 The Pennsylvania State University, University Park, PA, 16801, USA Why grain growth

More information

THE EFFECT OF MAGNESIUM ON THE MICROSTRUCTURE OF AK7- SiC P COMPOSITES

THE EFFECT OF MAGNESIUM ON THE MICROSTRUCTURE OF AK7- SiC P COMPOSITES 2/44 Solidification of Metals and Alloys, Year 2000, Volume 2, Book No. 44 Krzepnięcie Metali i Stopów, Rok 2000, Rocznik 2, Nr 44 PAN Katowice PL ISSN 0208-9386 THE EFFECT OF MAGNESIUM ON THE MICROSTRUCTURE

More information

Simulation of Solute Redistribution during Casting and Solutionizing of Multi-phase, Multi-component Aluminum Alloys

Simulation of Solute Redistribution during Casting and Solutionizing of Multi-phase, Multi-component Aluminum Alloys Simulation of Solute Redistribution during Casting and Solutionizing of Multi-phase, Multi-component Aluminum Alloys F. Yi,* H. D. Brody* and J. E. Morral** * University of Connecticut, Storrs, CT 6269-336

More information

Progress on modeling and simulation of directional solidification of superalloy turbine blade casting. *Xu Qingyan, Liu Baicheng, Pan Dong, Yu Jing

Progress on modeling and simulation of directional solidification of superalloy turbine blade casting. *Xu Qingyan, Liu Baicheng, Pan Dong, Yu Jing Progress on modeling and simulation of directional solidification of superalloy turbine blade casting *Xu Qingyan, Liu Baicheng, Pan Dong, Yu Jing (Key Laboratory for Advanced Materials Processing Technology,

More information

ThermoCalc Application for the Assessment of Binary Alloys Non-Equilibrium Solidification

ThermoCalc Application for the Assessment of Binary Alloys Non-Equilibrium Solidification A R C H I V E S of F O U N D R Y E N G I N E E R I N G Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-331) Volume 17 Issue 1/217 163 168 3/1 ThermoCalc

More information

Numerical Simulation of the Solidification of Pure Melt by a Phase- Field Model Using an Adaptive Computation Domain

Numerical Simulation of the Solidification of Pure Melt by a Phase- Field Model Using an Adaptive Computation Domain Numerical Simulation of the Solidification of Pure Melt by a Phase-Field Model Using an Adaptive Computation Domain Alexandre Furtado Ferreira furtado@metal.eeimvr.uff.br Universidade Federal Fluminense

More information

Monte Carlo Simulation of Grain Growth

Monte Carlo Simulation of Grain Growth Materials Research, Vol. 2, No. 3, 133-137, 1999. 1999 Monte Carlo Simulation of Grain Growth Paulo Blikstein, André Paulo Tschiptschin Depto. de Eng. Metalúrgica e de Materiais, Escola Politécnica da

More information

Static Recrystallization Phase-Field Simulation Coupled with Crystal Plasticity Finite Element Method

Static Recrystallization Phase-Field Simulation Coupled with Crystal Plasticity Finite Element Method tatic Recrystallization Phase-Field imulation Coupled with Crystal Plasticity Finite Element Method T. Takaki 1, A. Yamanaka, Y. Tomita 2 ummary We have proposed a simulation model for static recrystallization

More information

ISS-EXPERIMENTS OF COLUMNAR-TO-EQUIAXED TRANSITION IN SOLIDIFICATION PROCESSING

ISS-EXPERIMENTS OF COLUMNAR-TO-EQUIAXED TRANSITION IN SOLIDIFICATION PROCESSING ISS-EXPERIMENTS OF COLUMNAR-TO-EQUIAXED TRANSITION IN SOLIDIFICATION PROCESSING Laszlo Sturz 1 ; Gerhard Zimmermann 1 ; Charles-Andre Gandin 2 ; Bernard Billia 3 ; Nathalie Mangelinck 3 ; Henry Nguyen-Thi

More information

FRACTURE TOUGHNESS EXAMINATION OF THE ALUMINIUM MATRIX COMPOSITE REINFORCED WITH CHOPPED CARBON FIBRES

FRACTURE TOUGHNESS EXAMINATION OF THE ALUMINIUM MATRIX COMPOSITE REINFORCED WITH CHOPPED CARBON FIBRES 44/18 ARCHIWUM ODLEWNICTWA Rok 2006, Rocznik 6, Nr 18 (1/2) ARCHIVES OF FOUNDRY Year 2006, Volume 6, N o 18 (1/2) PAN Katowice PL ISSN 1642-5308 FRACTURE TOUGHNESS EXAMINATION OF THE ALUMINIUM MATRIX COMPOSITE

More information

K S T S ' = K L T L ' + vl v

K S T S ' = K L T L ' + vl v Heat Flow and Interface Stability Elemental metals - solidification rate controlled by rate at which latent of fusion can be conducted away from the solid/liquid interface Heat conduction can be either

More information

Numerical Simulation of Microstructure Evolution of Al Alloys in Centrifugal Casting

Numerical Simulation of Microstructure Evolution of Al Alloys in Centrifugal Casting , pp. 738 747 Numerical Simulation of Microstructure Evolution of Al Alloys in Centrifugal Casting S. R. CHANG, J. M. KIM and C. P. HONG Center for Computer-Aided Materials Processing (CAMP), Department

More information

Cellular Automaton Modeling of Ductile Iron Density Changes at the Solidification Time

Cellular Automaton Modeling of Ductile Iron Density Changes at the Solidification Time ARCHIVES of FOUNDRY ENGINEERING DOI: 10.2478/afe-2013-0074 Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (2299-2944) Volume 13 Issue 4/2013 9 14 Cellular

More information

Numerical modelling of the solidification of ductile iron

Numerical modelling of the solidification of ductile iron Journal of Crystal Growth 191 (1998) 261 267 Numerical modelling of the solidification of ductile iron J. Liu*, R. Elliott Manchester Materials Science Centre, University of Manchester, Grosvenor Street,

More information

Multi-scale simulation of ductile iron casting

Multi-scale simulation of ductile iron casting IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Multi-scale simulation of ductile iron casting To cite this article: J Kubo 2015 IOP Conf. Ser.: Mater. Sci. Eng. 84 012044 View

More information

Learning Objectives. Chapter Outline. Solidification of Metals. Solidification of Metals

Learning Objectives. Chapter Outline. Solidification of Metals. Solidification of Metals Learning Objectives Study the principles of solidification as they apply to pure metals. Examine the mechanisms by which solidification occurs. - Chapter Outline Importance of Solidification Nucleation

More information

Phase-field simulation of the columnar-to-equiaxed transition in alloy solidification

Phase-field simulation of the columnar-to-equiaxed transition in alloy solidification Acta Materialia 54 (26) 215 226 www.actamat-journals.com Phase-field simulation of the columnar-to-equiaxed transition in alloy solidification Arnoldo Badillo, Christoph Beckermann * Department of Mechanical

More information

Grain Morphology of As-Cast Wrought Aluminium Alloys

Grain Morphology of As-Cast Wrought Aluminium Alloys Proceedings of the 12th International Conference on Aluminium Alloys, September 5-9, 2010, Yokohama, Japan 2010 2010 The Japan Institute of Light Metals pp. 173-178 173 Grain Morphology of As-Cast Wrought

More information

Lecture 6: Solidification of Single Phase Alloys

Lecture 6: Solidification of Single Phase Alloys Lecture 6: Solidification of Single Phase Alloys 1 Zone Melting Process of zone melting: Start with a solid alloy bar with uniform cross-section. Place the bar horizontally. Only melt the bar within a

More information

DIRECTIONAL SOLIDIFICATION OF CMSX-3 NICKEL BASED SUPERALLOY

DIRECTIONAL SOLIDIFICATION OF CMSX-3 NICKEL BASED SUPERALLOY DIRECTIONAL SOLIDIFICATION OF CMSX-3 NICKEL BASED SUPERALLOY Peter PINKE Maroš MARTINKOVIČ Faculty of Materials Science and Technology Trnava, Slovak University of Technology Bratislava, Paulínska 16,

More information

A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume Issue 1 DOI: /v

A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume Issue 1 DOI: /v A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume 57 2012 Issue 1 DOI: 10.2478/v10172-012-0037-0 A. BURBELKO, J. FALKUS, W. KAPTURKIEWICZ, K. SOŁEK, P. DROŻDŻ, M. WRÓBEL MODELING OF

More information

RCAFE BASED NUMERICAL MODEL OF DYNAMIC RECRYSTALLIZATION 1. INTRODUCTION

RCAFE BASED NUMERICAL MODEL OF DYNAMIC RECRYSTALLIZATION 1. INTRODUCTION Journal of Machine Engineering, Vol. 16, No. 2, 2016 Received: 03 March 2016 / Accepted: 02 June 2016 / Published online: 20 June 2016 cellular automata, RCAFE, recrystallization Adam LEGWAND 1* Mateusz

More information

Phase Transformation in Materials

Phase Transformation in Materials 2015 Fall Phase Transformation in Materials 11. 11. 2015 Eun Soo Park Office: 33-313 Telephone: 880-7221 Email: espark@snu.ac.kr Office hours: by an appointment 1 Contents for previous class Solidification:

More information

Modeling: (i) thermal spray rapid solidification (ii) partially molten particle impact

Modeling: (i) thermal spray rapid solidification (ii) partially molten particle impact Modeling: (i) thermal spray rapid solidification (ii) partially molten particle impact Markus Bussmann Mechanical & Industrial Engineering Centre for Advanced Coating Technologies (CACT) University of

More information

MICROSTRUCTURE OF RAPIDLY SOLIDIFIED POWDERS

MICROSTRUCTURE OF RAPIDLY SOLIDIFIED POWDERS MICROSTRUCTURE OF RAPIDLY SOLIDIFIED POWDERS R. D. Field, A. R. Cox,J"' and H. L. Fraser?+ Department of Metallurgical and Mining Engineering University of Illinois Urbana, Illinois 61801 Individual rapidly

More information

EFFECT OF STRONTIUM AND ANTIMONY ON STRUCTURE AND MECHANICAL PROPERTIES OF HYPOEUTECTIC SILUMINS

EFFECT OF STRONTIUM AND ANTIMONY ON STRUCTURE AND MECHANICAL PROPERTIES OF HYPOEUTECTIC SILUMINS 28/21 ARCHIWUM ODLEWNICTWA Rok 2006, Rocznik 6, Nr 21(1/2) ARCHIVES OF FOUNDARY Year 2006, Volume 6, Nº 21 (1/2) PAN Katowice PL ISSN 1642-5308 EFFECT OF STRONTIUM AND ANTIMONY ON STRUCTURE AND MECHANICAL

More information

Hot-crack test for aluminium alloys welds using TIG process

Hot-crack test for aluminium alloys welds using TIG process EPJ Web of Conferences 6, 07001 (2010) DOI:10.1051/epjconf/20100607001 Owned by the authors, published by EDP Sciences, 2010 Hot-crack test for aluminium alloys welds using TIG process A. Niel,a, F. Deschaux-beaume,

More information

Solidification and Crystallisation 5. Formation of and control of granular structure

Solidification and Crystallisation 5. Formation of and control of granular structure MME 345 Lecture 08 Solidification and Crystallisation 5. Formation of and control of granular structure Ref: [1] A. Ohno, The Solidification of Metals, Chijin Shokan Co. Ltd., 1976 [2] P. Beeley, Foundry

More information

Thermodynamics and Microstructure: Recent Examples for Coupling of Thermodynamic and Mobility Data to the Software MICRESS

Thermodynamics and Microstructure: Recent Examples for Coupling of Thermodynamic and Mobility Data to the Software MICRESS 12.09.08 Aachen Thermodynamics and Microstructure: Recent Examples for Coupling of Thermodynamic and Mobility Data to the Software MICRESS Dr. Bernd Böttger ACCESS e.v. Aachen Outline Microstructure Simulation

More information

Numerical Evaluation of Hot Tearing in the Solidifying Casting

Numerical Evaluation of Hot Tearing in the Solidifying Casting Numerical Evaluation of Hot Tearing in the Solidifying Casting Norbert Sczygiol and Zbigniew Domański Abstract Hot tearing is a serious defect that appears during the solidification of an alloy. Due to

More information

ANALYSIS AND INTERPRETATION OF MAXUS-7 EXPERIMENTS MACE ON COLUMNAR-EQUIAXED SOLIDIFICATION IN AL-SI ALLOYS

ANALYSIS AND INTERPRETATION OF MAXUS-7 EXPERIMENTS MACE ON COLUMNAR-EQUIAXED SOLIDIFICATION IN AL-SI ALLOYS ANALYSIS AND INTERPRETATION OF MAXUS-7 EXPERIMENTS MACE ON COLUMNAR-EQUIAXED SOLIDIFICATION IN AL-SI ALLOYS Laszlo Sturz, Gerhard Zimmermann ACCESS e.v., Intzestrasse 5, 52072 Aachen, Germany, Email: L.Sturz@access-technology.de

More information

Growth of equiaxed dendritic crystals settling in an undercooled melt

Growth of equiaxed dendritic crystals settling in an undercooled melt Growth of equiaxed dendritic crystals settling in an undercooled melt A. Badillo and C. Beckermann Dept. Mechanical & Industrial Engineering, University of Iowa, SC, Iowa City, IA, USA Abstract Experiments

More information

Solidification of Quasi-Regular Eutectic

Solidification of Quasi-Regular Eutectic ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 7 Issue 3/2007 171 178 33/3 Solidification of Quasi-Regular

More information

THE c. Abstract. Experimental

THE c. Abstract. Experimental THE c L J. W. Femihough, S. L. Cockcroft, A. Mitchell and A. J. Schmalz The Department of Metals and Materials Engineering The University of British Columbia Vancouver, Canada V6T 124 Abstract The thermal

More information

CELLULAR AUTOMATON SIMULATION FOR VOLUME CHANGES OF SOLIDIFYING NODULAR CAST IRON

CELLULAR AUTOMATON SIMULATION FOR VOLUME CHANGES OF SOLIDIFYING NODULAR CAST IRON A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume 60 DOI: 10.1515/amm-2015-0388 2015 Issue 3 A. BURBELKO* #, D. GURGUL*, E. GUZIK*, W. KAPTURKIEWICZ* CELLULAR AUTOMATON SIMULATION

More information

ANALYSIS OF STRAY GRAIN FORMATION IN SINGLE-CRYSTAL NICKEL-BASED SUPERALLOY WELDS

ANALYSIS OF STRAY GRAIN FORMATION IN SINGLE-CRYSTAL NICKEL-BASED SUPERALLOY WELDS Superalloys 2004 Edited by K.A. Green, T.M. Pollock, H. Harada, T.E. Howson, R.C. Reed, J.J. Schirra, and S, Walston TMS (The Minerals, Metals & Materials Society), 2004 ANALYSIS OF STRAY GRAIN FORMATION

More information

COMPUTER-AIDED DUCTILE IRON COOLING CURVE ANALYSIS

COMPUTER-AIDED DUCTILE IRON COOLING CURVE ANALYSIS COMPUTER-IDED DUCTIE IRON COOIN CURVE NYSIS. Zemcík, J. Cech, P. Krhounek Dept. of Foundry Engineering F. Pisek Institute of Materials Engineering Brno University of Technology, 616 69 Brno, Czech Republic

More information

3D CAFE simulation of a macrosegregation benchmark experiment

3D CAFE simulation of a macrosegregation benchmark experiment IOP Conference Series: Materials Science and Engineering 3D CAFE simulation of a macrosegregation benchmark experiment To cite this article: T Carozzani et al 2012 IOP Conf. Ser.: Mater. Sci. Eng. 33 012087

More information

Three-dimensional analysis of eutectic grains in hypoeutectic Al Si alloys

Three-dimensional analysis of eutectic grains in hypoeutectic Al Si alloys Materials Science and Engineering A 392 (2005) 440 448 Three-dimensional analysis of eutectic grains in hypoeutectic Al Si alloys Cameron M. Dinnis, Arne K. Dahle, John A. Taylor CRC for Cast Metals Manufacturing

More information

Process-scale modelling of microstructure in direct chill casting of aluminium alloys

Process-scale modelling of microstructure in direct chill casting of aluminium alloys IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Process-scale modelling of microstructure in direct chill casting of aluminium alloys To cite this article: M Bedel et al 2015

More information

Anomalous Halo Formation in an Arc-Melted ScNi-Sc 2 Ni Off-Eutectic Binary Alloy

Anomalous Halo Formation in an Arc-Melted ScNi-Sc 2 Ni Off-Eutectic Binary Alloy materials Communication Anomalous Halo Formation in an Arc-Melted ScNi-Sc 2 Ni Off-Eutectic Binary Alloy Kai Wang, Ming Wei and Lijun Zhang * State Key Laboratory of Powder Metallugy, Central South University,

More information

Solidification microstructure development

Solidification microstructure development Sadhana, Vol. 6, Parts 1 &, February April 001, pp. 5 34. Printed in India Solidification microstructure development G PHANIKUMAR and K CHATTOPADHYAY Department of Metallurgy, Indian Institute of Science,

More information

Analysis of columnar crystals growth during the solidification in magnetic field J. Szajnar

Analysis of columnar crystals growth during the solidification in magnetic field J. Szajnar Analysis of columnar crystals growth during the solidification in magnetic field J. Szajnar Foundry Institute, Silesian Technical University, 44-10 Gliwice, Towarowa 7, Poland ABSTRACT Interaction of rotational

More information

Modeling of Ferrite-Austenite Phase Transformation Using a Cellular Automaton Model

Modeling of Ferrite-Austenite Phase Transformation Using a Cellular Automaton Model , pp. 422 429 Modeling of Ferrite-Austenite Phase Transformation Using a Cellular Automaton Model Dong AN, 1) Shiyan PAN, 1) Li HUANG, 1) Ting DAI, 1) Bruce KRAKAUER 2) and Mingfang ZHU 1) * 1) Jiangsu

More information

COMPETITIVE GRAIN GROWTH IN DIRECTIONAL SOLIDIFICATION OF A NICKEL-BASE SUPERALLOY

COMPETITIVE GRAIN GROWTH IN DIRECTIONAL SOLIDIFICATION OF A NICKEL-BASE SUPERALLOY COMPETITIVE GRAIN GROWTH IN DIRECTIONAL SOLIDIFICATION OF A NICKEL-BASE SUPERALLOY Y.Z. Zhou, N.R. Green School of Engineering, Metallurgy and Materials, University of Birmingham, Edgbaston, Birmingham

More information

Study of the growth of Al-based alloys and of silicon for photovoltaic applications using X-ray synchrotron radiography and topography

Study of the growth of Al-based alloys and of silicon for photovoltaic applications using X-ray synchrotron radiography and topography Etude de la croissance d alliages à base aluminium et du silicium pour les applications photovoltaïques par radiographie et topographie X synchrotron Study of the growth of Al-based alloys and of silicon

More information

QuesTek Innovations Application of ICME to the Design and Development of New High-Performance Materials for AM

QuesTek Innovations Application of ICME to the Design and Development of New High-Performance Materials for AM QuesTek Innovations Application of ICME to the Design and Development of New High-Performance Materials for AM David Snyder Senior Materials Development Engineer October 8, 2015 Session Questions #1 -

More information

Modes of Grain Selection in Spiral Selector during Directional Solidification of Nickel-base Superalloys

Modes of Grain Selection in Spiral Selector during Directional Solidification of Nickel-base Superalloys J. Mater. Sci. Technol., 12, 28(3), 214 2. Modes of Grain Selection in Spiral Selector during Directional Solidification of Nickel-base Superalloys Xiangbin Meng 1,2), Qi Lu 1,2), Jinguo Li 1), Tao Jin

More information

Science and Engineering of Casting Solidification Second Edition

Science and Engineering of Casting Solidification Second Edition Science and Engineering of Casting Solidification Second Edition Doru Michael Stefanescu Science and Engineering of Casting Solidification Second Edition Doru Michael Stefanescu Department of Materials

More information

Modelling and Simulation of Core Shell Precipitates under Tensial Loading Using the Cellular Automata Method

Modelling and Simulation of Core Shell Precipitates under Tensial Loading Using the Cellular Automata Method Mechanics and Mechanical Engineering Vol. 21, No. 3 (2017) 443 452 c Lodz University of Technology Modelling and Simulation of Core Shell Precipitates under Tensial Loading Using the Cellular Automata

More information

1. Introduction. Alexandre Furtado Ferreira a *, Ivaldo Leão Ferreira a, Janaan Pereira da Cunha a, Ingrid Meirelles Salvino a

1. Introduction. Alexandre Furtado Ferreira a *, Ivaldo Leão Ferreira a, Janaan Pereira da Cunha a, Ingrid Meirelles Salvino a Materials Research. 2015; 18(3): 644-653 2015 DOI: http://dx.doi.org/10.1590/1516-1439.293514 Simulation of the Microstructural Evolution of Pure Material and Alloys in an Undercooled Melts via Phase-field

More information

MODELING WITH FCA-BASED MODEL OF MICROSTRUCTURE EVOLUTION IN ULTRA-THIN WIRES OF MGCA08 ALLOY DURING HOT DRAWING

MODELING WITH FCA-BASED MODEL OF MICROSTRUCTURE EVOLUTION IN ULTRA-THIN WIRES OF MGCA08 ALLOY DURING HOT DRAWING Modeling with FCA-based model of microstructure evolution in ultra-thin wires of MgCa08 alloy during hot drawing XIII International Conference on Computational Plasticity. Fundamentals and Applications

More information

Segregation and Microstructure in Continuous Casting Shell

Segregation and Microstructure in Continuous Casting Shell Segregation and Microstructure in Continuous Casting Shell Brian G. Thomas and Young-Mok Won Department of Mechanical & Industrial Engineering University of Illinois at Urbana-Champaign September 25, 2000

More information

TALAT Lecture Phase Diagrams. 14 pages, 13 Figures. Basic Level

TALAT Lecture Phase Diagrams. 14 pages, 13 Figures. Basic Level TALAT Lecture 1203 Phase Diagrams 14 pages, 13 Figures Basic Level prepared by M H Jacobs * Interdisciplinary Research Centre in Materials The University of Birmingham, UK (Based on approach adopted by

More information

COMPARISON OF THE EXPERIMENTAL AND THE SIMULATION METHOD OF ESTABLISHING RESIDUAL STRESS IN Al-ALLOYS

COMPARISON OF THE EXPERIMENTAL AND THE SIMULATION METHOD OF ESTABLISHING RESIDUAL STRESS IN Al-ALLOYS 11/14 Archives of Foundry, Year 2004, Volume 4, 14 Archiwum Odlewnictwa, Rok 2004, Rocznik 4, Nr 14 PAN Katowice PL ISSN 1642-5308 COMPARISON OF THE EXPERIMENTAL AND THE SIMULATION METHOD OF ESTABLISHING

More information

Constrained/unconstrained solidification within the massive cast steel/iron ingots

Constrained/unconstrained solidification within the massive cast steel/iron ingots A H I V S of F O U N D Y N G I N I N G Published quarterly as the organ of the Foundry ommission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Issue 2/2010 195 202 34/2 onstrained/unconstrained

More information

Building blocks for a digital twin of additive manufacturing

Building blocks for a digital twin of additive manufacturing Building blocks for a digital twin of additive manufacturing - a path to understand the most important metallurgical variables H.L. Wei, T. Mukherjee and T. DebRoy, Department of Materials Science and

More information

Rod and lamellar growth of eutectic

Rod and lamellar growth of eutectic A R C H I V E S of F O U N D R Y E N G I N E E R I N G Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Issue 2/2010 179 184 32/2

More information

Modelling of Eutectic Saturation Influence on Microstructure in Thin Wall Ductile Iron Casting Using Cellular Automata

Modelling of Eutectic Saturation Influence on Microstructure in Thin Wall Ductile Iron Casting Using Cellular Automata A R C H I V E S of F O U N D R Y E N G I N E E R I N G Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 12 Issue 4/2012 11 16 2/4 Modelling

More information

SOLIDIFICATION STRUCTURE OF MASSIVE CASTINGS FROM DUPLEX CAST STEEL

SOLIDIFICATION STRUCTURE OF MASSIVE CASTINGS FROM DUPLEX CAST STEEL 9/15 Archives of Foundry, Year 2005, Volume 5, 15 Archiwum O dlewnictwa, Rok 2005, Rocznik 5, Nr 15 PAN Katowice PL ISSN 1642-5308 SOLIDIFICATION STRUCTURE OF MASSIVE CASTINGS FROM DUPLEX CAST STEEL D.

More information

Coupled modelling of the solidification process predicting temperatures, stresses and microstructures

Coupled modelling of the solidification process predicting temperatures, stresses and microstructures COMPUTATIONAL MATERIALS SCIENCE Computational Materials Science 7 (1996) I94-199 Coupled modelling of the solidification process predicting temperatures, stresses and microstructures M. Fackeldey *, A.

More information

Grain Refinement of Al-Si Alloys by Nb-B Inoculation. Part 1: Concept Development and Effect on Binary Alloys. Part 2: Application to Commercial

Grain Refinement of Al-Si Alloys by Nb-B Inoculation. Part 1: Concept Development and Effect on Binary Alloys. Part 2: Application to Commercial Grain Refinement of Al-Si Alloys by Nb-B Inoculation. Part 1: Concept Development and Effect on Binary Alloys. Part 2: Application to Commercial Alloys 1 Grain refinement of Al-Si alloys by Nb-B inoculation

More information

Monte Carlo Simulation of Recrystallization

Monte Carlo Simulation of Recrystallization S01-P444 1 Monte Carlo Simulation of Recrystallization C. Moron 1, P. Ramirez 2, A. Garcia 1 and E. Tremps 1 1 E.U. Arquitectura Técnica (U.P.M.), Sensors and Actuators Group, Madrid, Spain 2 E.U. Informática

More information

Evaluation of dendrite morphology using fractal dimension and dimensionless perimeter in unidirectionally solidified Al-Si Alloys

Evaluation of dendrite morphology using fractal dimension and dimensionless perimeter in unidirectionally solidified Al-Si Alloys IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Evaluation of dendrite morphology using fractal dimension and dimensionless perimeter in unidirectionally solidified Al-Si Alloys

More information

Equiaxed and columnar dendrite growth simulation in Al-7Si- Mg ternary alloys using cellular automaton method

Equiaxed and columnar dendrite growth simulation in Al-7Si- Mg ternary alloys using cellular automaton method IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Equiaxed and columnar dendrite growth simulation in Al-7Si- Mg ternary alloys using cellular automaton method To cite this article:

More information

SOLIDIFICATION, PHASE DIAGRAM & STEELS

SOLIDIFICATION, PHASE DIAGRAM & STEELS MODULE TWO SOLIDIFICATION, PHASE DIAGRAM & STEELS 4. SOLIDIFICATION Introduction Mechanism of solidification - crystallization and development of cast structure - nucleation and grain growth - dendritic

More information

INFLUENCE OF UNIDIRECTIONAL SOLIDIFICATION IN BRIDGMAN FURNACE ON THE MECHANICAL BEHAVIOR OF A CAST ALUMINUM ALLOY

INFLUENCE OF UNIDIRECTIONAL SOLIDIFICATION IN BRIDGMAN FURNACE ON THE MECHANICAL BEHAVIOR OF A CAST ALUMINUM ALLOY U.P.B. Sci. Bull., Series B, Vol. 79, Iss. 2, 2017 ISSN 1454-2331 INFLUENCE OF UNIDIRECTIONAL SOLIDIFICATION IN BRIDGMAN FURNACE ON THE MECHANICAL BEHAVIOR OF A CAST ALUMINUM ALLOY Iuliana STAN 1, Constantin

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

Module 22. Solidification & Binary Phase Diagrams V. Lecture 22. Solidification & Binary Phase Diagrams V

Module 22. Solidification & Binary Phase Diagrams V. Lecture 22. Solidification & Binary Phase Diagrams V Module 22 Solidification & Binary Phase Diagrams V ecture 22 Solidification & Binary Phase Diagrams V 1 NPTE Phase II : IIT Kharagpur : Prof. R. N. Ghosh, Dept of Metallurgical and Materials Engineering

More information

Index Terms Solidification, Zinc-base alloys, thermal parameters, columnar-to-equiaxed transition. Fig. 1: Schematic of experimental setup.

Index Terms Solidification, Zinc-base alloys, thermal parameters, columnar-to-equiaxed transition. Fig. 1: Schematic of experimental setup. Unidirectional Solidified Zn-Al-Si-Cu Alloys: Columnar-to-Equiaxed Transition (CET) Alicia Esther Ares Faculty of Sciences (FCEQyN) - National University of Misiones (UNaM). Posadas-Misiones. Researcher

More information

Origin of stray grain formation in single-crystal superalloy weld pools from heat transfer and fluid flow modeling

Origin of stray grain formation in single-crystal superalloy weld pools from heat transfer and fluid flow modeling Available online at www.sciencedirect.com Acta Materialia 58 (2010) 1441 1454 www.elsevier.com/locate/actamat Origin of stray grain formation in single-crystal superalloy weld pools from heat transfer

More information

EMA5001 Lecture 15 Other Issues with Metal Solidification by Zhe Cheng

EMA5001 Lecture 15 Other Issues with Metal Solidification by Zhe Cheng EMA5001 Lecture 15 Other Issues with Metal Solidification 016 by Zhe Cheng Eutectic Solidification L α + β 67 wt.% Al-wt% Cu eutectic Classification Normal Lamellar or other structures Both solid phase

More information

Multigrain and Multiphase Mathematical Model for Equiaxed Solidification. Marcelo Aquino Martorano, Davi Teves Aguiar & Juan Marcelo Rojas Arango

Multigrain and Multiphase Mathematical Model for Equiaxed Solidification. Marcelo Aquino Martorano, Davi Teves Aguiar & Juan Marcelo Rojas Arango Multigrain and Multiphase Mathematical Model for Equiaxed Solidification Marcelo Aquino Martorano, Davi Teves Aguiar & Juan Marcelo Rojas Arango Metallurgical and Materials Transactions A ISSN 1073-5623

More information

GRAIN GROWTH MODELING FOR ADDITIVE MANUFACTURING OF NICKEL BASED SUPERALLOYS

GRAIN GROWTH MODELING FOR ADDITIVE MANUFACTURING OF NICKEL BASED SUPERALLOYS Proceedings of the 6th International Conference on Recrystallization and Grain Growth (ReX&GG 016) Edited by: Elizabeth A. Holm, Susan Farjami, Priyadarshan Manohar, Gregory S. Rohrer, Anthony D. Rollett,

More information

A Solidification Model for Atomization

A Solidification Model for Atomization , pp. 992 999 A Solidification Model for Atomization Arvind PRASAD, 1) Salem MOSBAH, 2) Hani HENEIN 1) and Charles-André GANDIN 2) 1) Department of Chemical and Materials Engineering, University of Alberta,

More information

Lecture 31: Principles of Solidification of Steel. Key words: Solidification, planar growth, dendritic growth, casting, constitutional supercooling

Lecture 31: Principles of Solidification of Steel. Key words: Solidification, planar growth, dendritic growth, casting, constitutional supercooling Lecture 31: Principles of Solidification of Steel Contents: Preamble Solidification variables Equilibrium solidification Non equilibrium solidification Microstructure development Key words: Solidification,

More information

THE APPLICATION OF LIFE-CYCLE ASSESSMENT TO THE ENVIRONMENTAL IMPACTS IN THE PRODUCTION AND USE OF CASTINGS

THE APPLICATION OF LIFE-CYCLE ASSESSMENT TO THE ENVIRONMENTAL IMPACTS IN THE PRODUCTION AND USE OF CASTINGS 5/13 Archives of Foundry, Year 2004, Volume 4, 13 Archiwum Odlewnictwa, Rok 2004, Rocznik 4, Nr 13 PAN Katowice PL ISSN 1642-5308 THE APPLICATION OF LIFE-CYCLE ASSESSMENT TO THE ENVIRONMENTAL IMPACTS IN

More information

Simulating the microstructural evolution of a Selective Laser Melted AA-2024

Simulating the microstructural evolution of a Selective Laser Melted AA-2024 Solid Freeform Fabrication 2016: Proceedings of the 27th Annual International Solid Freeform Fabrication Symposium An Additive Manufacturing Conference Simulating the microstructural evolution of a Selective

More information

The Influence of Pressure Die Casting Parameters on the Castability of AlSi11-SiC p Composites

The Influence of Pressure Die Casting Parameters on the Castability of AlSi11-SiC p Composites ARCHIVES of FOUNDRY ENGINEERING DOI: 10.1515/afe-15-0007 Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (2299-2944) Volume 15 Issue 1/15 29 34 The Influence

More information

Influence of directional solidification variables on primary dendrite arm spacing of Ni-based superalloy DZ125

Influence of directional solidification variables on primary dendrite arm spacing of Ni-based superalloy DZ125 Influence of directional solidification variables on primary dendrite arm spacing of Ni-based superalloy DZ125 *Zhang Weiguo, Liu Lin, Huang Taiwen, Zhao Xinbao, Qu Min, Yu Zhuhuan, Fu Hengzhi (State Key

More information

Computational and Analytical Methods in AM: Linking Process to Microstructure

Computational and Analytical Methods in AM: Linking Process to Microstructure Computational and Analytical Methods in AM: Linking Process to Microstructure Greg Wagner Associate Professor, Mechanical Engineering Northwestern University Workshop on Predictive Theoretical and Computational

More information

Connectivity of phases and growth. mechanisms in peritectic alloys solidified at. low speed: An X-ray tomography study of. Cu-Sn

Connectivity of phases and growth. mechanisms in peritectic alloys solidified at. low speed: An X-ray tomography study of. Cu-Sn 1 2 3 4 Connectivity of phases and growth mechanisms in peritectic alloys solidified at low speed: An X-ray tomography study of Cu-Sn 5 6 M. Rappaz a,, F. Kohler a, J. Valloton a, A.B. Phillion a, and

More information

Phase Field Modeling of the Effects of Gradient Energy Coefficients on. the Void-matrix Interface Thickness during Czochralski Silicon Crystal

Phase Field Modeling of the Effects of Gradient Energy Coefficients on. the Void-matrix Interface Thickness during Czochralski Silicon Crystal International Conference on Manufacturing Science and Engineering (ICMSE 2015) Phase Field Modeling of the Effects of Gradient Energy Coefficients on the Void-matrix Interface Thickness during Czochralski

More information

PHASE DIAGRAMS UNDERSTANDING BASICS THE. Edited. F.C. Campbell. Materials Park, Ohio The Materials Information Society.

PHASE DIAGRAMS UNDERSTANDING BASICS THE. Edited. F.C. Campbell. Materials Park, Ohio The Materials Information Society. PHASE DIAGRAMS UNDERSTANDING THE BASICS Edited by F.C. Campbell The Materials Information Society ASM International Materials Park, Ohio 44073-0002 www.asm i nternational.org Phase Diagrams Understanding

More information