Overview of MELCOR Code Activities in IBRAE RAN

Size: px
Start display at page:

Download "Overview of MELCOR Code Activities in IBRAE RAN"

Transcription

1 РОССИЙСКАЯ АКАДЕМИЯ НАУК Институт проблем безопасного развития атомной энергетики RUSSIAN ACADEMY OF SCIENCES Nuclear Safety Institute (IBRAE) Overview of MELCOR Code Activities in IBRAE RAN I. Drobyshevskaya N. Mosunova A. Gorobets VUJE a.s. Bratislava, Slovak Republic

2 Outline MELCOR 2.1 code performance improvement strategies Optimization and refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization COR and RN1 packages overlap mode MELOR 2.1 code verification and validation on the Lower Head Failure (LHF) experiments 2

3 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization COR and RN1 packages overlap mode 3

4 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization COR and RN1 packages overlap mode Global data have been replaced with local copies. Testing of these changes has shown noticeable speedup on the tests. Test case Rev. 5250, sec Rev. 5441, sec Speedup, % BWR/Mark I SBO PWR LBLOCA BWR/Mark III SBO

5 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization Realized for all MELCOR packages Decrease of total CPU time by 1 2 % COR and RN1 packages overlap mode Original version Copying Old = New before each time step. Copying New = Old if fallback Version with swapping Two pointers pold and pnew Two objects Old and New pold => Old pnew => New 5

6 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization CVH and RN1 packages have been parallelized Decrease of total CPU time by 5 10 % COR and RN1 packages overlap mode Temperature of the cladding for BWR/Mark I SBO test case Temperature of the cladding for PWR LBLOCA test case 6

7 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization COR and RN1 packages overlap mode Base linear solver BiCG replaced by its modification BiCGSTAB It has faster and smoother convergence than the original BiCG Solver speedup about 3 4 times Test case BiCG, sec BiCGSTAB, sec Speedup BWR/Mark I SBO 1191,16 348,92 3,41 BWR/Mark III LBLOCA 3776,63 857,19 4,4 7

8 MELCOR 2.1 Performance Improvement Refactoring Swapping algorithms Loop-based parallelization Numerical solvers modernization COR and RN1 packages overlap mode The distribution of COR package is not appropriate for efficient loop-based parallelization COR and RN1 packages both took comparable CPU time (generally at a ratio of 3 to 1) CVH CVH CVH CVH COR COR COR RN1 COR RN1 RN1 RN1 8

9 COR and RN1 Overlap The distribution of COR package is not appropriate for efficient loop-based parallelization COR and RN1 packages both took comparable CPU time (generally at a ratio of 3 to 1) CVH CVH CVH CVH COR COR COR RN1 COR RN1 RN1 RN1 9

10 Changes in the Algorithm t n layer COR Data XMRCOR_Tot XMRCOR_Rad Other fields RN1 Data XMRCOR_Tot XMRCOR_Rad t n-1 layer RN1 Data Other fields 10

11 Changes in the Algorithm t n layer COR Data XMRCOR_Tot XMRCOR_Rad Other fields t n-1 layer RN1 Data XMRCOR_Tot XMRCOR_Rad Other fields 11

12 Sensitivity Coefficient SC Criteria for activation and deactivation of overlap mode of RN1 and COR packages (1) - The flag for used mode Value Comment 0 The original mode is used COR and RN1 take values from the same temporal layer 1 2 The new COR values used on the next step by RN1 package, but COR and RN1 packages are calculated subsequently The new COR values used on the next step by RN1 package, COR and RN1 packages are calculated simultaneously 12

13 Performance Testing Release configuration COR and RN1 overlap mode Test case BWR/Mark I SBO BWR/Mark III SBO BWR/Mark III LBLOCA CPU time, sec/ hours SC = 0 SC = 1 SC =

14 Calculation Results Physical results for base version and version with modified algorithm in RN1 package are of the same quality The modified version run in sequential and parallel mode gives identical results for most of the tests Cladding temperature for the BWR/Mark III LBLOCA test case Total radioactive mass release for the BWR/Mark III SBO test case 14

15 Lower Head Failure Experiments Purpose Experimental study of the vessel creep and deformation process Experimental results utilization to develop and validate analytical models Conducted in 1998 in Sandia National Laboratory Series of 8 experiments distinguished by Spatial temperature/heat flux distribution Pressure Reactor vessel structure elements and construction features on RPV deformation and failure 15

16 Test Matrix of LHF Experiments Tests Heat Flux Distribution Structure Elements Pressure LHF-1 Uniform 10 MPa LHF-2 Center-peaked 10 MPa LHF-3 Edged-peaked 10 MPa LHF-4 Uniform Penetrations 10 MPa LHF-5 Edge-peaked Penetrations 10 MPa with transient LHF-6 Uniform Weldment 10 MPa LHF-7 Uniform 5 MPa LHF-8 Edge-peaked 10 MPa 16

