Structural Modeling and Meshing of Blast Furnace Using HyperMesh. And Tcl/Tk.

Size: px
Start display at page:

Download "Structural Modeling and Meshing of Blast Furnace Using HyperMesh. And Tcl/Tk."

Transcription

1 Structural Modeling and Meshing of Blast Furnace Using HyperMesh Debiprasad Ghosh Sr. Manager, Tech cell Bhaskar Sengupta Head, Tech cell And Tcl/Tk. Abbreviations: FEA- Finite element analysis. Keywords: Blast furnace, TCL/Tk, CDB format, Ansys Abstract Shyam Kr. Maitra Consultant, Tech cell Sujan Hazra Sr. Engineer, Tech cell The generation of geometry and meshing is done automatically using HyperMesh with the help of Tcl/Tk scripting language, with a means to conduct iterative analysis of a blast furnace (an industrial structure) using finite element method. Material properties, boundary conditions, loading and other input parameters are also given automatically to the script for iterative solution requirements. Mesh-refinement is generally required at the critical locations for more accurate results. The proposed script in this study will be useful to analyze any dimensions of blast furnace, material properties, loading and at different orders of discretization. These results are taken by a designer to design a safe and economical blast furnace for an industry. Introduction More than 85% of the world steel production is through the blast furnace route. Blast furnaces continue to be the prime choice on account of versatility of operation, large production volume and lower cost of production. However, Blast Furnaces are not only capital intensive, they also require significant time for design & erection of the various components comprising the Blast furnace shell, its refractory cooling arrangements, charging equipment, gas cleaning plant, cast house equipment, blast furnace hearth refractory etc. This paper discusses an approach where the Blast Furnace is designed on the basis of a set of empirical rules applied to a handful of parameters. As a first attempt, some components of the Blast Furnace have been ignored - cooling arrangement, up-comers, charging equipment & blast equipment. Because of the huge financial impact, all efforts are made to design a reliable & economical Blast Furnace, one that will have a long campaign life and achieve a throughput in excess of 8500 t/day. In the present paper we are using Ansys for finite element analysis (FEA) and HyperMesh for FEA meshing of blast furnace [Figure 1]. The function of a blast furnace is to chemically reduce and physically convert iron oxides into liquid iron called "hot metal". The blast furnace is a huge, steel stack lined with refractory brick, where iron ore, coke and limestone are dumped into the top, and preheated air is blown into the bottom [1, 2, 3]. The raw materials require 16 to 18 hours to descend to the bottom of the furnace where they become the final product - liquid slag and liquid iron. These liquid products are drained from the furnace at regular intervals. The hot air that is blown into the bottom of the furnace ascends to the top in 6 to 8 seconds after reacting with the raw materials. Once a blast furnace is started it will continuously run for four to ten years with only short stops to perform planned maintenance. Simulation Driven Innovation 1

2 Process Methodology Geometric modelling of blast furnace is created in HyperMesh with required material properties, boundary conditions and loading. Finite element meshing is obtained from HyperMesh, which is then exported to a text file of Ansys CDB format. Finally, Ansys-mechanical solver performs the finite element solution and provides result in.rst format, which is imported from HyperView for iterative modification. These repetitive modelling, meshing and solution are performed using HyperMesh TCL/Tk programming integrating with HyperMesh GUI. Figure 1: Overview of program flow This program requires a handful of input parameters (Blast Furnace Effective Volume: 4000 M 3 ), and on the basis of a few empirical rules [Ref 1], the program generates the list of tentative Blast Furnace dimensions (Total Height, Belly Diameter, Hearth Diameter, Tuyere Height, Hearth Height, Blast Furnace top diameter etc ). Based on experience these dimensions can be edited from HyperMesh UI Tab, and then TCL/Tk program will generate a.cdb file, wherein the geometrical dimensions as well as the mechanical & thermal loads and the boundary conditions are created in an input file. The iterative steps are outlined in the schematic, where we check for the maximum seismic and pressure deflections & thermal stresses, and make changes to the dimensions (Tuyere height 4600 mm), and the loading conditions (the location of the Simulation Driven Innovation 2

3 cooling staves and the cooling water flow rates), then generate a new input simulation. file for the next Ansys Total modeling is performed in six stages - solid modeling; meshing; application of boundary condition; export to CDB format; solution; and Import from HyperView. Solid Modeling: Solid modeling of blast furnace is constructed using a set of solid cones extracted from other set of solid cones. Different parts of an iron making blast furnace are Hearth, Boss, Belly, Stack, and Throat. The lower part of blast furnace, the hearth, consists of a packed bed of coke particles through which liquid hot metal flows during tapping. In the present model only Firebricks are modeled and internal hot metal/cokes/ore are considered as load. Outer steel shell of the blast furnace is not solid modeled, which is face extracted from 3D brick elements to get nodal coincidence between brick and shell elements. For simplicity with mapped meshing, tapholes, tuyeres and staves are not considered in the model. Figure 2: Interactive modeling of blast furnace using Tcl/Tk Meshing: Solid modeling of blast furnace provided 3D geometry of the blast furnace. To get response of blast furnace under structural and thermal loading, using finite element analysis, required meshing of this solid model. Mapped meshing is used to get good quality hexagonal brick mesh. Once 3D elements are created, 2D shell elements for outer steel shell of blast furnace are face lifted from 3D elements. Such technique will generate shell elements even for internal, top and bottom surfaces as well, which are deleted afterward. This deletion of extra shell elements is done using following steps Simulation Driven Innovation 3

