Computational Design Optimization Using Distributed Grid Resources

Size: px
Start display at page:

Download "Computational Design Optimization Using Distributed Grid Resources"

Transcription

1 Computational Design Optimization Using Distributed Grid Resources Petri Kere 1 and Juha Lento CSC the Finnish IT Center for Science 1 Tampere University of Technology Insitute of Applied Mechanics and Optimization Acknowledgement: The work of the first author is funded by the Academy of Finland postdoctoral researcher appropriation Grant (päätösnro )

2 Introduction Parameter studies, genetic algorithms and Monte Carlo type calculations are examples of pleasantly parallel computational tasks. Pleasantly parallel computational tasks can be effectively calculated in computer clusters or Grids. Overview: Problem formulation Modelling Optimization task Implementation

3 Problem Statement Using a given set of layer orientations optimize the laminate lay-up for maximum failure margin and structural stability with minimum number of layers and without first ply failure of the laminate.

4 Numerical Example z AS4/ t ply = mm E 1 = GPa E 2 = 11.1 GPa G 12 = 6.0 GPa ν 12 = 0.3 G 23 = GPa ν 23 = 0.4 X t = 1950 MPa Y t = 48 MPa X c = 1480 MPa Y c = 200 MPa S 12 = 79 MPa ρ = 1580 kg/m 3 y F z L = 1.0 m, b = w = 0.1 m F y = 2.4 kn, F z = 1.6 kn Tsai-Hill failure criterion F y x

5 Computational Modelling Tool Elmer is a software package for solving Partial Differential Equations (PDEs) [1]. It has been developed at CSC in collaboration with Finnish universities, research laboratories, and industry. Elmer includes physical models of fluid dynamics, structural mechanics, electromagnetics, vibroacoustics, and heat transfer, for instance. These are described by PDEs which Elmer solves by FEM. Recently the software capabilities have been extended to cover laminated structures composed of orthotropic Fiber-Reinforced Polymer (FRP) composite layers.

6 Composite Modelling The plate bending problem has been formulated for a thin or moderately thick laminated composite plate. Reissner-Mindlin-Von Kármán type plate model [2] has been implemented including analysis capabilities as follows. Laminate load response including stress-strain analysis of layers Laminate failure prediction including First Ply Failure (FPF) analysis with generalized failure criterion Linear stability Postbuckling behavior (large deformation analysis)

7 Elmer ElmerFront Ply mechanical properties:.sif Mesh Mesh: Editing ElmerGrid, Ansys, Abaqus, Fidap, FemLab, FieldView (GridGen) Pre-processing: Netgen Laminate structure: Objective and ESAComp, MSC.Laminate ElmerSolver constraint function Modeler values.ep.dat ElmerPost Curve plotting: Matlab Optimizer Post-processing: ESAComp

8 Structural Optimization Problem The structural weight minimization problem is formulated in discrete form S = { y y = arg min x S N( x)} (1) where x = (x 1, x 2,..., x N ) is the layer orientation identity design variable vector defining the laminate lay-up configuration and S the feasible set of lay-up configurations S = { x g( x) = 1 RF ( x) 0} (2) A set of four allowable layer orientations is defined as Θ = (0, 90, +θ, θ) deg X = (1, 2, 3, 4).

9 Optimization for Strength and Stability The multi-criteria optimization problem is formulated as max x S [ RF ( x) λ( x) ] = max x S z( x) (3) The image of the feasible set in the criterion space is Λ = { z R 2 z = z( x), x S}. A solution x is Pareto optimal for the problem (3) if and only if there exists no x S such that z i ( x) z i ( x ) for all i = 1, 2 and z i ( x) > z i ( x ) for at least one i = 1, 2. The points z = z( x ) Λ in the criterion space are called the maximal points.

10 Achievement Function Approach The achievement problem by Wierzbicki [3] to be solved is min z Λ (4) 2 s z ( z) = max i( z i z i )} + c [w i (max{1 z i, 0})] i=1,2 (5) i=1 where z i R, i = 1, 2 are arbitrary reference objectives characterizing aspiration levels for the given criterion vector. At the jth cycle ρ i = w i /(max z (j) i min z (j) i ) and z i = max z (j) i with some fixed weighting vector w > 0 and c > 0. Termination condition is defined as max{min{s z ( z), g( x)}, 0} δ with δ 0.