17 MELCOR 2.1 Model for Lower Head Failure Creep-rupture failure of a lower head segment occurs, in response to mechanical loading under conditions of material weakening at elevated temperatures Creep is calculated based on a Larson- Miller parameter and a life-fraction rule ε pl ( t + t ) = ε pl ( t ) Zero-dimensional option: effective stress ( P + ρ g z e = d σ 2 Ro - R d 2 i ) R One-dimensional option: predicts the stressstrain distribution through the lower head, and treats stress redistribution from both thermal strain and material property degradation 2 i t t R 17

18 Mechanical Properties of the Vessel Steel 18

19 LHF Test Nodalization Scheme CV600 Environment 19

20 LHF-4 Experiment (Boundary Conditions) 20

21 LHF-3 Experiment (Boundary Conditions) 21

22 Calculation Results for LHF-4 Experiment Displacement, 90 degrees Displacement, 45 degrees 22

23 Calculation Results for LHF-3 Experiment Displacement, 90 degrees Displacement, 30 degrees Displacement, cm 1,8 1,6 1,4 1,2 1,0 0,8 0,6 0,4 0,2 0,0 Calculation 1D Calculation 0D Exp. data, 30 deg Time, s 23

24 Sensitivity Study for LHF-5 Experiment Displacement, 90 degrees Displacement, 90 degrees 24

25 Conclusions MELCOR 2.1 code activities in IBRAE RAN are presented Code performance improvement Code validation and verification Code performance improvement New approach of code performance improvement: COR and RN1 packages overlap - decrease of CPU time by 10-30% for NPP calculations Code refactoring - decrease of CPU time by 10-15% for NPP calculations Code verification on LHF experiments Good agreement of MELCOR code calculation results with experimental data for the failure time and the LH pole displacement Using of 1D option to calculate stress-strain distribution through the lower head is recommended Special attention should be paid to set the correct values for material properties MELCOR model underestimates the pole displacement for the experiments with the LH uniform heating

Expansion of the model basis in MELCOR

Expansion of the model basis in MELCOR Expansion of the model basis in MELCOR Philipp Dietrich KIT University of the State of Baden-Württemberg and National Research Center of the Helmholtz Association www.kit.edu Outline Motivation Adding

More information

Tuesday, 7 January, 14 VrWeld is a software framework for analyzing the welding of industrial structures such as tractors, nuclear reactors and

Tuesday, 7 January, 14 VrWeld is a software framework for analyzing the welding of industrial structures such as tractors, nuclear reactors and VrWeld is a software framework for analyzing the welding of industrial structures such as tractors, nuclear reactors and submarines. It has evolved over the past thirty years largely based on research

More information

Set No. 1 IV B.Tech. I Semester Regular Examinations, November 2010 FINITE ELEMENT METHODS (Mechanical Engineering) Time: 3 Hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

More information

Using the Scaling Equations to Define Experimental Matrices for Software Validation

Using the Scaling Equations to Define Experimental Matrices for Software Validation Using the Scaling Equations to Define Experimental Matrices for Software Validation Richard R. Schultz, Edwin Harvego, Brian G. Woods, and Yassin Hassan V&V30 Standards Committee Presentation Content Description

More information

Engineering Analysis

Engineering Analysis Engineering Analysis with SOLIDWORKS Simulation 2018 Paul M. Kurowski SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

Coupled Analysis of FSI

Coupled Analysis of FSI Coupled Analysis of FSI Qin Yin Fan Oct. 11, 2008 Important Key Words Fluid Structure Interface = FSI Computational Fluid Dynamics = CFD Pressure Displacement Analysis = PDA Thermal Stress Analysis = TSA

More information

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Dimitri P. Tselepidakis & Lewis Collins ASME 2012 Verification and Validation Symposium May 3 rd, 2012 1 Outline

More information

Final project: Design problem

Final project: Design problem ME309 Homework #5 Final project: Design problem Select one of the analysis problems listed below to solve. Your solution, along with a description of your analysis process, should be handed in as a final

More information

Flow Around Nuclear Rod Bundles Simulations Based on RANS and LES Method Respectively

Flow Around Nuclear Rod Bundles Simulations Based on RANS and LES Method Respectively Proceedings of the World Congress on Mechanical, Chemical, and Material Engineering (MCM 2015) Barcelona, Spain July 20-21, 2015 Paper No. 285 Flow Around Nuclear Rod Bundles Simulations Based on RANS

More information

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 113 CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 6.1 INTRODUCTION Superplastic properties are exhibited only under a narrow range of strain rates. Hence, it

More information

Abstract. Die Geometry. Introduction. Mesh Partitioning Technique for Coextrusion Simulation

Abstract. Die Geometry. Introduction. Mesh Partitioning Technique for Coextrusion Simulation OPTIMIZATION OF A PROFILE COEXTRUSION DIE USING A THREE-DIMENSIONAL FLOW SIMULATION SOFTWARE Kim Ryckebosh 1 and Mahesh Gupta 2, 3 1. Deceuninck nv, BE-8830 Hooglede-Gits, Belgium 2. Michigan Technological