4 1. Get nearest node from a particular point 2. Get the elements connected on face 3. Delete the elements. Now material and real constant properties are provided for both brick and shell elements. Figure 3: meshing of blast furnace using Tcl/Tk Application of Boundary Condition: Application of both thermal and structural boundary condition can be applied either on solid modeling, or on the generated mesh. In the present paper, boundary conditions are applied in the mesh. Nodes at the bottom of blast furnace are considered as structurally fixed. The seismic load is taken as 25% of the self weight in the horizontal direction, where the self weight includes the weight of the structure as well as the weight of the internal burden in the furnace. The second important loading condition is due to the internal pressure, typically 2 atmospheres in the modern furnaces. Similarly, different temperature boundary conditions are applied at bottom, internal, and external wall of the furnace. These give rise to thermal stresses because of the unequal expansion of the refractory lining and the steel shell. Modern Blast Furnaces have extensive cooling arrangements, and the operational heat loads can fluctuate by an order of magnitude over their nominal values (40 mj/m 2 /Hr). These give rise to severe temperature fluctuations with their attendant thermal stresses, and these also have been ignored in the model, to arrive at a preliminary design. Export to CDB Format: Once Model is ready with nodes, elements, materials, boundary conditions, Ansys profiles, and Ansys solution commands, these can be exported in Ansys CDB format. Simulation Driven Innovation 4

5 Solution: Solution is fired from TCL script using exec AnsysRun.bat command within a try block, where AnsysRun.bat file contains Ansys batch solver command for finite element solution. Ansys solver which writes results in Ansys.rst /.rth file. Import from HyperView: To view and take design decision, generated Ansys.rst or.rth file is opened from HyperView. Results & Discussions Figure 4 shows the stress contour of the blast furnace shell for structural and thermal loading. Figure 4: Stress contour from HyperView Benefits Summary Manual repetitive modeling of blast furnace is time consuming as well as prone to manual error. Present technique reduces the requirement of man power and gives opportunity to concentrate on the other important design issues of blast furnace (design parameters, several alternative cooling stave configurations) easily, which should be examined before a satisfactory arrangement can be finalized. Challenges First challenge we have faced in our project is regarding interoperability between HyperMesh/HyperView and Ansys, where Altair India and USA technical team had helped to overcome the difficulty. Another challenge is regarding the TCL/Tk language; as not being an object oriented family. Programmers with big projects are mostly available for object oriented (Java, C++, C#), or more recently multi-paradigm, functional languages (Python, F#). Even after development, big projects using other family of languages are difficult to maintain, extend and test. Anyway, extensive uses of namespaces are applied to overcome this challenge. Although ScriptView is not yet mature, it also helped a lot. Simulation Driven Innovation 5

6 Future Plans SolidThinking can be used for solid modeling of blast furnace with tuyeres, and staves. Moreover, these design technique can be extended using solver and optimization features of Altair software like OptiStruct, RADIOSS etc Conclusions A computational framework is created to model blast furnace in HyperMesh, Analyze in Ansys APDL and viewing results in HyperView using TCL/Tk programming. Automatic modeling technique had given opportunity to concentrate on important design related issues. ACKNOWLEDGEMENTS The authors would like to thank Subir Roy, Anand Ronad, Dev Anand, Shashi Kumar, Sujatha K G, Jyotsna Naveen, Rajas Majumdar, Nitin Chirdeep, Ramesha B S, Shashi Mantrawadi, Vishwanath Rao; Anshuman Panda, Kiran Chakravarthy of Altair Engineering for their kind help during the development of project and submission of paper in the HTC2012. REFERENCES [1] Eu. F. Wegmann, "A Reference Book for Blast Furnace Operator," Translated from the Russian by V. Afanasyev, Mir publishers Moscow. [2] M. Geerdes, H. Toxopeus, C. van der Vliet, Modern Blast Furnace Ironmaking, Verlog Stahleisen GmbH. [3] Anil K. Biswas, Principle of Blast Furnace Ironmaking, Cootha publishing house. Simulation Driven Innovation 6

COMPUTATIONAL MODELING OF BLAST FURNACE COOLING STAVE BASED ON HEAT TRANSFER ANALYSIS

COMPUTATIONAL MODELING OF BLAST FURNACE COOLING STAVE BASED ON HEAT TRANSFER ANALYSIS Materials Physics and Mechanics 15 (2012) 46-65 Received: July 8, 2012 COMPUTATIONAL MODELING OF BLAST FURNACE COOLING STAVE BASED ON HEAT TRANSFER ANALYSIS Anil Kumar 1, Shiv Nandan Bansal 2, Rituraj

More information

L Blast Furnace Hearth Refractories Findings and Repair at Severstal Sparrows Point

L Blast Furnace Hearth Refractories Findings and Repair at Severstal Sparrows Point L Blast Furnace Hearth Refractories Findings and Repair at Severstal Sparrows Point THIS ARTICLE IS AVAILABLE ONLINE AT AIST.ORG FOR 30 DAYS FOLLOWING PUBLICATION. Sparrows Point L furnace was commissioned

More information

Practices and Design for Extending the Hearth life in the Mittal Steel Company Blast Furnaces

Practices and Design for Extending the Hearth life in the Mittal Steel Company Blast Furnaces Southern African Pyrometallurgy 2006, Edited by R.T. Jones, South African Institute of Mining and Metallurgy, Johannesburg, 5-8 March 2006 Practices and Design for Extending the Hearth life in the Mittal

More information

A New Prediction Model for Liquid Level in Blast Furnaces Based on Time Series Analysis

A New Prediction Model for Liquid Level in Blast Furnaces Based on Time Series Analysis A New Prediction Model for Liquid Level in Blast Furnaces Based on Time Series Analysis F. S. V. Gomes, J. L. F. Salles, L. A. Wasem Abstract The operations of Blast Furnace in the steel industry involves

More information

ADVANCED BLAST FURNACE BOSH AND STACK SYSTEMS R.J. van Laar and R.G. van Oudenallen Danieli Corus BV Rooswijkweg 291, Netherlands

ADVANCED BLAST FURNACE BOSH AND STACK SYSTEMS R.J. van Laar and R.G. van Oudenallen Danieli Corus BV Rooswijkweg 291, Netherlands ADVANCED BLAST FURNACE BOSH AND STACK SYSTEMS R.J. van Laar and R.G. van Oudenallen Danieli Corus BV Rooswijkweg 291, Netherlands Abstract Production of low cost hot metal is the basic target which is

More information

The modern blast furnace is a different animal to that

The modern blast furnace is a different animal to that Blast furnace level 2 monitoring and control system: giving the operators the tools to become the experts of the future A Level 2 system is a production supervisory system. However, when coupled with an

More information

IRONMAKING and THEORY AND PRACTICE. Ahindra Ghosh Amit Chatterjee

IRONMAKING and THEORY AND PRACTICE. Ahindra Ghosh Amit Chatterjee IRONMAKING and STEELMAKING THEORY AND PRACTICE Ahindra Ghosh Amit Chatterjee IRONMAKING AND STEELMAKING IRONMAKING AND STEELMAKING Theory and Practice AHINDRA GHOSH Formerly Professor Materials and Metallurgical

More information

Prima PRO process mass spectrometer

Prima PRO process mass spectrometer APPLICATION NOTE Prima PRO process mass spectrometer Accurate multi-component blast furnace gas analysis maximizes iron production and minimizes coke consumption No.?????? Author: Graham Lewis, Thermo

More information

CFD MODELLING OF HEAT TRANSFER IN BLAST FURNACE

CFD MODELLING OF HEAT TRANSFER IN BLAST FURNACE CFD MODELLING OF HEAT TRANSFER IN BLAST FURNACE A thesis submitted in partial fulfilment of the requirement for the degree of Bachelor of Technology In Metallurgical and Materials Engineering By BISWAJIT

More information

THE USE AND OPTIMISATION OF FERROUS FEED AT THE WHYALLA BLAST FURNACE

THE USE AND OPTIMISATION OF FERROUS FEED AT THE WHYALLA BLAST FURNACE THE USE AND OPTIMISATION OF FERROUS FEED AT THE WHYALLA BLAST FURNACE AUSIMM Iron Ore 2015 Conference, Perth Australia 13 15 July 2015 Presented by John Tsalapatis Whyalla Location Whyalla Adelaide 2 Steelworks

More information

Analysis of Composite Structure Using HM12.0/Radioss

Analysis of Composite Structure Using HM12.0/Radioss Analysis of Composite Structure Using HM12.0/Radioss Anil M.Sutar Design Engineer Citec Engineering India Pvt. Ltd. Yerwada, Pune 411 006 anil.sutar@citec.com Abbreviations: FE- Finite Element, GRP-Glass

More information

HOW A BLAST FURNACE WORKS

HOW A BLAST FURNACE WORKS HOW A BLAST FURNACE WORKS Introduction The purpose of a blast furnace is to chemically reduce and physically convert iron oxides into liquid iron called "hot metal". The blast furnace is a huge, steel

More information

italian engineering, contracting and plant components suppliers

italian engineering, contracting and plant components suppliers May 2016 italian engineering, contracting and plant components suppliers Italian Association of InDustrial Plant Engineering Special issue of IMPIANTISTICA ITALIANA Official magazine of ANIMP Italian Association

More information

Analysis of Plate Bending Machine using RADIOSS and OptiStruct

Analysis of Plate Bending Machine using RADIOSS and OptiStruct Analysis of Plate Bending Machine using RADIOSS and OptiStruct K. Rajasekar Reddy Assistant Manager Larsen & Toubro Limited, Heavy Engineering Ship Building Center, Godavari Gate, Scindia Road, Visakhapatnam

More information

Drop Test Simulation of Automobile Alternator using Altair RADIOSS

Drop Test Simulation of Automobile Alternator using Altair RADIOSS Drop Test Simulation of Automobile Alternator using Altair RADIOSS SivaSankar Reddy. A Sr. Engineer CAE Valeo India Private limited Sholinganallur Chennai 600 119. India Thangavelu. C Engineering Manager

More information

Blast Furnace Cooling Stave Design

Blast Furnace Cooling Stave Design Blast Furnace Cooling Stave Design ECIC 12 th 14 th September 2016 primetals.com Introduction Stave Evolution 1 2 3 4 5 270 270 340 600 Cast Iron Body Cast In Brick Cast In Stack Lining Shelf Pipe Corner

More information

Stahl-Zentrum. Influence of coke quality on BF hearth lifetime and operation results. Walter Hartig, Rongshan Lin * ) AG der Dillinger Huettenwerke