11 Search Space The algorithm begins with the generation of initial population, i.e., permutations of Symmetric Even (SE) laminate lay-ups. At each iteration cycle design alternatives are generated as follows. x (j+1) X (j+1) = ( x (j), 3, 4), ( x (j), 4, 3), (3, 4, x (j) ), (4, 3, x (j) ), ( x (j), 1, 1), (1, x (j), 1), (1, 1, x (j) ), ( x (j), 1, 2), (1, x (j), 2), (1, 2, x (j) ), ( x (j), 2, 1), (2, x (j), 1), (2, 1, x (j) ), ( x (j), 2, 2), (2, x (j), 2), (2, 2, x (j) ) (6) Here x (j) denotes half of the selected laminate, e.g., [0/90/ ± θ] SE laminate is denoted by x (j) = (1, 2, 3, 4).

12 Datastructures and Parallelization { w} i θ, x, z {s( z)} θ, x, { w} j parents }} chidren x I N }} parents x I N chidren x I N+2 0th Generation 1st Generation parents }} x I N+2 chidren 2nd Generation x I N+4

13 Generation s Flow Chart 1. Select parents from previous Generation using s z ( z) 2. Compute (nonlinear) constraint function g( x) and check convergence 3. Generate children from parent s design point (θ, x) 4. Compute vector objective function z( x)

14 Computation of Objective Functions optimizer {θ i, x i } { z(θ i, x i )} filter jobf iles resultf iles executor Optimizer implements the search algorithm Filter transforms optimizer s requests to Executor s job description and parses job results Executor runs the jobs in Grid (or in a cluster) Optimizer and executor are persistent, i.e. save their state and automatically continue after restart

15 Submitting a Single Job to Grid Manually User creates the job specification myjob.xrsl User logs in to the Grid: grid-proxy-init User submits the job to Grid: ngsub -f myjob.xrsl User monitors the job status: ngstat JOB NAME or ngcat JOB NAME User downloads the results: ngget JOB NAME These tasks are to be automated by filter and executor modules for hundreds of modelling runs.

16 Job Description Example &(rsl_substitution = (TEMPLATE "/home/jlento/python/ngmco/template" )) (jobname = "elmer-template" ) (executable = "wrapper.sh" ) (inputfiles = (wrapper.sh $(TEMPLATE)/wrapper.sh ) (laminate.opt $(TEMPLATE)/laminate.opt ) (Shell.sif $(TEMPLATE)/Shell.sif ) (unchangebles.tar.gz $(TEMPLATE)/unchangebles.tar.gz ) ) (executables = lib/ld-linux.so.3 lib/elements.def ElmerSolver lib/ld-linux.so.3 lib/libc.so.6 lib/libcxa.so.3 lib/libg2c.so.0 lib/libsolver.so Shell) (outputfiles = (layup.opt "" )) (stdout = stdout.txt ) (stderr = stderr.txt ) (cache = yes ) (disk = 150 ) (cputime = 3 ) ( (architecture = i686 ) (architecture = i386 ))

17 Results w 1 w 2 Lay-up RF RF λ [90/ ± 55/7(0)] SE [90/ 50/7(0)] SE [90/ 45/7(0)] SE [90/ ± 40/7(0)] SE z y F z c = F y x

18 Summary NorduGrid is Production class grid facility Running since summer 2002 Open source Simple to use In active developement Attracting more resources to join

19 References [1] ELMER web site at [2] P. Kere and M. Lyly. Nonlinear Analysis and Design of Laminated Composites using Reissner-Mindlin-Von Kármán Type Plate Model. To appear in Proc. 4th European Congress on Computational Methods in Applied Sciences and Engineering (ECCOMAS 2004), Jyväskylä, Finland, July P. Neittaanmäki et. al., eds. [3] A. P. Wierzbicki. The Use of Reference Objectives in Multiobjective Optimization. In G. Fandel and T. Gal, eds., Multiple Criteria Decision Making Theory and Applications, Lecture Notes in Economics and Mathematical Systems 177, , Berlin: Springer-Verlag, [4] NorduGrid web site at

NorduGrid ARC Tutorial

NorduGrid ARC Tutorial NorduGrid ARC Tutorial / Arto Teräs and Olli Tourunen 2006-03-23 Slide 1(34) NorduGrid ARC Tutorial Arto Teräs and Olli Tourunen CSC, Espoo, Finland March 23