More information

Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond. Dr. Marc Dupuis

Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond. Dr. Marc Dupuis Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond Dr. Marc Dupuis 1980-84, 2D potroom ventilation model Physical model 1980-84, 2D potroom ventilation model Experimental results

More information

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Kasetsart J. (Nat. Sci.) 42 : 165-176 (2008) Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Chakrit Suvanjumrat*, Tumrong Puttapitukporn and Satjarthip Thusneyapan

More information

COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA

COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA Ramprashad Prabhakaran Graduate Student Department of Mechanical Engineering University of Nevada, Las Vegas

More information

A MODELING METHOD OF CURING DEFORMATION FOR CFRP COMPOSITE STIFFENED PANEL WANG Yang 1, GAO Jubin 1 BO Ma 1 LIU Chuanjun 1

A MODELING METHOD OF CURING DEFORMATION FOR CFRP COMPOSITE STIFFENED PANEL WANG Yang 1, GAO Jubin 1 BO Ma 1 LIU Chuanjun 1 21 st International Conference on Composite Materials Xi an, 20-25 th August 2017 A MODELING METHOD OF CURING DEFORMATION FOR CFRP COMPOSITE STIFFENED PANEL WANG Yang 1, GAO Jubin 1 BO Ma 1 LIU Chuanjun

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 2008 International ANSYS Conference Simulation of Added Mass Effect on Disc Vibrating in Fluid Using Fluid-Structure Interaction Coupling of ANSYS/CFX QIAN LIKE ANSYS Japan K.K. 2008 ANSYS, Inc. All rights

More information

BEAVRS benchmark calculations with Serpent-ARES code sequence

BEAVRS benchmark calculations with Serpent-ARES code sequence BEAVRS benchmark calculations with Serpent-ARES code sequence Jaakko Leppänen rd International Serpent User Group Meeting Berkeley, CA, Nov. 6-8, Outline Goal of the study The ARES nodal diffusion code

More information

Computational Simulation Of AT595 Blast Container using LS-Dyna

Computational Simulation Of AT595 Blast Container using LS-Dyna Computational Simulation Of AT595 Blast Container using LS-Dyna Presented by Kiran Kumar Matta MEG 795 Department Of Mechanical Engineering University Of Nevada,Las Vegas December 2003 Contents Introduction

More information

Presentation of PAM-CRASH v2004. Part 1: Solver News

Presentation of PAM-CRASH v2004. Part 1: Solver News Presentation of PAM-CRASH v2004 Part 1: Solver News. 1 Overview New Options Elements Materials Others Quality Numerical precision and robustness 2 CRASH/SAFE 2G Evolution V2002: Basic reengineering Common

More information

A New Control Volume-based 2D Method for Calculating the Temperature Distribution of Rod during Multi-pass Hot Rolling

A New Control Volume-based 2D Method for Calculating the Temperature Distribution of Rod during Multi-pass Hot Rolling , pp. 1836 1840 A New Control Volume-based 2D Method for Calculating the Temperature Distribution of Rod during Multi-pass Hot Rolling Jianguo XUE and Min LIU* Department of Automation, Tsinghua University,

More information

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS 5.1 Introduction The problem selected to illustrate the use of ANSYS software for a three-dimensional steadystate heat conduction

More information

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA DYNAMIC SIMULATION USING LS-DYNA CHAPTER-10 10.1 Introduction In the past few decades, the Finite Element Method (FEM) has been developed into a key indispensable technology in the modeling and simulation

More information

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Paul Groenenboom ESI Group Delft, Netherlands Martin Siemann German Aerospace Center (DLR) Stuttgart, Germany

More information

Example of 3D Injection Molding CAE Directly Connected with 3D CAD

Example of 3D Injection Molding CAE Directly Connected with 3D CAD 3D TIMON Example of 3D Injection Molding CAE Directly Connected with 3D CAD 1 Background Problem of Data Translation from 3D CAD to CAE 3D TIMON Difficulty to Generate mesh Automatically Topologically

More information

Multiphysics simulations of nuclear reactors and more

Multiphysics simulations of nuclear reactors and more Multiphysics simulations of nuclear reactors and more Gothenburg Region OpenFOAM User Group Meeting Klas Jareteg klasjareteg@chalmersse Division of Nuclear Engineering Department of Applied Physics Chalmers

More information

[1] involuteσ(spur and Helical Gear Design)

[1] involuteσ(spur and Helical Gear Design) [1] involuteσ(spur and Helical Gear Design) 1.3 Software Content 1.3.1 Icon Button There are 12 icon buttons: [Dimension], [Tooth Form], [Accuracy], [Strength], [Sliding Graph], [Hertz Stress Graph], [FEM],

More information

Appendix P. Multi-Physics Simulation Technology in NX. Christian Ruel (Maya Htt, Canada)