Stahl-Zentrum. Influence of coke quality on BF hearth lifetime and operation results. Walter Hartig, Rongshan Lin * ) AG der Dillinger Huettenwerke Influence of coke quality on BF hearth lifetime and operation results Walter Hartig, Rongshan Lin * ) AG der Dillinger Huettenwerke 135 Vollsitzung des Hochofenausschusses/Kokereiausschuss 1 Introduction

More information

Manufacture of Iron & Steel. Prepared By: John Cawley

Manufacture of Iron & Steel. Prepared By: John Cawley Manufacture of Iron & Steel Prepared By: John Cawley Presentation Objectives Identify the basic steps in the production of steel. Identify the properties and uses of iron ore and pig iron. Differentiate

More information

HIsarna, a Revolution in Steelmaking. June 21, 2013 CEPS Meeting, Brussels Tim Peeters

HIsarna, a Revolution in Steelmaking. June 21, 2013 CEPS Meeting, Brussels Tim Peeters HIsarna, a Revolution in Steelmaking June 21, 2013 CEPS Meeting, Brussels Tim Peeters Paper & Steel : Common Ground? CO 2 intensive (1.1% vs 4% of man made CO 2 ) Energy intensive High recycling rate (70%

More information

Energy saving by direct rolling of hot billets through high speed casters

Energy saving by direct rolling of hot billets through high speed casters Energy saving by direct rolling of hot billets through high speed casters Manoj and Dr. Swaren Bedarkar Electrotherm (India) Limited Introduction Modern steel making has been divided into two main categories,

More information

Optimization of Wall Thickness and Thermal Conductivity for Minimum Heat Losses for Induction Furnace by FEA

Optimization of Wall Thickness and Thermal Conductivity for Minimum Heat Losses for Induction Furnace by FEA IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 03, 2015 ISSN (online): 2321-0613 Optimization of Wall Thickness and Thermal Conductivity for Minimum Heat Losses for Induction

More information

Current Refractory Technology and Practices in the Steel Industry

Current Refractory Technology and Practices in the Steel Industry Current Refractory Technology and Practices in the Steel Industry April 26, 2017 Rakesh K. Dhaka 2016 Steel Production in Numbers United States 4 th largest producer of steel in the world Source: World

More information

Cold Model Study of Blast Gas Discharge from the Taphole during the Blast Furnace Hearth Drainage

Cold Model Study of Blast Gas Discharge from the Taphole during the Blast Furnace Hearth Drainage , pp. 774 778 Cold Model Study of Blast Gas Discharge from the Taphole during the Blast Furnace Hearth Drainage Qinglin HE, 1) Geoff EVANS, 1) Paul ZULLI 2) and Francis TANZIL 3) 1) Chemical Engineering,