More information

(Seattle is home of Boeing Jets)

(Seattle is home of Boeing Jets) Dr. Faeq M. Shaikh Seattle, Washington, USA (Seattle is home of Boeing Jets) 1 Pre Requisites for Today s Seminar Basic understanding of Finite Element Analysis Working Knowledge of Laminate Plate Theory

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov [email protected] and [email protected] Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014 Finite Element Method Finite Element Method (ENGC 6321) Syllabus Second Semester 2013-2014 Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered

More information

Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm

Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm Mike Stephens Senior Composites Stress Engineer, Airbus UK Composite Research, Golf Course

More information

DETERMINATION OF TIME-TEMPERATURE SHIFT FACTOR FOR LONG-TERM LIFE PREDICTION OF POLYMER COMPOSITES

DETERMINATION OF TIME-TEMPERATURE SHIFT FACTOR FOR LONG-TERM LIFE PREDICTION OF POLYMER COMPOSITES DETERMINATION OF TIME-TEMPERATURE SHIFT FACTOR FOR LONG-TERM LIFE PREDICTION OF POLYMER COMPOSITES K. Fukushima*, H. Cai**, M. Nakada*** and Y. Miyano*** * Graduate School, Kanazawa Institute of Technology

More information

Certification of Discontinuous Composite Material Forms for Aircraft Structures

Certification of Discontinuous Composite Material Forms for Aircraft Structures Certification of Discontinuous Composite Material Forms for Aircraft Structures Paolo Feraboli (UWAA), Mark Tuttle (UW), Larry Ilcewicz (FAA), Bill Avery (Boeing), Bruno Boursier, Dave Barr (Hexcel) JAMS

More information

INVESTIGATION OF VISCOELASTICITY AND CURE SHRINKAGE IN AN EPOXY RESIN DURING PROCESSING

INVESTIGATION OF VISCOELASTICITY AND CURE SHRINKAGE IN AN EPOXY RESIN DURING PROCESSING TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS INVESTIGATION OF VISCOELASTICITY AND CURE SHRINKAGE IN AN EPOXY RESIN DURING PROCESSING T. Shimizu *, H. Koinuma, K. Nagai Mitsubishi Heavy Industries,

More information

HPC enabling of OpenFOAM R for CFD applications

HPC enabling of OpenFOAM R for CFD applications HPC enabling of OpenFOAM R for CFD applications Towards the exascale: OpenFOAM perspective Ivan Spisso 25-27 March 2015, Casalecchio di Reno, BOLOGNA. SuperComputing Applications and Innovation Department,

More information

List of Problems Solved Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p.

List of Problems Solved Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p. Preface p. v List of Problems Solved p. xiii Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p. 6 Assembly of the Global System of Equations p.

More information

Layered Composite Solutions

Layered Composite Solutions Composite Workflow Challenges and Solutions Andreas Hübner, CADFEM (Suisse) AG René Roos, EVEN AG wind energy automobile aerospace aircraft sports & recreation Material Function Shape -2- Concept Preliminary

More information

Best practices for efficient HPC performance with large models

Best practices for efficient HPC performance with large models Best practices for efficient HPC performance with large models Dr. Hößl Bernhard, CADFEM (Austria) GmbH PRACE Autumn School 2013 - Industry Oriented HPC Simulations, September 21-27, University of Ljubljana,

More information

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31)

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Outline -1-! This part of the module consists of seven lectures and will focus

More information

Predict Influencers in the Social Network

Predict Influencers in the Social Network Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, [email protected] Department of Electrical Engineering, Stanford University Abstract Given two persons

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Selecting materials at an early product design stage tools and methods

Selecting materials at an early product design stage tools and methods ENGINEERING DESIGN Selecting materials at an early product ROUNDTABLES March 17, 2015 Selecting materials at an early product design stage tools and methods Arlindo Silva et al. Instituto Superior Tecnico

More information

BUCKLING OF BARS, PLATES, AND SHELLS. Virginia Polytechnic Institute and State University Biacksburg, Virginia 24061-0219

BUCKLING OF BARS, PLATES, AND SHELLS. Virginia Polytechnic Institute and State University Biacksburg, Virginia 24061-0219 BUCKLING OF BARS, PLATES, AND SHELLS ROBERT M. JONES Science and Mechanics Professor Emeritus of Engineering Virginia Polytechnic Institute and State University Biacksburg, Virginia 24061-0219 Bull Ridge