Appendix P. Multi-Physics Simulation Technology in NX. Christian Ruel (Maya Htt, Canada) 251 Appendix P Multi-Physics Simulation Technology in NX Christian Ruel (Maya Htt, Canada) 252 Multi-Physics Simulation Technology in NX Abstract As engineers increasingly rely on simulation models within

More information

midas NFX 2017R1 Release Note

midas NFX 2017R1 Release Note Total Solution for True Analysis-driven Design midas NFX 2017R1 Release Note 1 midas NFX R E L E A S E N O T E 2 0 1 7 R 1 Major Improvements Midas NFX is an integrated finite element analysis program

More information

Generalized framework for solving 2D FE problems

Generalized framework for solving 2D FE problems ENGN 2340 Computational Methods in Structural Mechanics Generalized framework for solving 2D FE problems Karthik Thalappully Overview The goal of the project was development of a FEA framework in C++ to

More information

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems George Wang(1 ), Facundo del Pin(2), Inaki Caldichoury (2), Prince Rodriguez(3), Jason Tippie

More information

Statics of the truss with force and temperature load - test problem Nr 1

Statics of the truss with force and temperature load - test problem Nr 1 Statics of the truss with force and temperature load - test problem Nr E := GPa - Young modulus for truss material - steel α t := - - thermal expanssion coeficient - steel D := cm - Cross section (pipe)

More information

Introduction to geodynamic modelling Introduction to DOUAR

Introduction to geodynamic modelling Introduction to DOUAR Introduction to geodynamic modelling Introduction to DOUAR David Whipp and Lars Kaislaniemi Department of Geosciences and Geography, Univ. Helsinki 1 Goals of this lecture Introduce DOUAR, a 3D thermomechanical

More information

PROBLEMS WITH CORE BYPASS ATMOSPHERE FREEZING OF THE VVER-1000 AND SIMILAR TYPES OF REACTORS: RELATED HINTS

PROBLEMS WITH CORE BYPASS ATMOSPHERE FREEZING OF THE VVER-1000 AND SIMILAR TYPES OF REACTORS: RELATED HINTS PROBLEMS WITH CORE BYPASS ATMOSPHERE FREEZING OF THE VVER-1000 AND SIMILAR TYPES OF REACTORS: RELATED HINTS Preparing an input deck for the RPV of the VVER-1000 type of reactor specific problems, related

More information

IS FIRE MODELING GETTING BETTER?

IS FIRE MODELING GETTING BETTER? IS FIRE MODELING GETTING BETTER? Result Trends for FDS Jeffrey Miller, P.E. jmiller@enercon.com jmiller@jdmconsulting.tech PSA 2017 Conference Presented: September 28, 2017 Overview Introduction Fire Modeling

More information

MODELLING OF AN AUTOMOBILE TYRE USING LS-DYNA3D

MODELLING OF AN AUTOMOBILE TYRE USING LS-DYNA3D MODELLING OF AN AUTOMOBILE TYRE USING LS-DYNA3D W. Hall, R. P. Jones, and J. T. Mottram School of Engineering, University of Warwick, Coventry, CV4 7AL, UK ABSTRACT: This paper describes a finite element

More information

Performance Test of Core Protection and Monitoring System with DLL for SMART Simulator Implementation

Performance Test of Core Protection and Monitoring System with DLL for SMART Simulator Implementation 2014 KNS Spring Meeting in Jeju Performance Test of Core Protection and Monitoring System with DLL for Simulator Implementation BonSeung Koo, DaeHyun Hwang and KeungKoo Kim May 29-30, 2014 Korea Atomic

More information

Abaqus Technology Brief. Two-Pass Rolling Simulation

Abaqus Technology Brief. Two-Pass Rolling Simulation Abaqus Technology Brief Two-Pass Rolling Simulation TB-03-TPRS-1 Revised: April 2007. Summary Hot rolling is a basic metal forming technique that is used to transform preformed shapes into final products

More information

About the Author. Acknowledgements

About the Author. Acknowledgements About the Author Dr. Paul Kurowski obtained his M.Sc. and Ph.D. in Applied Mechanics from Warsaw Technical University. He completed postdoctoral work at Kyoto University. Dr. Kurowski is an Assistant Professor

More information

BioIRC solutions. CFDVasc manual

BioIRC solutions. CFDVasc manual BioIRC solutions CFDVasc manual Main window of application is consisted from two parts: toolbar - which consist set of button for accessing variety of present functionalities image area area in which is

More information

Modeling Strategies for Dynamic Finite Element Cask Analyses

Modeling Strategies for Dynamic Finite Element Cask Analyses Session A Package Analysis: Structural Analysis - Modeling Modeling Strategies for Dynamic Finite Element Cask Analyses Uwe Zencker, Günter Wieser, Linan Qiao, Christian Protz BAM Federal Institute for

More information

Fluid-Structure Interaction Modeling of High-Aspect Ratio Nuclear Fuel Plates using COMSOL