More information

Stahl-Zentrum. Coke quality parameters versus blast furnace process and hearth performance. Gerard Tijhuis, Luc Bol, Bart van der Velden, Huub Schulte

Stahl-Zentrum. Coke quality parameters versus blast furnace process and hearth performance. Gerard Tijhuis, Luc Bol, Bart van der Velden, Huub Schulte Gerard Tijhuis, Luc Bol, Bart van der Velden, Huub Schulte Coke quality parameters versus blast furnace process and hearth performance Together we make the difference Tata Steel Slide 2 Content of presentation

More information

Calculation and Analysis the Influence on the Cooling Water Velocity and Hot Metal Circulation to the Long Life Blast Furnace

Calculation and Analysis the Influence on the Cooling Water Velocity and Hot Metal Circulation to the Long Life Blast Furnace Journal of Materials Science and Engineering B 5 (1-2) (2015) 36-41 doi: 10.17265/2161-6221/2015.1-2.003 D DAVID PUBLISHING Calculation and Analysis the Influence on the Cooling Water Velocity and Hot

More information

The HIsarna Ironmaking Process

The HIsarna Ironmaking Process Presentation title, change View >> Header & Footer The HIsarna Ironmaking Process Together we make the difference 1 Content 1. Introduction 2. The benefits of HIsarna 3. The pilot plant 4. Further development

More information

Optimization of Firing Temperature for Hematite Pellets

Optimization of Firing Temperature for Hematite Pellets , pp. 1673 1682 Optimization of Firing Temperature for Hematite Pellets Tekkalakote UMADEVI,* Naveen Frank LOBO, Sangamesh DESAI, Pradipta Chandra MAHAPATRA, Rameshwar SAH and Manjunath PRABHU JSW Steel

More information

Effect of Using Oxygen-Enriched Gas during Induration Process of Iron Ore Pellets Containing Solid Fuel

Effect of Using Oxygen-Enriched Gas during Induration Process of Iron Ore Pellets Containing Solid Fuel , pp. 27-31 Effect of Using Oxygen-Enriched Gas during Induration Process of Iron Ore Pellets Containing Solid Fuel M. Alizadeh* 1 Materials and Energy Research Center, P.O. Box 31787-316, Karaj, Tehran,

More information

Ironmaking, Energy and the Environment

Ironmaking, Energy and the Environment Ironmaking, Energy and the Environment Blast furnace operation and maintenance in difficult times are we prepared? In the face of the increased risks that appear to be associated with operating and maintaining

More information

concentration of acid in mol / dm 3 temperature / C ti / min