More information

Finite Element Analysis in Mechanical Engineering Design. Summer 2015 (Online)

Finite Element Analysis in Mechanical Engineering Design. Summer 2015 (Online) ME 4180 Finite Element Analysis in Mechanical Engineering Design Summer 2015 (Online) Department: Mechanical Engineering Semester: Summer, 2015 Class Location: Online Only Course Start Date: Wednesday,

More information

Journal of Optimization in Industrial Engineering 13 (2013) 49-54

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

More information

NUMERICAL METHODS TOPICS FOR RESEARCH PAPERS

NUMERICAL METHODS TOPICS FOR RESEARCH PAPERS Faculty of Civil Engineering Belgrade Master Study COMPUTATIONAL ENGINEERING Fall semester 2004/2005 NUMERICAL METHODS TOPICS FOR RESEARCH PAPERS 1. NUMERICAL METHODS IN FINITE ELEMENT ANALYSIS - Matrices

More information

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS With Mathematica and MATLAB Computations M. ASGHAR BHATTI WILEY JOHN WILEY & SONS, INC. CONTENTS OF THE BOOK WEB SITE PREFACE xi xiii 1 FINITE ELEMENT

More information

Graduate Courses in Mechanical Engineering

Graduate Courses in Mechanical Engineering Graduate Courses in Mechanical Engineering MEEG 501 ADVANCED MECHANICAL ENGINEERING ANALYSIS An advanced, unified approach to the solution of mechanical engineering problems, with emphasis on the formulation

More information

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Willem Roux**, Heiner Muellerschoen*, Katharina Witowski* *DYNAmore GmbH **LSTC contact: [email protected] DYNAmore GmbH Germany http://www.dynamore.de

More information

Software-Engineering und Optimierungsanwendungen in der Thermodynamik

Software-Engineering und Optimierungsanwendungen in der Thermodynamik Software-Engineering und Optimierungsanwendungen in der Thermodynamik Optimierung 3 Optimization Frameworks Prof. Dr. Rolf Dornberger Optimization: 3 Optimization Frameworks 30.04.2006 3 Optimization Frameworks

More information

WORKFLOW ENGINE FOR CLOUDS

WORKFLOW ENGINE FOR CLOUDS WORKFLOW ENGINE FOR CLOUDS By SURAJ PANDEY, DILEBAN KARUNAMOORTHY, and RAJKUMAR BUYYA Prepared by: Dr. Faramarz Safi Islamic Azad University, Najafabad Branch, Esfahan, Iran. Workflow Engine for clouds

More information

Product-process interaction modeling of composite structures using As-Built information

Product-process interaction modeling of composite structures using As-Built information FASERINSTITUT BREMEN e.v. (FIBRE) Product-process interaction modeling of composite structures using As-Built information Christian BRAUNER 1, Andrea MIENE 1, Michael BRUYNEEL², Frederic PASCON², Axel

More information

Customer Training Material. Lecture 4. Meshing in Mechanical. Mechanical. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 4. Meshing in Mechanical. Mechanical. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 4 Meshing in Mechanical Introduction to ANSYS Mechanical L4-1 Chapter Overview In this chapter controlling meshing operations is described. Topics: A. Global Meshing Controls B. Local Meshing Controls

More information

Module 1 : Conduction. Lecture 5 : 1D conduction example problems. 2D conduction

Module 1 : Conduction. Lecture 5 : 1D conduction example problems. 2D conduction Module 1 : Conduction Lecture 5 : 1D conduction example problems. 2D conduction Objectives In this class: An example of optimization for insulation thickness is solved. The 1D conduction is considered

More information

Feature Commercial codes In-house codes

Feature Commercial codes In-house codes A simple finite element solver for thermo-mechanical problems Keywords: Scilab, Open source software, thermo-elasticity Introduction In this paper we would like to show how it is possible to develop a

More information

Proposal 1: Model-Based Control Method for Discrete-Parts machining processes

Proposal 1: Model-Based Control Method for Discrete-Parts machining processes Proposal 1: Model-Based Control Method for Discrete-Parts machining processes Proposed Objective: The proposed objective is to apply and extend the techniques from continuousprocessing industries to create

More information