Fluid-Structure Interaction Modeling of High-Aspect Ratio Nuclear Fuel Plates using COMSOL Fluid-Structure Interaction Modeling of High-Aspect Ratio Nuclear Fuel Plates using COMSOL Franklin Curtis 1 Kivanc Ekici 1 James Freels 2 1 University of Tennessee, Knoxville, TN 2 Oak Ridge National

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

Fluid-Structure Interaction in LS-DYNA: Industrial Applications

Fluid-Structure Interaction in LS-DYNA: Industrial Applications 4 th European LS-DYNA Users Conference Aerospace / Fluid-Struct. Inter. Fluid-Structure Interaction in LS-DYNA: Industrial Applications M hamed Souli Universite des Sciences et Technologie de Lille Laboratoire

More information

Determination of the solicitation types responsible for the deformed. shape of an aircraft cockpit

Determination of the solicitation types responsible for the deformed. shape of an aircraft cockpit Determination of the solicitation types responsible for the deformed shape of an aircraft cockpit Infante, V. 1*, Gomes, E. 1 and Branco, C.M. 1 1 Departamento de Engenharia Mecânica, Instituto Superior

More information

Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC

Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC Peter Arnold ( Senior Research Engineer Wavebob) January 23 rd 2013 1 Motivation Validation is defined as substantiation

More information

Thermal experimental investigation of radiative heat transfer for the validation of radiation models

Thermal experimental investigation of radiative heat transfer for the validation of radiation models Computational Methods and Experimental Measurements XII 251 Thermal experimental investigation of radiative heat transfer for the validation of radiation models N. P. Lavery, M. R. Vujičić & S. G. R. Brown

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Preloads in LS-DYNA. Introduction Analysis Techniques (General) Dynamic Relaxation. Explicit Implicit. Bolt Preload Techniques

Preloads in LS-DYNA. Introduction Analysis Techniques (General) Dynamic Relaxation. Explicit Implicit. Bolt Preload Techniques Preloads in LS-DYNA Introduction Analysis Techniques (General) Dynamic Relaxation Explicit Implicit Transient Explicit with Mass Damping Implicit Analysis Bolt Preload Techniques Thermal Interference Contact

More information

Lecture 5 Two-way FSI Solving and Post Processing. Solving FSI Applications Using ANSYS Mechanical and ANSYS CFX Release. Release 14.

Lecture 5 Two-way FSI Solving and Post Processing. Solving FSI Applications Using ANSYS Mechanical and ANSYS CFX Release. Release 14. Lecture 5 Two-way FSI Solving and Post Processing 14. 5 Release Solving FSI Applications Using ANSYS Mechanical and ANSYS CFX 1 2011 ANSYS, Inc. July 26, 2013 Outline Solution Process Here we discuss starting

More information

by Mahender Reddy Concept To Reality / Summer 2006

by Mahender Reddy Concept To Reality / Summer 2006 by Mahender Reddy Demand for higher extrusion rates, increased product quality and lower energy consumption have prompted plants to use various methods to determine optimum process conditions and die designs.

More information

Click to edit Master title style

Click to edit Master title style Fun stuff with the built-in response matrix solver 7th International Serpent UGM, Gainesville, FL, Nov. 6 9, 2017 Jaakko Leppänen VTT Technical Research Center of Finland Click to edit Master title Outline

More information

PATCH TEST OF HEXAHEDRAL ELEMENT

PATCH TEST OF HEXAHEDRAL ELEMENT Annual Report of ADVENTURE Project ADV-99- (999) PATCH TEST OF HEXAHEDRAL ELEMENT Yoshikazu ISHIHARA * and Hirohisa NOGUCHI * * Mitsubishi Research Institute, Inc. e-mail: y-ishi@mri.co.jp * Department

More information

RELAP5 to TRACE Input Model Conversion Procedure and Advanced Post Processing of the Results for the ISP-25 Test

RELAP5 to TRACE Input Model Conversion Procedure and Advanced Post Processing of the Results for the ISP-25 Test RELAP5 to TRACE Input Model Conversion Procedure and Advanced Post Processing of the Results for the ISP-25 Test ABSTRACT Ovidiu-Adrian Berar Jožef Stefan Institute, Reactor Engineering Division Jamova

More information

Application of MCNP Code in Shielding Design for Radioactive Sources

Application of MCNP Code in Shielding Design for Radioactive Sources Application of MCNP Code in Shielding Design for Radioactive Sources Ibrahim A. Alrammah Abstract This paper presents three tasks: Task 1 explores: the detected number of as a function of polythene moderator

More information

Turbulent Premixed Combustion with Flamelet Generated Manifolds in COMSOL Multiphysics

Turbulent Premixed Combustion with Flamelet Generated Manifolds in COMSOL Multiphysics Turbulent Premixed Combustion with Flamelet Generated Manifolds in COMSOL Multiphysics Rob J.M Bastiaans* Eindhoven University of Technology *Corresponding author: PO box 512, 5600 MB, Eindhoven, r.j.m.bastiaans@tue.nl