concentration of acid in mol / dm 3 temperature / C ti / min 1 (a A small piece of marble, calcium carbonate, was added to 5 cm 3 of hydrochloric acid at 25 C. The time taken for the reaction to stop was measured. CaCO 3 (s) + 2HCl(aq) CaCl 2 (aq) + CO 2 (g) + H

More information

Study of the Compressive Strength of Concrete with Various Proportions of Steel Mill Scale as Fine Aggregate

Study of the Compressive Strength of Concrete with Various Proportions of Steel Mill Scale as Fine Aggregate Study of the Compressive Strength of Concrete with Various Proportions of Steel Mill Scale as Fine Aggregate Akhinesh K 1, Jithu G Francis 1, Junaid K T 1, Jishnulal K 1, Jeril Netto Joseph 1, Remya Neelancherry

More information

Effect of Volatile Matter Content of Coal on Carbothermic Reduction of Ore / Coal Composite Pellets Packed in a Tall Bed

Effect of Volatile Matter Content of Coal on Carbothermic Reduction of Ore / Coal Composite Pellets Packed in a Tall Bed China Steel Technical Report, No. 27, pp.11-19, Lung-Jen (2014) Chiang, Kuo-Cheng Yang and I-Ching Hsiao 11 Effect of Volatile Matter Content of Coal on Carbothermic Reduction of Ore / Coal Composite Pellets

More information

Behaviour of Concrete Filled Rectangular Steel Tube Column

Behaviour of Concrete Filled Rectangular Steel Tube Column IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN: 2278-1684 Volume 4, Issue 2 (Nov. - Dec. 2012), PP 46-52 Behaviour of Concrete Filled Rectangular Steel Tube Column Anil Kumar Patidar

More information

COREX & FINEX - NEW DEVELOPMENTS IN UTILIZATION OF LOW GRADE RAW MATERIALS

COREX & FINEX - NEW DEVELOPMENTS IN UTILIZATION OF LOW GRADE RAW MATERIALS COREX & FINEX - NEW DEVELOPMENTS IN UTILIZATION OF LOW GRADE RAW MATERIALS 1 UDIT JAIN 1 Department of Material Science and Metallurgical Engineering, MANIT Bhopal ABSTRACT: The COREX&FINEX technology

More information

Casting Simulations with STAR-Cast. Julian Gänz, CD-adapco

Casting Simulations with STAR-Cast. Julian Gänz, CD-adapco Casting Simulations with STAR-Cast Julian Gänz, CD-adapco Need for Casting Simulation Processes Permanent Mold Market Overview [Mio tons] Tilt Casting Low Pressure-Casting High Pressure Die 9 19,4 13,6

More information

E APPENDIX. The following problems are intended for solution using finite element. Problems for Computer Solution E.1 CHAPTER 3

E APPENDIX. The following problems are intended for solution using finite element. Problems for Computer Solution E.1 CHAPTER 3 E APPENDIX Problems for Computer Solution The following problems are intended for solution using finite element analysis software. In general, the problems associated with Chapters 3, 4, and 9 can be solved

More information

Liquid-Solid Phase Change Modeling Using Fluent. Anirudh and Joseph Lam 2002 Fluent Users Group Meeting

Liquid-Solid Phase Change Modeling Using Fluent. Anirudh and Joseph Lam 2002 Fluent Users Group Meeting Liquid-Solid Phase Change Modeling Using Fluent Anirudh and Joseph Lam 2002 Fluent Users Group Meeting Solidification Model FLUENT can be used to solve fluid flow problems involving both solidification

More information

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas Qiao Yan, Dalong Li,

More information

Model development of a blast furnace stove

Model development of a blast furnace stove Available online at www.sciencedirect.com ScienceDirect Energy Procedia 75 (2015 ) 1758 1765 The 7 th International Conference on Applied Energy ICAE2015 Model development of a blast furnace stove Jonas

More information

Study on the Induration Cycle During Pelletization of Goethitic Iron Ore

Study on the Induration Cycle During Pelletization of Goethitic Iron Ore Study on the Induration Cycle During Pelletization of Goethitic Iron Ore Golap Md. Chowdhury*, C. Ram, Ratnesh Ram and S K Pan R&D Centre for Iron and Steel, SAIL, Ranchi, Jharkhand Email : golapmd@sail-rdcis.com

More information

Design, Analysis and Optimization of Overhead Crane Girder

Design, Analysis and Optimization of Overhead Crane Girder Design, Analysis and Optimization of Overhead Crane Girder Pratik R Patel 1, Bhargav J Patel 2, Vipul K Patel 3 1 M.E student in Mechanical Department, S K Patel Engineering College, Visnagar 2 Assistant

More information

RECENT DEVELOPMENTS IN ANODE BAKING FURNACE DESIGN

RECENT DEVELOPMENTS IN ANODE BAKING FURNACE DESIGN RECENT DEVELOPMENTS IN ANODE BAKING FURNACE DESIGN Dagoberto S. Severo 1, Vanderlei Gusberti 1, Peter O. Sulger 2, Felix Keller 2, Dr. Markus W. Meier 2 1 CAETE Engenharia. Rua Caeté 162, Porto Alegre

More information

Effects and Analysis of Thermal Stresses on Large Induction Furnace Refractory Linings for Molten Metal Applications

Effects and Analysis of Thermal Stresses on Large Induction Furnace Refractory Linings for Molten Metal Applications Effects and Analysis of Thermal Stresses on Large Induction Furnace Refractory Linings for Molten Metal Applications P. Geers, Market Manager, Molten Metals Blasch Precision Ceramic, Albany, New York,

More information

High-Carbon DRI: the feeding material to improve performances and decrease

High-Carbon DRI: the feeding material to improve performances and decrease Alessandro Martinis- EVP Danieli Centro Metallics 12-14 Sept, Linz, Austria High-Carbon DRI: the feeding material to improve performances and decrease CO2 emissions in both BF and EAF THE STATE OF ART

More information

Fundamentals of Design Aspects of Gas-fired Cupola

Fundamentals of Design Aspects of Gas-fired Cupola Fundamentals of Design Aspects of Gas-fired Cupola Due to environmental regulations and social obligation towards society the conventional coke-fired cupola may be converted into gas-fired cupola. The

More information

ENHANCING OPERATIONAL SAFETY AND LOGISTICAL EFFICIENCY FOR TORPEDO LADLES

ENHANCING OPERATIONAL SAFETY AND LOGISTICAL EFFICIENCY FOR TORPEDO LADLES ENHANCING OPERATIONAL SAFETY AND LOGISTICAL EFFICIENCY FOR TORPEDO LADLES Tapas Dasgupta* and Vinay Prasad** * BF Deptt, Bhilai Steel Plant, SAIL, Bhilai (C.G.) ** IT Services, MECON Ltd., Ranchi Abstract

More information

Challenges and limiting factors for the Recycling of steel scrap in Europe

Challenges and limiting factors for the Recycling of steel scrap in Europe Challenges and limiting factors for the Recycling of steel scrap in Europe International Workshop on Technospheric Mining 2 nd October 2015 Philip Bundschuh Table of Content Scrap availability trading

More information

ANSYS, Inc. ANSYS Icepak R18 Update

ANSYS, Inc. ANSYS Icepak R18 Update 1 2016 ANSYS, Inc. ANSYS Icepak R18 Update Icepak R18 Highlights Enhancements to SIwave Icepak solution Added automated iterative loop Improved Via handling capabilities Individually modeling vias

More information

DRI Production Using Coke Oven Gas (COG): Results of the MIDREX Thermal Reactor System TM (TRS ) Testing and Future Commercial Application

DRI Production Using Coke Oven Gas (COG): Results of the MIDREX Thermal Reactor System TM (TRS ) Testing and Future Commercial Application DRI Production Using Coke Oven Gas (COG): Results of the MIDREX Thermal Reactor System TM (TRS ) Testing and Future Commercial Application Gary Metius a, Henry Gaines b, Michael F. Riley c, Lawrence E.

More information

weight% Alt. 1 Alt. 2 CaO 32,4 33,6 SiO2 33,1 33,7 Al2O3 11,9 11,9 MgO 17,6 16,0

weight% Alt. 1 Alt. 2 CaO 32,4 33,6 SiO2 33,1 33,7 Al2O3 11,9 11,9 MgO 17,6 16,0 Slag formation The composition of slag is changed as stated in the table below Estimate B2, B3 och B4 B2: CaO/SiO 2 =32,4/33,1=0,98; 33,6/33,7=1,00 B3: (CaO+MgO)/SiO 2 =(32,4+17,6)/33,1=1,51; (33,6+16,0)/33,7=1,47

More information

Investigation of Solidification Affecting Parameters of Sand Casting using ANOVA

Investigation of Solidification Affecting Parameters of Sand Casting using ANOVA IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 12 June 2015 ISSN (online): 2349-784X Investigation of Solidification Affecting Parameters of Sand Casting using ANOVA Y.V.

More information

Steel Industry Technology Roadmap. Barriers and Pathways for Yield Improvements. by Energetics, Inc. for the American Iron and Steel Institute

Steel Industry Technology Roadmap. Barriers and Pathways for Yield Improvements. by Energetics, Inc. for the American Iron and Steel Institute Steel Industry Technology Roadmap Barriers and Pathways for Yield Improvements by Energetics, Inc. for the American Iron and Steel Institute October 7, 2003 Table of Contents Executive Summary...ii 1 Modeling,

More information

Analysis of RCC Beams using ABAQUS

Analysis of RCC Beams using ABAQUS Analysis of RCC Beams using ABAQUS T. Tejaswini PG Student, Dept. of Civil Engineering CBIT, Hyderabad, Telangana, India Dr.M.V.Rama Raju Assoc. Professor, Dept. Of Civil Engineering CBIT, Hyderabad, Telangana,

More information

Complexity (Reactions & Phase Changes) in Blast

Complexity (Reactions & Phase Changes) in Blast Complexity (Reactions & Phase Changes) in Blast Furnace ASHOK K, Scientist, CSIR-NML, Jamshedpur - India 2 ½ hours General Facts about BF Solid particles / burden descends down. Gases / reducing gas mixture

More information

APPLICATION OF HIGH INTENSITY REFRACTORY COOLING SYSTEMS IN PYROMETALLURGICAL VESSEL DESIGN

APPLICATION OF HIGH INTENSITY REFRACTORY COOLING SYSTEMS IN PYROMETALLURGICAL VESSEL DESIGN APPLICATION OF HIGH INTENSITY REFRACTORY COOLING SYSTEMS IN PYROMETALLURGICAL VESSEL DESIGN F. Marx, M. Shapiro and B. Henning Bateman Engineering Projects, Pyrometallurgical Technologies Division, P.O.

More information

Buckling of beverage cans under axial loading

Buckling of beverage cans under axial loading Buckling of beverage cans under axial loading Vishwanath Hegadekatte 1 and Yihai Shi 2 1 Novelis Inc. c/o Aditya Birla Science and Technology Company Ltd., Plot No. 1 & 1-A/1, MIDC, Taloja, Navi Mumbai

More information

Information modeling system for blast furnace control

Information modeling system for blast furnace control IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Information modeling system for blast furnace control Recent citations - Thermal physics as the basis for energy and resource

More information

CHAPTER II THE MANUFACTURE OF CAST IRON SOIL PIPE AND FITTINGS

CHAPTER II THE MANUFACTURE OF CAST IRON SOIL PIPE AND FITTINGS CHAPTER II THE MANUFACTURE OF CAST IRON SOIL PIPE AND FITTINGS The chapter discusses the manufacture of cast iron soil pipe and fittings in the United States, the methods of production, and the new techniques

More information

Design of Blowout Preventer Lifting Frame

Design of Blowout Preventer Lifting Frame www.daoe-journal.org Development and Applications of Oceanic Engineering (DAOE) Volume 2 Issue 4, November 2013 Design of Blowout Preventer Lifting Frame Krishna Baireddy *1 Former Student of Ocean Engineering

More information

Mettop GmbH ILTEC Ionic Liquid Cooling Technology

Mettop GmbH ILTEC Ionic Liquid Cooling Technology Mettop GmbH ILTEC Ionic Liquid Cooling Technology 13 th September 2016 Introducing Mettop Mettop GmbH is an Austrian engineering company founded in 2005 by Dr. Iris & Dr. Andreas Filzwieser. The company

More information

FLOW & HEAT TRANSFER IN A PACKED BED - TRANSIENT

FLOW & HEAT TRANSFER IN A PACKED BED - TRANSIENT FLOW & HEAT TRANSFER IN A PACKED BED - TRANSIENT This case study demonstrates the transient simulation of the heat transfer through a packed bed with no forced convection. This case study is applicable

More information

Contact Pressure Analysis of Steam Turbine Casing

Contact Pressure Analysis of Steam Turbine Casing Contact Pressure Analysis of Steam Turbine Casing Dhanush Naik J B 1, Dr. Kiran Kumar P 2 1Student, Dept. of Mechanical Engineering, SJBIT, Karnataka, India 2Professor, Dept. of Mechanical Engineering,

More information

Sealing Valve Bell Less Top Blast Furnace Increasing Productivity

Sealing Valve Bell Less Top Blast Furnace Increasing Productivity International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 4, Number 6 (2014), pp. 619-628 Research India Publications http://www.ripublication.com Sealing Valve Bell Less Top Blast

More information

To Study the Steady State Thermal Analysis of Steam Turbine Casing

To Study the Steady State Thermal Analysis of Steam Turbine Casing To Study the Steady State Thermal Analysis of Steam Turbine Casing Malagouda Patil 1, Aravind Muddebihal 2 Assistant Professor, Dept. of Mechanical Engineering, Angadi Institute Technology & Manegement,

More information

Thermal Analysis of Automotive Head Lamp Using CFD Analysis

Thermal Analysis of Automotive Head Lamp Using CFD Analysis Thermal Analysis of Automotive Head Lamp Using CFD Analysis Mr. Lalit Ahuja Deputy General Manger Lumax Industries Ltd. Chakan, pune Mr. Vaibhav Wakchaure CAE Engineer Lumax Industries Ltd. Chakan, pune

More information

DESIGN AND ANALYSIS OF GATING SYSTEM FOR PUMP CASING

DESIGN AND ANALYSIS OF GATING SYSTEM FOR PUMP CASING DESIGN AND ANALYSIS OF GATING SYSTEM FOR PUMP CASING N.JAYAKUMAR¹, Dr.S.MOHANAMURUGAN², Dr.R.RAJAVEL³ ¹ Ph.D research scholar, School of Mechanical Engineering, AMET University, Chennai, India ² Professor

More information

Development of Energy-Saving High-Performance Continuous Carburizing Furnace

Development of Energy-Saving High-Performance Continuous Carburizing Furnace TECHNICAL REPORT Development of Energy-Saving High-Performance Continuous Carburizing Furnace M. MINAMIGUCHI T. SAITOU Koyo Thermo Systems Co., Ltd. and JTEKT Corporation have jointly developed an energy-saving

More information

Cut and fill productivity. Operating procedures. Introduction. 1. Approach of the model

Cut and fill productivity. Operating procedures. Introduction. 1. Approach of the model Model: Level: Cut and fill productivity Micro Operating procedures Introduction The goal of the model is to calculate realistic productivity from data collected on site and to estimate the effect when

More information

Numerical Analysis of the Influence of Geometry of Ceramic Units (Blocks) on Structural Walls

Numerical Analysis of the Influence of Geometry of Ceramic Units (Blocks) on Structural Walls Journal of Civil Engineering and Architecture 1 (216) 44-52 doi: 1.17265/1934-7359/216.1.5 D DAVID PUBLISHING Numerical Analysis of the Influence of Geometry of Ceramic Units (Blocks) on Structural Walls

More information

Batch Annealing Model for Cold Rolled Coils and Its Application

Batch Annealing Model for Cold Rolled Coils and Its Application China Steel Technical Report, No. 28, pp.13-20, (2015) Chun-Jen Fang and Li-Wen Wu 13 Batch Annealing Model for Cold Rolled Coils and Its Application CHUN-JEN FANG and LI-WEN WU New Materials Research

More information

Design of a Small Scale CFB Boiler Combustion Chamber for Laboratory Purposes

Design of a Small Scale CFB Boiler Combustion Chamber for Laboratory Purposes International Journal of Emerging Engineering Research and Technology Volume 3, Issue 9, September, 2015, PP 1-7 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Design of a Small Scale CFB Boiler Combustion

More information

MWF Advanced Floor. User Guide. Last Updated on July 27 th 2015

MWF Advanced Floor. User Guide. Last Updated on July 27 th 2015 MWF Advanced Floor User Guide Last Updated on July 27 th 2015 2 Table of contents 1. Introduction... 3 1.1 Before starting... 3 2. Project Configuration... 5 2.1 Code Requirements - Analyses Configuration...

More information

RAW MATERIALS AND IRONMAKING. Raw materials improvement in the steel industry

RAW MATERIALS AND IRONMAKING. Raw materials improvement in the steel industry Raw materials improvement in the steel industry The World Steel Association has recently completed a major technical study: Raw Materials Improvement in the Steel Industry. This article gives a summary

More information

TMT- New Developments for the Cast House and Probes

TMT- New Developments for the Cast House and Probes TMT- New Developments for the Cast House and Probes C. Bodeving, J.F. Stumper, M. Kruessmann,, P. Paquet, M. Tonteling TMT Tapping Measuring Technology Email : anil.anand@paulwurth.com Abstract Maximizing

More information

Indian Experience in Construction of Kalugin Top Combustion Stoves

Indian Experience in Construction of Kalugin Top Combustion Stoves Indian Experience in Construction of Kalugin Top Combustion Stoves Kazbek Agaev, JSC Kalugin Representative in India & Vice President (Projects), Evo Tech Pvt. Ltd. Email : nartbek@gmail.com Abstract Introduction

More information

Lecture 12 Converter Steelmaking Practice & combined blowing. Key words: Top blown steelmaking, combined blowing, bottom stirring, hot metal refining

Lecture 12 Converter Steelmaking Practice & combined blowing. Key words: Top blown steelmaking, combined blowing, bottom stirring, hot metal refining Lecture 12 Converter Steelmaking Practice & combined blowing Contents: Refining of hot metal Composition and temperature during the blow Physico-chemical interactions Developments in Top blown steelmaking

More information

Influence of Pellet Basicity (CaO/SiO 2 ) on Iron Ore Pellet Properties and Microstructure

Influence of Pellet Basicity (CaO/SiO 2 ) on Iron Ore Pellet Properties and Microstructure , pp. 14 20 Influence of Pellet Basicity (CaO/SiO 2 ) on Iron Ore Pellet Properties and Microstructure T. UMADEVI, Prasanna KUMAR, Naveen F. LOBO, M. PRABHU, P.C. MAHAPATRA and Madhu RANJAN JSW Steel Limited,

More information

Essar Steel (I) Ltd. Hazira

Essar Steel (I) Ltd. Hazira Essar Steel (I) Ltd. Hazira Presentation on : Technological conjunction of Iron & Steel Making at Essar Steel India Ltd. By : Mr. Hitesh Sheth (Hitesh.Sheth@essar.com) Ms. Neeru Singh (Neeru.Singh@essar.com)

More information

PROCESS AUTOMATION. for example, SHI recently implemented a computer- neers to quickly simulate and minimize welding-

PROCESS AUTOMATION. for example, SHI recently implemented a computer- neers to quickly simulate and minimize welding- PROCESS AUTOMATION Quality weldments of thick plates (greater than 10 mm) are paramount to fabricating hull structures to withstand the rigors of oceanic shipping. Reprinted with permission from the Winter

More information

NUMERICAL ANALYSIS OF GAS FLOW-SLAG SURFACE INTERACTION IN BLAST FURNACE

NUMERICAL ANALYSIS OF GAS FLOW-SLAG SURFACE INTERACTION IN BLAST FURNACE Fifth International Conference on CFD in the Process Industries CSIRO, Melbourne, Australia -5 December 6 NUMERICAL ANALYSIS OF GAS FLOW-SLAG SURFACE INTERACTION IN BLAST FURNACE Baoyu GUO, Paul ZULLI,

More information

OPTIMUM PROCESS CONDITIONS FOR THE PRODUCTION OF PIG IRON BY COREX PROCESS. Abstract

OPTIMUM PROCESS CONDITIONS FOR THE PRODUCTION OF PIG IRON BY COREX PROCESS. Abstract OPTIMUM PROCESS CONDITIONS FOR THE PRODUCTION OF PIG IRON BY COREX PROCESS Ahmad Wafiq 1, Ahmed Soliman 1, Tarek M. Moustafa 1, and A.F. Nassar 1 1 Chemical Engineering Department, Faculty of Engineering,

More information

Economic Wear Protection For the Iron and Steel Industry Worldwide

Economic Wear Protection For the Iron and Steel Industry Worldwide Issue 07.06 www.kalenborn.de Economic Wear Protection For the Iron and Steel Industry Worldwide Reduce Costs and Avoid Downtime Large quantities of bulk material are handled in the conveying and storing

More information

Design and Analysis of a Connecting Rod

Design and Analysis of a Connecting Rod Design and Analysis of a Connecting Rod Sebastian Antony, Arjun A., Shinos T. K B.Tech. Mechanical Dept. Muthoot Institute of Technology and Science Ernakulam, India Abstract The main function of a connecting

More information

BEHAVIOR OF REINFORCED CONCRETE BEAM WITH OPENING

BEHAVIOR OF REINFORCED CONCRETE BEAM WITH OPENING International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 7, July 2017, pp. 581 593, Article ID: IJCIET_08_07_062 Available online at http:// http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=7

More information

Wet granulation of blast furnace slag has been

Wet granulation of blast furnace slag has been INBA slag granulation system with environmental control of water and emissions As the demand for granulated BF slag continues to grow and environmental constraints become more severe, improvements to slag

More information

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas.

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Our Vision is to be the best technology services and products company with global

More information

CHAPTER 3 ANALYSIS METHOD

CHAPTER 3 ANALYSIS METHOD CHAPTER 3 ANALYSIS METHOD 3.1 ELASTIC STATIC ANALYSIS Elastic static analysis is done to calculate stress ratio between before and after subsidence. The structure will behave elastic when the first yield

More information

Modeling Welded. ANSYS e-learning. June CAE Associates

Modeling Welded. ANSYS e-learning. June CAE Associates Modeling Welded Connections ANSYS e-learning Peter Barrett June 2013 2013 CAE Associates Outline The importance of weld stress prediction. Weld geometry and terminology. Failure due to fatigue. Methods

More information

PARAMETRIC STUDY OF CASTELLATED BEAM WITH CIRCULAR AND DIAMOND SHAPED OPENINGS

PARAMETRIC STUDY OF CASTELLATED BEAM WITH CIRCULAR AND DIAMOND SHAPED OPENINGS PARAMETRIC STUDY OF CASTELLATED BEAM WITH CIRCULAR AND DIAMOND SHAPED OPENINGS Jamadar A. M. 1, Kumbhar P. D. 2 1 PG Scholar, Department of Civil engineering, RIT Islampur, Maharashtra, India 2Associate

More information

Pelletizing technologies for iron ore

Pelletizing technologies for iron ore Pelletizing technologies for iron ore The Outokumpu partnership As one of the world s leading developers and suppliers of technology, Outokumpu Technology designs and delivers plants, processes and equipment

More information

REFRACTORIES. Definition Classification Properties Manufacture of refractory bricks Properties and applications of Refractory bricks

REFRACTORIES. Definition Classification Properties Manufacture of refractory bricks Properties and applications of Refractory bricks Topics REFRACTORIES Definition Classification Properties Manufacture of refractory bricks Properties and applications of Refractory bricks Definition Substances which can with stand high temperature without

More information

Introduction. 1. MIDREX R process

Introduction. 1. MIDREX R process Kobe Steel, along with MIDREX Technologies, is the world leader in direct reduction (DR) technologies. Kobe Steel has developed a coal based DR process which utilizes non-coking coal as a reductant instead

More information

Canada. Iron and Steel Sector - PI Specifics

Canada. Iron and Steel Sector - PI Specifics How can process integration help me? Process integration (PI) is a very efficient approach to improving the energy efficiency of large and complex industrial facilities. PI refers to the application of

More information

Off-gas Dust in an Experimental Blast Furnace Part 2: Relation to Furnace Conditions

Off-gas Dust in an Experimental Blast Furnace Part 2: Relation to Furnace Conditions , pp. 1570 1580 Off-gas Dust in an Experimental Blast Furnace Part 2: Relation to Furnace Conditions Maria LUNDGREN, 1) Ulrika LEIMALM, 2) Gunilla HYLLANDER, 3) Lena Sundqvist ÖKVIST 4) and Bo BJÖRKMAN