NUMERICAL ANALYSIS OF GLULAM BEAMS WITHOUT AND WITH GFRP REINFORCEMENT

NUMERICAL ANALYSIS OF GLULAM BEAMS WITHOUT AND WITH GFRP REINFORCEMENT 10th International Conference on Composite Science and Technology ICCST/10 A.L. Araújo, J.R. Correia, C.M. Mota Soares, et al. (Editors) IDMEC 2015 NUMERICAL ANALYSIS OF GLULAM BEAMS WITHOUT AND WITH GFRP

More information

Class of 2016 Second Year Common CORE - 2013-2014

Class of 2016 Second Year Common CORE - 2013-2014 2013-2014 Engineering and Applied Science Calendar Class of 2016 Second Year Common CORE - 2013-2014 APSC 200 Engineering Design and Practice II F 3-0-1 4 APSC 293 Engineering Communications F.25-0-.75

More information

UNIVERSITY OF OULU. Department of Electrical Engineering (EE)

UNIVERSITY OF OULU. Department of Electrical Engineering (EE) UNIVERSITY OF OULU Department of Electrical Engineering (EE) University of Oulu Founded in 1958 6 faculties 16 000 students 2900 employees Total funding EUR 226 million Among the largest universities in

More information

Polynomial Neural Network Discovery Client User Guide

Polynomial Neural Network Discovery Client User Guide Polynomial Neural Network Discovery Client User Guide Version 1.3 Table of contents Table of contents...2 1. Introduction...3 1.1 Overview...3 1.2 PNN algorithm principles...3 1.3 Additional criteria...3

More information

Lap Fillet Weld Calculations and FEA Techniques

Lap Fillet Weld Calculations and FEA Techniques Lap Fillet Weld Calculations and FEA Techniques By: MS.ME Ahmad A. Abbas Sr. Analysis Engineer [email protected] www.advancedcae.com Sunday, July 11, 2010 Advanced CAE All contents Copyright

More information

Fatigue Analysis and Optimization of Flexible Printed Circuits

Fatigue Analysis and Optimization of Flexible Printed Circuits Fatigue Analysis and Optimization of Flexible Printed Circuits Alexander Ptchelintsev Nokia Research Center P.O. Box 407, FI-00045 NOKIA GROUP, Finland Email: [email protected] Abstract:

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

Graduate Certificate in Systems Engineering

Graduate Certificate in Systems Engineering Graduate Certificate in Systems Engineering Systems Engineering is a multi-disciplinary field that aims at integrating the engineering and management functions in the development and creation of a product,

More information

Design and Analysis of a Storage Container Used in Missile

Design and Analysis of a Storage Container Used in Missile Design and of a Storage Container Used in Missile 75 Prudvi Raju. Devarapalli M.Tech Student Technology, Ongole Venkata Ramesh Mamilla Associate Professor Technology Ongole M.V. Mallikarjun Professor Technology

More information

Solved with COMSOL Multiphysics 4.3

Solved with COMSOL Multiphysics 4.3 Vibrating String Introduction In the following example you compute the natural frequencies of a pre-tensioned string using the 2D Truss interface. This is an example of stress stiffening ; in fact the

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

Automated Strength Analysis Processes for Aircraft Structures

Automated Strength Analysis Processes for Aircraft Structures Automated Strength Analysis Processes for Aircraft Structures Automatisierte Festigkeitsanalyseprozesse für Flugzeugstrukturen Univ.-Prof. Dr. Martin Schagerl Overview Structure Build-Up Structure Design

More information

Reliable FE-Modeling with ANSYS

Reliable FE-Modeling with ANSYS Reliable FE-Modeling with ANSYS Thomas Nelson, Erke Wang CADFEM GmbH, Munich, Germany Abstract ANSYS is one of the leading commercial finite element programs in the world and can be applied to a large

More information

Stress Relaxation Study of Paper and Plastic Film based Packaging Material

Stress Relaxation Study of Paper and Plastic Film based Packaging Material Master's Degree Thesis ISRN: BTH-AMT-EX--2009/D-02--SE Stress Relaxation Study of Paper and Plastic Film based Packaging Material Rajdip Roy Lu Qi Department of Mechanical Engineering Blekinge Institute