More information

A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES

A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES Khalil Bensassi, and Herman Deconinck Von Karman Institute for Fluid Dynamics Aeronautics & Aerospace

More information

GEOSTUDIO Tutorials Results and Procedure Comparison

GEOSTUDIO Tutorials Results and Procedure Comparison GEOSTUDIO Tutorials Results and Procedure Comparison Angel Francisco Martinez Application Engineer MIDAS IT Estados Unidos Integrated Solver Optimized for the next generation 64-bit platform Finite Element

More information

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Structural Analysis of an Aluminum Spiral Staircase EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Abstract An old aluminum spiral staircase at Marcos home has been feeling really

More information

A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS

A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS L. Mangani Maschinentechnik CC Fluidmechanik und Hydromaschinen Hochschule Luzern Technik& Architektur

More information

Through Process Modelling of Self-Piercing Riveting

Through Process Modelling of Self-Piercing Riveting 8 th International LS-DYNA User Conference Metal Forming (2) Through Process Modelling of Self-Piercing Riveting Porcaro, R. 1, Hanssen, A.G. 1,2, Langseth, M. 1, Aalberg, A. 1 1 Structural Impact Laboratory

More information

Offshore Platform Fluid Structure Interaction (FSI) Simulation

Offshore Platform Fluid Structure Interaction (FSI) Simulation Offshore Platform Fluid Structure Interaction (FSI) Simulation Ali Marzaban, CD-adapco Murthy Lakshmiraju, CD-adapco Nigel Richardson, CD-adapco Mike Henneke, CD-adapco Guangyu Wu, Chevron Pedro M. Vargas,

More information

Simulation of Compressive Cone-Shaped Ice Specimen Experiments using LS-DYNA

Simulation of Compressive Cone-Shaped Ice Specimen Experiments using LS-DYNA Simulation of Compressive Cone-Shaped Ice Specimen Experiments using LS-DYNA Hyunwook Kim Faculty of Engineering and Applied Science, Memorial University of Newfoundland Abstract A laboratory scale compressive

More information

Problem description. The figure shows a disc braking system.

Problem description. The figure shows a disc braking system. Problem description Problem 34: Thermo-mechanical coupling analysis of a disc braking system The figure shows a disc braking system. Applied pressure Piston Brake pad Brake disc Fixed plate Initially,

More information

Parametric Study of Sloshing Effects in the Primary System of an Isolated LFR Marti Jeltsov, Walter Villanueva, Pavel Kudinov

Parametric Study of Sloshing Effects in the Primary System of an Isolated LFR Marti Jeltsov, Walter Villanueva, Pavel Kudinov 1 Parametric Study of Sloshing Effects in the Primary System of an Isolated LFR 19.06.2013 Marti Jeltsov, Walter Villanueva, Pavel Kudinov Division of Nuclear Power Safety Royal Institute of Technology

More information

Using the Workbench LS-DYNA Extension

Using the Workbench LS-DYNA Extension Using the Workbench LS-DYNA Extension ANSYS, Inc. Southpointe 2600 ANSYS Drive Canonsburg, PA 15317 ansysinfo@ansys.com http://www.ansys.com (T) 724-746-3304 (F) 724-514-9494 Release 18.1 April 2017 ANSYS,

More information

Coupled Structural/Thermal Analysis

Coupled Structural/Thermal Analysis Coupled Structural/Thermal Analysis Introduction This tutorial was completed using ANSYS 7.0 The purpose of this tutorial is to outline a simple coupled thermal/structural analysis. A steel link, with

More information

A general contact detection algorithm for finite element analysis

A general contact detection algorithm for finite element analysis A general contact detection algorithm for finite element analysis M.W. Heinstein, S.W. Attaway J.W. Swegle, F.J. Mello Sandia National Laboratories, Albuquerque, Mezzco 27J&5, A contact detection algorithm

More information

Hydro-elastic analysis of a propeller using CFD and FEM co-simulation

Hydro-elastic analysis of a propeller using CFD and FEM co-simulation Fifth International Symposium on Marine Propulsors smp 17, Espoo, Finland, June 2017 Hydro-elastic analysis of a propeller using CFD and FEM co-simulation Vesa Nieminen 1 1 VTT Technical Research Centre

More information

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design SimWise 3D Dynamic Motion, and Stress Analysis integrated with Alibre Design SimWise 4D for Alibre Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional

More information

Numerical and Experimental Modeling of a T-joint Fillet Welding Process

Numerical and Experimental Modeling of a T-joint Fillet Welding Process 11 th International onference on Quantitative InfraRed Thermography Numerical and Experimental Modeling of a T-joint Fillet Welding Process by Z. Tonković*, M. Perić**, M. Surjak*, I. Garašić*, I. oras*,.

More information