More information

Metallurgical Gas Cleaning System Design for Emissions Control and Energy Efficiency

Metallurgical Gas Cleaning System Design for Emissions Control and Energy Efficiency Metallurgical Gas Cleaning System Design for Emissions Control and Energy Efficiency Paykan Safe and Matt Russell WorleyParsons GCT 111 Ferguson Court Suite 103 Irving, TX, USA 75062 ABSTRACT Metallurgical

More information

METALS

METALS METALS 3 Gallium is a metallic element in Group III. It has similar properties to aluminium. (a) (i) Describe the structure and bonding in a metallic element. You should include a labelled diagram in your

More information

Vibration Analysis of Propeller Shaft Using FEM.

Vibration Analysis of Propeller Shaft Using FEM. Vibration Analysis of Propeller Shaft Using FEM. 1 Akshay G. Khande, 2 Shreyash A. Sable, 3 Vaibhav R. Bidwai, 4 Chandrasekhar B. Aru, 5 Brahmanand S.Jadhav 12345 Mechanical Engineering Department, Babasahebh

More information

Lecture 14 Modern trends in BOF steelmaking

Lecture 14 Modern trends in BOF steelmaking Lecture 14 Modern trends in BOF steelmaking Contents: Post combustion Technology of post combustion Potential post combustion issues Slag splashing What is required for slag splashing Liquidus temperature

More information

Analysis of Metallurgical Processes and Slag Utilisation in an Integrated Steel Plant Producing Advanced High Strength Steels.

Analysis of Metallurgical Processes and Slag Utilisation in an Integrated Steel Plant Producing Advanced High Strength Steels. Analysis of Metallurgical Processes and Slag Utilisation in an Integrated Steel Plant Producing Advanced High Strength Steels Katarina Lundkvist 1, Mats Brämming 2, Mikael Larsson 1, and Caisa Samuelsson

More information

Nonlinear Analysis of Reinforced Concrete Column with ANSYS

Nonlinear Analysis of Reinforced Concrete Column with ANSYS Nonlinear Analysis of Reinforced Concrete Column with ANSYS V. S. Pawar 1, P. M. Pawar 2 1P.G. Student, Dept. Of civil Engineering, SVERI s College of Engineering Pandharpur, Maharashtra, India 2Professor,

More information