More information

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Adaptation of General Purpose CFD Code for Fusion MHD Applications* Adaptation of General Purpose CFD Code for Fusion MHD Applications* Andrei Khodak Princeton Plasma Physics Laboratory P.O. Box 451 Princeton, NJ, 08540 USA [email protected] Abstract Analysis of many fusion

More information

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties Integrative Optimization of injection-molded plastic parts Multidisciplinary Shape Optimization including process induced properties Summary: Andreas Wüst, Torsten Hensel, Dirk Jansen BASF SE E-KTE/ES

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

Job scheduling of parametric computational mechanics studies on Cloud Computing infrastructures

Job scheduling of parametric computational mechanics studies on Cloud Computing infrastructures HPC-Cetraro 2012 1/29 Job scheduling of parametric computational mechanics studies on Cloud Computing infrastructures Carlos García Garino Cristian Mateos Elina Pacini HPC 2012 High Perfomance Computing,

More information

Elmer Tutorials. CSC IT Center for Science

Elmer Tutorials. CSC IT Center for Science Elmer Tutorials May 27, 2011 Elmer Tutorials About this document The Elmer Tutorials is part of the documentation of Elmer finite element software. Elmer Tutorials gives examples on the use of Elmer in

More information

Finite Element Methods (in Solid and Structural Mechanics)

Finite Element Methods (in Solid and Structural Mechanics) CEE570 / CSE 551 Class #1 Finite Element Methods (in Solid and Structural Mechanics) Spring 2014 Prof. Glaucio H. Paulino Donald Biggar Willett Professor of Engineering Department of Civil and Environmental

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping Lecture 3b CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 16, 2007 Numerical Methods Finite Element Method Boundary Element Method

More information

Free vibration of CLT plates

Free vibration of CLT plates Rakenteiden Mekaniikka (Journal of Structural Mechanics) Vol. 47, No 1, 2014, pp. 17-33 Free vibration of CLT plates Jussi-Pekka Matilainen 1 and Jari Puttonen Summary. This article discusses the ability

More information

APPM4720/5720: Fast algorithms for big data. Gunnar Martinsson The University of Colorado at Boulder

APPM4720/5720: Fast algorithms for big data. Gunnar Martinsson The University of Colorado at Boulder APPM4720/5720: Fast algorithms for big data Gunnar Martinsson The University of Colorado at Boulder Course objectives: The purpose of this course is to teach efficient algorithms for processing very large

More information

Distance Learning Program

Distance Learning Program Distance Learning Program Leading To Master of Engineering or Master of Science In Mechanical Engineering Typical Course Presentation Format Program Description Clarkson University currently offers a Distance

More information

Technology of EHIS (stamping) applied to the automotive parts production

Technology of EHIS (stamping) applied to the automotive parts production Laboratory of Applied Mathematics and Mechanics Technology of EHIS (stamping) applied to the automotive parts production Churilova Maria, Saint-Petersburg State Polytechnical University Department of Applied

More information

Research Article Determination of Pavement Rehabilitation Activities through a Permutation Algorithm

Research Article Determination of Pavement Rehabilitation Activities through a Permutation Algorithm Applied Mathematics Volume 2013, Article ID 252808, 5 pages http://dxdoiorg/101155/2013/252808 Research Article Determination of Pavement Rehabilitation Activities through a Permutation Algorithm Sangyum

More information

SOLVING LINEAR SYSTEMS

SOLVING LINEAR SYSTEMS SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis

More information

Monifysikaalisten ongelmien simulointi Elmer-ohjelmistolla. Simulation of Multiphysical Problems with Elmer Software

Monifysikaalisten ongelmien simulointi Elmer-ohjelmistolla. Simulation of Multiphysical Problems with Elmer Software Monifysikaalisten ongelmien simulointi Elmer-ohjelmistolla Simulation of Multiphysical Problems with Elmer Software Peter Råback Tieteen CSC 25.11.2004 Definitions for this presentation Model Mathematical

More information

Piston Ring. Problem:

Piston Ring. Problem: Problem: A cast-iron piston ring has a mean diameter of 81 mm, a radial height of h 6 mm, and a thickness b 4 mm. The ring is assembled using an expansion tool which separates the split ends a distance

More information

Optimum Design of Worm Gears with Multiple Computer Aided Techniques

Optimum Design of Worm Gears with Multiple Computer Aided Techniques Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved

More information

A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution. Bartosz Sawik