Necking and Failure Simulation of Lead Material Using ALE and Mesh Free Methods in LS-DYNA

Necking and Failure Simulation of Lead Material Using ALE and Mesh Free Methods in LS-DYNA 14 th International LS-DYNA Users Conference Session: Constitutive Modeling Necking and Failure Simulation of Lead Material Using ALE and Mesh Free Methods in LS-DYNA Sunao Tokura Tokura Simulation Research

More information

Revised Sheet Metal Simulation, J.E. Akin, Rice University

Revised Sheet Metal Simulation, J.E. Akin, Rice University Revised Sheet Metal Simulation, J.E. Akin, Rice University A SolidWorks simulation tutorial is just intended to illustrate where to find various icons that you would need in a real engineering analysis.

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

The ECHO commands. Synopsis. Syntax

The ECHO commands. Synopsis. Syntax The ECHO commands Synopsis The ECHO commands are used to control the verification or echo printing of various portions of the input data The ECHO commands have no effect on the results of an analysis Syntax

More information

Finite Element Analysis Using NEi Nastran

Finite Element Analysis Using NEi Nastran Appendix B Finite Element Analysis Using NEi Nastran B.1 INTRODUCTION NEi Nastran is engineering analysis and simulation software developed by Noran Engineering, Inc. NEi Nastran is a general purpose finite

More information

NEi FEA. IRONCAD Advanced FEA. IRONCAD Advanced FEA. NEi FEA

NEi FEA. IRONCAD Advanced FEA. IRONCAD Advanced FEA. NEi FEA 2011 Overview has been designed as a universal, adaptive and user-friendly graphical user interface for geometrical modeling, data input and visualization of results for all types of numerical simulation

More information

Workshop 15. Single Pass Rolling of a Thick Plate

Workshop 15. Single Pass Rolling of a Thick Plate Introduction Workshop 15 Single Pass Rolling of a Thick Plate Rolling is a basic manufacturing technique used to transform preformed shapes into a form suitable for further processing. The rolling process

More information

STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS

STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS PETR BERNARDIN, VACLAVA LASOVA, FRANTISEK SEDLACEK University of West Bohemia in Pilsen RTI Regional Technological Institute Pilsen, Czech

More information

3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation

3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation 3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation ABSTRACT W.A.Assaad, University of Twente Enschede, The Netherlands H.J.M. Geijselaers, University of Twente Enschede, The Netherlands

More information

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling CIVL 7/8117 1/43 Chapter 7 Learning Objectives To present concepts that should be considered when modeling for a situation by the finite element method, such as aspect ratio, symmetry, natural subdivisions,

More information

Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure

Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure Xiangxiong Kong, Tiehua Shi & Shaoge Cheng Institute of Earthquake Engineering, China Academy of Building Research,

More information

Analysis of ANSI W W 6x9-118,

Analysis of ANSI W W 6x9-118, Page 1 of 8 Analysis of ANSI W W 6x9-118,110236220472 Author: Analysis Created: Analysis Last Modified: Report Created: Introduction Administrator, 08:29:09, 08:29:09 09:26:02 Database: Z:\ENGENHARIA\ESTUDOS

More information

ALE and Fluid-Structure Interaction in LS-DYNA March 2004

ALE and Fluid-Structure Interaction in LS-DYNA March 2004 ALE and Fluid-Structure Interaction in LS-DYNA March 2004 Workshop Models 1. Taylor bar impact 2. One-dimensional advection test 3. Channel 4. Underwater explosion 5. Bar impacting water surface 6. Sloshing

More information

Coupled Thermal-Structural Analysis of the Shippingport Nuclear Reactor Using Adaptive Remeshing in Abaqus/CAE

Coupled Thermal-Structural Analysis of the Shippingport Nuclear Reactor Using Adaptive Remeshing in Abaqus/CAE Abaqus Technology Brief TB-06-ARCAE-1 Revised: April 2007. Coupled Thermal-Structural Analysis of the Shippingport Nuclear Reactor Using Adaptive Remeshing in Abaqus/CAE Summary Mesh construction is a

More information

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke EN1740 Computer Aided Visualization and Design Spring 2012 4/26/2012 Brian C. P. Burke Last time: More motion analysis with Pro/E Tonight: Introduction to external analysis products ABAQUS External Analysis

More information

Integration of Design and Analysis Models

Integration of Design and Analysis Models Integration of Design and Analysis Models Matthijs Sypkens Smit Delft University of Technology An introduction to a new NWO-sponsored project Outline of the Presentation 1 Introduction 2 Meshing 3 Analysis

More information

RAMISW SOFTWARE FOR MODELLING MIGRATION OF RADIONUCLIDES IN SOIL

RAMISW SOFTWARE FOR MODELLING MIGRATION OF RADIONUCLIDES IN SOIL РОССИЙСКАЯ АКАДЕМИЯ НАУК ИНСТИТУТ ПРОБЛЕМ БЕЗОПАСНОГО РАЗВИТИЯ АТОМНОЙ ЭНЕРГЕТИКИ RUSSIAN ACADEMY OF SCIENCES NUCLEAR SAFETY INSTITUTE Препринт ИБРАЭ IBRAE- 1997-13 Preprint IBRAE- 1997-13 Kanevski M.,

More information

Chapter 3 Analysis of Original Steel Post

Chapter 3 Analysis of Original Steel Post Chapter 3. Analysis of original steel post 35 Chapter 3 Analysis of Original Steel Post This type of post is a real functioning structure. It is in service throughout the rail network of Spain as part

More information

SOFTWARE REQUIREMENTS SPECIFICATION FOR THE TRAC-M-SPECIFIC DATA MAP ROUTINE IN THE COUPLED TRAC-M/PARCS CODE. R. Matthew Miller, Thomas J.

SOFTWARE REQUIREMENTS SPECIFICATION FOR THE TRAC-M-SPECIFIC DATA MAP ROUTINE IN THE COUPLED TRAC-M/PARCS CODE. R. Matthew Miller, Thomas J. PU/NE-00-9 SOFTWARE REQUIREMENTS SPECIFICATION FOR THE TRAC-M-SPECIFIC DATA MAP ROUTINE IN THE COUPLED TRAC-M/PARCS CODE R. Matthew Miller, Thomas J. Downar School of Nuclear Engineering Purdue University

More information

Good Practice Guide to the Application of Finite Element Analysis to Erosion Modelling

Good Practice Guide to the Application of Finite Element Analysis to Erosion Modelling Good Practice Guide No. 146 Good Practice Guide to the Application of Finite Element Analysis to Erosion Modelling EXPERT TECHNICAL LEVEL Good Practice Guide No. 146 Version 1.0 Published in the United

More information

Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds

Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds by:- Balaaji Mahadevan Shaurya Sachdev Subhanshu Pareek Amol Deshpande Birla Institute of Technology and Science, Pilani

More information

MIDAS Geotechnical Training Series

MIDAS Geotechnical Training Series MIDAS Geotechnical Training Series Fully Coupled vs Consolidation Analysis Seongwan Bae Angel F. Martinez MIDAS Information Technology Integrated Solver Optimized for the next generation 6-bit platform

More information

VARIOUS APPROACHES USED IN THE SEISMIC QUALIFICATION OF THE PIPING SYSTEMS IN NUCLEAR FACILITIES. Introduction

VARIOUS APPROACHES USED IN THE SEISMIC QUALIFICATION OF THE PIPING SYSTEMS IN NUCLEAR FACILITIES. Introduction VARIOUS APPROACHES USED IN THE SEISMIC QUALIFICATION OF THE PIPING SYSTEMS IN NUCLEAR FACILITIES A. Musil, P. Markov Stevenson&Associates, Pilsen, Czech Republic Introduction In the firm Stevenson&Associates

More information

Partial Differential Equations

Partial Differential Equations Simulation in Computer Graphics Partial Differential Equations Matthias Teschner Computer Science Department University of Freiburg Motivation various dynamic effects and physical processes are described

More information

A Novel Approach to High Speed Collision

A Novel Approach to High Speed Collision A Novel Approach to High Speed Collision Avril Slone University of Greenwich Motivation High Speed Impact Currently a very active research area. Generic projectile- target collision 11 th September 2001.

More information

Example Simulations in OpenFOAM

Example Simulations in OpenFOAM Example Simulations in OpenFOAM Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 18/Nov/2005 Example Simulations in OpenFOAM p.1/26 Outline Objective Present

More information

Design procedures of seismic-isolated container crane at port

Design procedures of seismic-isolated container crane at port Design procedures of seismic-isolated container crane at port T.Sugano 1, M.Takenobu 1, T.Suzuki 1, and Y.Shiozaki 2 1 Port and Airport Research Institute,Yokosuka, Japan 2 JFE R&D Corporation,Kawasaki,Japan

More information

CHAPTER 8 FINITE ELEMENT ANALYSIS

CHAPTER 8 FINITE ELEMENT ANALYSIS If you have any questions about this tutorial, feel free to contact Wenjin Tao (w.tao@mst.edu). CHAPTER 8 FINITE ELEMENT ANALYSIS Finite Element Analysis (FEA) is a practical application of the Finite

More information

INVESTIGATION OF HYDRAULIC PERFORMANCE OF A FLAP TYPE CHECK VALVE USING CFD AND EXPERIMENTAL TECHNIQUE

INVESTIGATION OF HYDRAULIC PERFORMANCE OF A FLAP TYPE CHECK VALVE USING CFD AND EXPERIMENTAL TECHNIQUE International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 1, January 2019, pp. 409 413, Article ID: IJMET_10_01_042 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtype=ijmet&vtype=

More information

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS March 18-20, 2013 THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS Authors: M.R. Chiarelli, M. Ciabattari, M. Cagnoni, G. Lombardi Speaker:

More information