A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution. Bartosz Sawik Decision Making in Manufacturing and Services Vol. 4 2010 No. 1 2 pp. 37 46 A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution Bartosz Sawik Abstract.

More information

Creo Simulate 1.0 April 2011

Creo Simulate 1.0 April 2011 Creo Simulate 1.0 April 2011 Creo Simulate a Creo family app Installed / Un-installed separately Creo Simulate in two modes: Embedded mode module of Creo Parametric Standalone mode In Standalone mode:

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! [email protected]! http://www.cs.toronto.edu/~rsalakhu/ Lecture 6 Three Approaches to Classification Construct

More information

Introduction to the Siemens PLM End to End Solution for Composites

Introduction to the Siemens PLM End to End Solution for Composites Introduction to the Siemens PLM End to End Solution for Composites Restricted Siemens AG 2014 2013 All rights reserved. Page 1 Siemens PLM is Dedicated to the Future of Lightweight Engineering Bringing

More information

NAPA/MAESTRO Interface. Reducing the Level of Effort for Ship Structural Design

NAPA/MAESTRO Interface. Reducing the Level of Effort for Ship Structural Design NAPA/MAESTRO Interface Reducing the Level of Effort for Ship Structural Design 12/3/2010 Table of Contents Introduction... 1 Why Create a NAPA/MAESTRO Interface... 1 Level of Effort Comparison for Two

More information

FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH

FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH Entwurfswerkzeuge für elektrische Maschinen MACCON GmbH 09/04/2013 1 Flux software Modeling electromagnetic and thermal phenomena

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 11, 2005 Plan for Today Hand Calculations Aero Æ Structures FEM Lecture (ca. 45 min)

More information

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae.

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae. ANSA μετα p i o n e e r i n g software systems innovative solutions for durability and fatigue pre- & post-processing TM www.beta-cae.gr ANSA is the only pre-processor capable of increasing the efficiency

More information

THE FINITE ELEMENT METHOD IN MAGNETICS

THE FINITE ELEMENT METHOD IN MAGNETICS MIKLÓS KUCZMANN AMÁLIA IVÁNYI THE FINITE ELEMENT METHOD IN MAGNETICS AKADÉMIAI KIADÓ, BUDAPEST This book was sponsored by the Széchenyi István University in Győr by the Pollack Mihály Faculty of Engineering,

More information

A Service Revenue-oriented Task Scheduling Model of Cloud Computing

A Service Revenue-oriented Task Scheduling Model of Cloud Computing Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,

More information

ENGINEERING AT CAMBRIDGE

ENGINEERING AT CAMBRIDGE ENGINEERING AT CAMBRIDGE GEOFF PARKS DIRECTOR OF UNDERGRADUATE ADMISSIONS ENGINEERING Engineers are ingenious people who apply science and technology to the fulfilment of human needs and aspirations Engineers

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

Solid Mechanics. Stress. What you ll learn: Motivation

Solid Mechanics. Stress. What you ll learn: Motivation Solid Mechanics Stress What you ll learn: What is stress? Why stress is important? What are normal and shear stresses? What is strain? Hooke s law (relationship between stress and strain) Stress strain

More information

Co-simulation of Microwave Networks. Sanghoon Shin, Ph.D. RS Microwave

Co-simulation of Microwave Networks. Sanghoon Shin, Ph.D. RS Microwave Co-simulation of Microwave Networks Sanghoon Shin, Ph.D. RS Microwave Outline Brief review of EM solvers 2D and 3D EM simulators Technical Tips for EM solvers Co-simulated Examples of RF filters and Diplexer

More information

OPTIMAL CONTROL OF A COMMERCIAL LOAN REPAYMENT PLAN. E.V. Grigorieva. E.N. Khailov

OPTIMAL CONTROL OF A COMMERCIAL LOAN REPAYMENT PLAN. E.V. Grigorieva. E.N. Khailov DISCRETE AND CONTINUOUS Website: http://aimsciences.org DYNAMICAL SYSTEMS Supplement Volume 2005 pp. 345 354 OPTIMAL CONTROL OF A COMMERCIAL LOAN REPAYMENT PLAN E.V. Grigorieva Department of Mathematics

More information

Topology optimization based on graph theory of crash loaded flight passenger seats

Topology optimization based on graph theory of crash loaded flight passenger seats 7. LS-DYNA Anwenderforum, Bamberg 2008 Optimierung III Topology optimization based on graph theory of crash loaded flight passenger seats Axel Schumacher, Christian Olschinka, Bastian Hoffmann Hamburg

More information

The DTU 10-MW Reference Wind Turbine

The DTU 10-MW Reference Wind Turbine Downloaded from orbit.dtu.dk on: Nov 22, 2015 The DTU 10-MW Reference Wind Turbine Bak, Christian; Zahle, Frederik; Bitsche, Robert; Kim, Taeseong; Yde, Anders; Henriksen, Lars Christian; Hansen, Morten

More information

APPENDIX 3 CFD CODE - PHOENICS

APPENDIX 3 CFD CODE - PHOENICS 166 APPENDIX 3 CFD CODE - PHOENICS 3.1 INTRODUCTION PHOENICS is a general-purpose software code which predicts quantitatively the flow of fluids in and around engines, process equipment, buildings, human

More information

Introduction to Logistic Regression

Introduction to Logistic Regression OpenStax-CNX module: m42090 1 Introduction to Logistic Regression Dan Calderon This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Gives introduction

More information

High-performance computing in mechanical engineering

High-performance computing in mechanical engineering High-performance computing in mechanical engineering SIMPRO VTT subproject, task 1 Janne Keränen, Juha Kortelainen, Marko Antila, Kai Katajamäki, Aino Manninen, Vesa Nieminen, Aku Karvinen Task 1.1 Computational

More information

Optimizing Configuration and Application Mapping for MPSoC Architectures

Optimizing Configuration and Application Mapping for MPSoC Architectures Optimizing Configuration and Application Mapping for MPSoC Architectures École Polytechnique de Montréal, Canada Email : [email protected] 1 Multi-Processor Systems on Chip (MPSoC) Design Trends

More information

Enhancing the Design of Electric Machines through the Interaction of Software Tools. Markus Anders Electric machine sector manager CD-adpaco

Enhancing the Design of Electric Machines through the Interaction of Software Tools. Markus Anders Electric machine sector manager CD-adpaco Enhancing the Design of Electric Machines through the Interaction of Software Tools Markus Anders Electric machine sector manager CD-adpaco Outline Part I: SPEED and STAR-CCM+ Enhancing the thermal design

More information

Nonlinear Optimization: Algorithms 3: Interior-point methods

Nonlinear Optimization: Algorithms 3: Interior-point methods Nonlinear Optimization: Algorithms 3: Interior-point methods INSEAD, Spring 2006 Jean-Philippe Vert Ecole des Mines de Paris [email protected] Nonlinear optimization c 2006 Jean-Philippe Vert,

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

ALFAISAL UNIVERSITY COLLEGE OF ENGINEERING

ALFAISAL UNIVERSITY COLLEGE OF ENGINEERING Curriculum Study Plan: Software Engineering ALFAISAL UNIVERSITY COLLEGE OF ENGINEERING Bachelor of Science (B.Sc.) Degree Program in Software Engineering -Title Credit Hours (CRHs) Total- CRHs Lect. Lab

More information

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units)

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) APPENDIX A Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) Objectives: Create a geometric representation of a cantilever beam. Use the geometry model to define an MSC.Nastran

More information

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2 IEOR 4404 Homework # Intro OR: Deterministic Models February 14, 011 Prof. Jay Sethuraman Page 1 of 5 Homework #.1 (a) What is the optimal solution of this problem? Let us consider that x 1, x and x 3

More information

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements K. Stein Department of Physics, Bethel College, St. Paul, MN 55112 T. Tezduyar Mechanical Engineering, Rice University, MS 321, Houston, TX 77005 R. Benney Natick Soldier Center, Natick, MA 01760 Mesh

More information

Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling

Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Praveen K. Muthusamy, Koushik Kar, Sambit Sahu, Prashant Pradhan and Saswati Sarkar Rensselaer Polytechnic Institute

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS

INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS Tom Kimerling University of Massachusetts, Amherst MIE 605 Finite Element Analysis Spring 2002 ABSTRACT A FEA transient thermal structural

More information

Master of Mathematical Finance: Course Descriptions

Master of Mathematical Finance: Course Descriptions Master of Mathematical Finance: Course Descriptions CS 522 Data Mining Computer Science This course provides continued exploration of data mining algorithms. More sophisticated algorithms such as support

More information