2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary

Size: px
Start display at page:

Download "2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary"

Transcription

1 Bi-directional Automatic Electromagnetic-Thermal Coupling for HEV/EV Traction Motor Design Using Maxwell and ANSYS Mechanical Peng Yuan Eric Lin Zed (Zhangjun) Tang ANSYS, Inc ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary

2 Abstract Electromagnetic and thermal designs are both important and highly coupled when designing a traction motor used in HEV/EV applications Electromagnetic losses affect temperature and temperature change will in turn change the electromagnetic material properties Multiple iterations are needed in order to achieve high accuracy Scripting is needed to automate the process 2010 ANSYS, Inc. All rights reserved. 2 ANSYS, Inc. Proprietary

3 Contents Objectives Requirement and Strategy Solution Setups Electromagnetic Field FEA Setup Thermal Simulation Setup Coupled Thermal Feedback Scripting for Automatic Process Case Studies and Working Example Conclusions Appendix 2010 ANSYS, Inc. All rights reserved. 3 ANSYS, Inc. Proprietary

4 Objectives Case #1: What is the final temperature distribution in a motor? At fixed load 0 Case #2: How long does it take to reach the final temperature? At fixed load ( C ) 100 P A R Cycle # Case #3: What is the temperature profile when the motor is running for hours at various operating conditions? At various loads like a typical drive cycle ASM_2.N[rpm] Manhattan Cycle Ansoft LLC Measured Rotor Speed induction_machine_dc_buscap Curve Info ASM_2.N TR Time [s] 2010 ANSYS, Inc. All rights reserved. 4 ANSYS, Inc. Proprietary

5 Requirement and Strategy Requirement ANSYS Maxwell V13.0 or higher ANSYS Mechanical R12.1 or higher Strategy Ideally CFD simulation is needed for traction motor thermal analysis, since this type of motor uses forced air or liquid id cooling, plus it has moving parts As a first approximation, convection heat transfer can be replaced by specifying heat transfer coefficients (HTCs). This approach is taken by ANSYS Mechanical to greatly reduce simulation time Heat transfer coefficients (HTCs) need to be known from either experiments or previous collection of CFD results 2010 ANSYS, Inc. All rights reserved. 5 ANSYS, Inc. Proprietary

6 Electromagnetic FEA Setup - Maxwell Set up by RMxprt automatically, including geometry, material properties, boundary conditions, excitations, mesh Parameterize: rotational speed, simulation time step/stop time, excitation current/current angle, temperature-dependant material properties (copper conductivity) PM material property change is not included in this example, but its BH curve and conductivity can also be implemented as temperature dependent 2010 ANSYS, Inc. All rights reserved. 6 ANSYS, Inc. Proprietary

7 Thermal Simulation Setup ANSYS Mechanical Geometry is generated from RMxprt/Maxwell Geometry can also come from 3D CAD and then sent to Maxwell and ANSYS Mechanical for simultaneous processing End-turns are separated from in-lamination coppers, because they have different temperatures Slot geometry subtracts conductors to generate varnish material, which is very important for heat transfer Boundary conditions with HTCs are applied 2010 ANSYS, Inc. All rights reserved. 7 ANSYS, Inc. Proprietary

8 Coupled Thermal Feedback ANSYS Mechanical calculates temperature for components that have temperaturedependant electromagnetic properties and feeds back to Maxwell Maxwell design with new temperature is executed to export a new sets of losses and are then mapped to ANSYS Mechanical This process continues until convergence criteria or other requirements are met 2010 ANSYS, Inc. All rights reserved. 8 ANSYS, Inc. Proprietary

9 Scripting for Automatic Process JavaScript is used to manage the overall communication between Maxwell and ANSYS Mechanical JavaScript is called directly in ANSYS Workbench environment VBScript is used to run Maxwell APDL (ANSYS Parametric Design Language) is used in Mechanical simulation to scope out temperature information and feed back to Maxwell 2010 ANSYS, Inc. All rights reserved. 9 ANSYS, Inc. Proprietary

10 Case Study #1 Description Goal: what is the final temperature distribution in a motor? Maxwell Transient solver with fixed motor operating condition ( for example, worst case speed, current, current angle) ANSYS Mechanical Static Thermal solver Multiple iterations are needed to accurately account tfor the material properties change 2010 ANSYS, Inc. All rights reserved. 10 ANSYS, Inc. Proprietary

11 Case Study #1 Procedure Run JavaScript from ANSYS Mechanical Update material properties based on temperature No JavaScript calls VBScript to run Maxwell, exports loss results and close Maxwell JavaScript maps Maxwell loss data to ANSYS Mechanical and run thermal simulation Enough Iterations Or Temperature Stabilized? APDL scopes temperature info and sends to JavaScript Yes 2010 ANSYS, Inc. All rights reserved. 11 ANSYS, Inc. Proprietary End

12 Case Study #1 Sample Result ( C ) 200 PART PART PART Cycle # 2010 ANSYS, Inc. All rights reserved. 12 ANSYS, Inc. Proprietary

13 Case Study #2 Description Goal: how long does it take to reach the final temperature? Maxwell Transient solver with fixed motor operating condition (for example, worst case speed, current, current angle) ANSYS Mechanical Transient Thermal solver Multiple iterations are needed to accurately account tfor the material properties change 2010 ANSYS, Inc. All rights reserved. 13 ANSYS, Inc. Proprietary

14 Case Study #2 Procedure Run JavaScript from ANSYS Mechanical Update material properties based on temperature No JavaScript calls VBScript to run Maxwell, exports loss results and close Maxwell JavaScript maps Maxwell loss data to ANSYS Mechanical and run thermal simulation Enough Time Steps Or Temperature Stabilized? APDL scopes temperature info and sends to JavaScript, record thermal transient info Yes 2010 ANSYS, Inc. All rights reserved. 14 ANSYS, Inc. Proprietary End

15 Case Study #2 Sample Result Time Temp1 Temp2 Temp3 Temp3 Temp4 Temp5 Temp6 Temp7 Temp8 Temp9 Temp10 Temp ANSYS, Inc. All rights reserved. 15 ANSYS, Inc. Proprietary

16 Case Study #3 Description Goal: what is the temperature profile when the motor is running for hours at various operating conditions? Maxwell Transient solver with various motor operating conditions (speed, current, current angle) ANSYS Mechanical Static Thermal solver Multiple l steps are needed d to account for the change of motor operating conditions 2010 ANSYS, Inc. All rights reserved. 16 ANSYS, Inc. Proprietary

17 Case Study #3 Procedure Run JavaScript from ANSYS Mechanical Update material properties based on temperature, load next motor condition No JavaScript calls VBScript to run Maxwell, exports loss results and close Maxwell JavaScript maps Maxwell loss data to ANSYS Mechanical and run thermal simulation Enough Time Steps APDL scopes temperature info and sends to JavaScript, record thermal transient info Yes 2010 ANSYS, Inc. All rights reserved. 17 ANSYS, Inc. Proprietary End

18 Case Study #3 Sample Result 2010 ANSYS, Inc. All rights reserved. 18 ANSYS, Inc. Proprietary

19 Working Example Maxwell2D Transient design ANSYS Mechanical 3D Transient Thermal simulation Start the automatic process by calling JavaScript in ANSYS Workbench 2010 ANSYS, Inc. All rights reserved. 19 ANSYS, Inc. Proprietary

20 Conclusions Highly coupled electromagnetic/thermal design is needed for high performance HEV/EV motor design ANSYS provides both industry-leading electromagnetic and thermal solvers ANSYS Workbench environment offers an integrated design environment for such multi- physics application ANSYS flexibly scripting capability makes it possible to automate complex procedures 2010 ANSYS, Inc. All rights reserved. 20 ANSYS, Inc. Proprietary

21 Appendix Maxwell and ANSYS Mechanical projects, instructions and documentations for scripts can be downloaded from the following link: ftp://ftp.ansoft.com/download/_zt/twowayco uplingtransient.zip Unzip the file and store all files under C:/TwoWayCouplingTransient folder in order for it to work without any modification Change ANSYS Mechanical Units to be Metric (mm, kg, N, s, ) 2010 ANSYS, Inc. All rights reserved. 21 ANSYS, Inc. Proprietary

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Course Curriculum (Duration: 120 Hrs.) Section I: ANSYS Mechanical APDL Chapter 1: Before you start using ANSYS a. Introduction to

More information

MRI Induced Heating of a Pacemaker. Peter Krenz, Application Engineer

MRI Induced Heating of a Pacemaker. Peter Krenz, Application Engineer MRI Induced Heating of a Pacemaker Peter Krenz, Application Engineer 1 Problem Statement Electric fields generated during MRI exposure are dissipated in tissue of the human body resulting in a temperature

More information

Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine

Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine Benoit Bosc-Bierne, Dr. Andreas Spille-Kohoff, Farai Hetze CFX Berlin Software GmbH, Berlin Contents Positive displacement compressors

More information

Automated Transient Thermal Analysis

Automated Transient Thermal Analysis Automated Transient Thermal Analysis with ANSYS Icepak and Simplorer Using EKM Eric Lin Lalit Chaudhari Shantanu Bhide Vamsi Krishna Yaddanapudi 1 Overview Power Map Introduction Need for Chip-co Design

More information

Software Solutions for the Design and Simulation of Electric Machines. Dr. Markus Anders, CD-adapco

Software Solutions for the Design and Simulation of Electric Machines. Dr. Markus Anders, CD-adapco Software Solutions for the Design and Simulation of Electric Machines Dr. Markus Anders, CD-adapco Agenda Software for Electric Machine Design and Simulation: About SPEED SPEED& JMAG SPEED& STAR-CCM+,

More information

30 th Anniversary Event. New features in Opera By Nigel Atkinson, PhD. OPTIMIZER Automatically selects and manages multiple goalseeking

30 th Anniversary Event. New features in Opera By Nigel Atkinson, PhD. OPTIMIZER Automatically selects and manages multiple goalseeking FEA ANALYSIS General-purpose multiphysics design and analysis software for a wide range of applications OPTIMIZER Automatically selects and manages multiple goalseeking algorithms INTEROPERABILITY Built-in

More information

Model export to Ansys Electronics Desktop

Model export to Ansys Electronics Desktop 28 November 2017 Motor-CAD Software Tutorial: Model export to Ansys Electronics Desktop Contents 1. Description... 1 2. Preparing the Motor-CAD model... 2 3. Creating the Ansys Electronic Desktop VBS file...

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

30 th Anniversary Event. New features in Opera By: Kevin Ward. OPTIMIZER Automatically selects and manages multiple goalseeking

30 th Anniversary Event. New features in Opera By: Kevin Ward. OPTIMIZER Automatically selects and manages multiple goalseeking FEA ANALYSIS General-purpose multiphysics design and analysis software for a wide range of applications OPTIMIZER Automatically selects and manages multiple goalseeking algorithms INTEROPERABILITY Built-in

More information

Basic Exercises Maxwell Link with ANSYS Mechanical. Link between ANSYS Maxwell 3D and ANSYS Mechanical

Basic Exercises Maxwell Link with ANSYS Mechanical. Link between ANSYS Maxwell 3D and ANSYS Mechanical Link between ANSYS Maxwell 3D and ANSYS Mechanical This exercise describes how to set up a Maxwell 3D Eddy Current project and then link the losses to ANSYS Mechanical for a thermal calculation 3D Geometry:

More information

Coupling GT-SUITE and TAITherm to Accelerate Cabin Simulations

Coupling GT-SUITE and TAITherm to Accelerate Cabin Simulations Coupling GT-SUITE and TAITherm to Accelerate Cabin Simulations Dan Marsh Product and Applications Engineer Gamma Technologies LLC d.marsh@gtisoft.com Jon Juszkiewicz Thermal/CFD Engineer ThermoAnalytics

More information

Lecture 2: Introduction

Lecture 2: Introduction Lecture 2: Introduction v2015.0 Release ANSYS HFSS for Antenna Design 1 2015 ANSYS, Inc. Multiple Advanced Techniques Allow HFSS to Excel at a Wide Variety of Applications Platform Integration and RCS

More information

Speed and Accuracy of CFD: Achieving Both Successfully ANSYS UK S.A.Silvester

Speed and Accuracy of CFD: Achieving Both Successfully ANSYS UK S.A.Silvester Speed and Accuracy of CFD: Achieving Both Successfully ANSYS UK S.A.Silvester 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Content ANSYS CFD Introduction ANSYS, the company Simulation

More information

ANSYS Fluid Structure Interaction for Thermal Management and Aeroelasticity

ANSYS Fluid Structure Interaction for Thermal Management and Aeroelasticity ANSYS Fluid Structure Interaction for Thermal Management and Aeroelasticity Phil Stopford Duxford Air Museum 11th May 2011 2011 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Fluid Structure

More information

ANSYS Workbench for Process Compression and Scalability. Jiaping Zhang, Technical Service Engineer, Ansys Inc. Houston Office

ANSYS Workbench for Process Compression and Scalability. Jiaping Zhang, Technical Service Engineer, Ansys Inc. Houston Office ANSYS Workbench for Process Compression and Scalability Jiaping Zhang, Technical Service Engineer, Ansys Inc. Houston Office Jiaping.Zhang@Ansys.com 1 Agenda 1. Ansys Workbench & Mechanical: An Introduction

More information

Simulation Advances. Antenna Applications

Simulation Advances. Antenna Applications Simulation Advances for RF, Microwave and Antenna Applications Presented by Martin Vogel, PhD Application Engineer 1 Overview Advanced Integrated Solver Technologies Finite Arrays with Domain Decomposition

More information

Reduced Order Modeling for Cooling -Battery/Electronics/Electric Machine Case Studies

Reduced Order Modeling for Cooling -Battery/Electronics/Electric Machine Case Studies Reduced Order Modeling for Cooling -Battery/Electronics/Electric Machine Case Studies Xiao Hu Scott Stanton ANSYS Inc. 1 Outline Motivation of using ROMs Introduction of LTI ROM LTI stands for linear and

More information

ANSYS v17 Update Seminar. Presented by: CAE Associates

ANSYS v17 Update Seminar. Presented by: CAE Associates ANSYS v17 Update Seminar Presented by: CAE Associates Multiphysics Analysis using ANSYS v17 Demonstration of ANSYS/Multiphysics Scenario: Your company designs and manufactures gear boxes. You recently

More information

Steady-State and Transient Thermal Analysis of a Circuit Board

Steady-State and Transient Thermal Analysis of a Circuit Board Steady-State and Transient Thermal Analysis of a Circuit Board Problem Description The circuit board shown below includes three chips that produce heat during normal operation. One chip stays energized

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil 1. Purpose Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew

More information

Application of Multi-level Multi-domain Modeling to a Clawpole

Application of Multi-level Multi-domain Modeling to a Clawpole 4-1-758 Application of Multi-level Multi-domain Modeling to a Clawpole Alternator Birgit Knorr, Deepika Devarajan, Dingsheng Lin, Ping Zhou, and Scott Stanton Ansoft Corporation, Pittsburgh, PA Copyright

More information

Simulation and Optimization in the wind energy industry

Simulation and Optimization in the wind energy industry Simulation and Optimization in the wind energy industry Numerical Simulation & Optimization www.ozeninc.com/optimization optimization@ozeninc.com Summary Why to use numerical simulations and optimization?

More information

New Technologies in CST STUDIO SUITE CST COMPUTER SIMULATION TECHNOLOGY

New Technologies in CST STUDIO SUITE CST COMPUTER SIMULATION TECHNOLOGY New Technologies in CST STUDIO SUITE 2016 Outline Design Tools & Modeling Antenna Magus Filter Designer 2D/3D Modeling 3D EM Solver Technology Cable / Circuit / PCB Systems Multiphysics CST Design Tools

More information

Lecture 6 Static Data Transfers. Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent Release. Release 14.5

Lecture 6 Static Data Transfers. Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent Release. Release 14.5 Lecture 6 Static Data Transfers 14. 5 Release Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent 1 2011 ANSYS, Inc. January 4, 2013 Outline Direct Project Schematic Connections Details on

More information

Comparing SYMMIC to ANSYS and TAS

Comparing SYMMIC to ANSYS and TAS SYMMIC Application Note: Comparing SYMMIC to ANSYS and TAS SYMMIC: Template-Based Thermal Simulator for Monolithic Microwave Integrated Circuits is a trademark of CapeSym, Inc. 1 Comparing SYMMIC to ANSYS

More information

ACP (ANSYS Composite Prep/Post) Jim Kosloski

ACP (ANSYS Composite Prep/Post) Jim Kosloski ACP (ANSYS Composite Prep/Post) Jim Kosloski ACP Background ANSYS Composite PrepPost is an add-on module dedicated to the modeling of layered composite structures. ACP is now included with the Mechanical

More information

Outline. COMSOL Multyphysics: Overview of software package and capabilities

Outline. COMSOL Multyphysics: Overview of software package and capabilities COMSOL Multyphysics: Overview of software package and capabilities Lecture 5 Special Topics: Device Modeling Outline Basic concepts and modeling paradigm Overview of capabilities Steps in setting-up a

More information

Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent

Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent Workshop Transient 1-way FSI Load Mapping using ACT Extension 15. 0 Release Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent 1 2014 ANSYS, Inc. Workshop Description: This example considers

More information

Introduction to Workbench Scripting & Customization ANSYS, Inc. November 29, 2012

Introduction to Workbench Scripting & Customization ANSYS, Inc. November 29, 2012 Introduction to Workbench Scripting & Customization 1 Outline Understanding the Workbench framework WB Journaling and Scripting Different Customization Methods Conclusion 2 Workbench Framework Application

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

FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture

FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture Goal: Obtain feedback from Industry Users on course presentation

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

Maxwell v Study of a Permanent Magnet Motor with MAXWELL 3D: Example of the 2004 Prius IPM Motor. Motor Application Note 11.

Maxwell v Study of a Permanent Magnet Motor with MAXWELL 3D: Example of the 2004 Prius IPM Motor. Motor Application Note 11. Study of a Permanent Magnet Motor with MAXWELL 3D: Example of the 2004 Prius IPM Motor Study of a Motor The Electro Mechanical software package provided by Ansoft enables extensive motor simulation. This

More information

Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications. Laz Foley, ANSYS Inc.

Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications. Laz Foley, ANSYS Inc. Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications Laz Foley, ANSYS Inc. Outline FSI Classifications FSI Solutions FSI Modeling Approaches ANSYS Workbench for FSI System

More information

Axial Channel Water Jacket Cooling

Axial Channel Water Jacket Cooling 28 November 2017 Motor-CAD Software Tutorial: Axial Channel Water Jacket Cooling Contents 1. Description... 1 2. Setting up the housing and axial channels... 2 3. Setting the water jacket fluid and flow

More information

Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015)

Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015) Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015) 1. Description In addition to its own standard geometries, Motor-CAD allows the user to model the electromagnetic performance

More information

ANSYS, Inc. March 3, 2016 PCB 板极电热耦合分析及对电子设备热设计的影响

ANSYS, Inc. March 3, 2016 PCB 板极电热耦合分析及对电子设备热设计的影响 1 2015 ANSYS, Inc. March 3, 2016 PCB 板极电热耦合分析及对电子设备热设计的影响 Printed Circuit Board Reliability Real world operating conditions = Multiphysics environment Electrical Reliability Power and Signal Integrity

More information

Free Convection Cookbook for StarCCM+

Free Convection Cookbook for StarCCM+ ME 448/548 February 28, 2012 Free Convection Cookbook for StarCCM+ Gerald Recktenwald gerry@me.pdx.edu 1 Overview Figure 1 depicts a two-dimensional fluid domain bounded by a cylinder of diameter D. Inside

More information

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates ANSYS/LS-Dyna Customization in Workbench Using ACT Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, 2013 2013 CAE Associates CAE Associates CAE Associates is an engineering services

More information

Composites for JEC Conference. Zach Abraham ANSYS, Inc.

Composites for JEC Conference. Zach Abraham ANSYS, Inc. Composites for JEC Conference Zach Abraham ANSYS, Inc. 1 Our Strategy Simulation-Driven Product Development Fluid Dynamics Structural Mechanics Explicit Dynamics Low-Frequency Electromagnetics High-Frequency

More information

Create coupled designs between Maxwell and ephysics

Create coupled designs between Maxwell and ephysics Create coupled designs between Maxwell and ephysics Creating datalink coupling with Maxwell is easy. In general this is a two step process when the link involves one Maxwell solver and one ephysics solver.

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Overview 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 What is DesignXplorer? DesignXplorer (DX) is a tool that uses response surfaces and direct optimization

More information

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit Agenda 9:00 Welcome 1:00 - Computing Utilities Introductions What is new at CAEA 9:15 - Mechanical Demonstration CAD connection utilities (within the CAD API) Mechanical setup Rigid Bodies, Joints, contact,

More information

Application. Toolkit. Eric Stamper. CAE Associates Inc. and ANSYS Inc. Proprietary

Application. Toolkit. Eric Stamper. CAE Associates Inc. and ANSYS Inc. Proprietary Application Customization ti Toolkit Eric Stamper March 2013 CAE Associates Inc. and ANSYS Inc. Proprietary 2013 2008 CAE Associates CAE Associates Inc. and ANSYS Inc. All rights reserved. e-learning Webinar

More information

ANSYS - Workbench Overview. From zero to results. AGH 2014 April, 2014 W0-1

ANSYS - Workbench Overview. From zero to results. AGH 2014 April, 2014 W0-1 ANSYS - Workbench Overview From zero to results 2014 W0-1 Runing ANSYS WEiP ANSYS We are going to work in most advanced ANSYS Workbench W0-2 ANSYS Workbench WEiP What is Workbench? Platform for integration

More information

Special Software Development to Customize ANSYS for Specific Applications

Special Software Development to Customize ANSYS for Specific Applications Special Software Development to Customize ANSYS for Specific Applications Alexey I. Borovkov Denis V. Shevchenko Oleg A. Zakirov Computational Mechanics Laboratory, St.Petersburg State Polytechnical University,

More information

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial Auto Injector Syringe A Fluent Dynamic Mesh 1DOF Tutorial 1 2015 ANSYS, Inc. June 26, 2015 Prerequisites This tutorial is written with the assumption that You have attended the Introduction to ANSYS Fluent

More information

Autodesk Moldflow Insight AMI Cool Analysis Products

Autodesk Moldflow Insight AMI Cool Analysis Products Autodesk Moldflow Insight 2012 AMI Cool Analysis Products Revision 1, 22 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions

More information

Swapnil Nimse Project 1 Challenge #2

Swapnil Nimse Project 1 Challenge #2 Swapnil Nimse Project 1 Challenge #2 Project Overview: Using Ansys-Fluent, analyze dependency of the steady-state temperature at different parts of the system on the flow velocity at the inlet and buoyancy-driven

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

ANSYS Workbench as an Integration Platform for CAE Simulation

ANSYS Workbench as an Integration Platform for CAE Simulation ANSYS Workbench as an Integration Platform for CAE Simulation Judd Kaiser Workbench Framework Product Manager 2010 ANSYS South American Conference October 20, 2010 2010 ANSYS, Inc. All rights reserved.

More information

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11 Julius Saitz Ansoft Corporation Overview Curved versus Faceted Surfaces Mesh Operations Data Link Advanced Field Plotting

More information

Ben Zandi, Ph.D. TES International LLC

Ben Zandi, Ph.D. TES International LLC Advances in Modeling and Simulation of Vehicle Thermal Management Systems Variable-Fidelity, Multi-System Analysis Ben Zandi, Ph.D. TES International LLC www.tesint.com Outline The Need for Vehicle Thermal

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 2008 International ANSYS Conference FEM AND FSI SIMULATIONS OF IMPACT LOADS ON GRP SUBSEA COMPOSITE COVERS Kjetil Rognlien, MSc Technical Consultant EDR AS, Norway 2008 ANSYS, Inc. All rights reserved.

More information

Analysis of low cycle fatigue considering geometric manufacturing tolerances

Analysis of low cycle fatigue considering geometric manufacturing tolerances presented at the 14th Weimar Optimization and Stochastic Days 2017 Source: www.dynardo.de/en/library Analysis of low cycle fatigue considering geometric manufacturing tolerances SIEMENS AG applies ANSYS,

More information

Realize Your Product Promise. Icepak

Realize Your Product Promise. Icepak Realize Your Product Promise Icepak ANSYS Icepak delivers powerful technology for electronics thermal management. Simulating high-performance electronics cooling readily solves challenges in this rapidly

More information

Otto-Von-Guericke universitat Magdeburg. ANSYS Lab. Report. A thermal problem solution process in ANSYS AHMAD GOHARI. Supervisor: Mr.

Otto-Von-Guericke universitat Magdeburg. ANSYS Lab. Report. A thermal problem solution process in ANSYS AHMAD GOHARI. Supervisor: Mr. Otto-Von-Guericke universitat Magdeburg ANSYS Lab. Report A thermal problem solution process in ANSYS AHMAD GOHARI Supervisor: Mr. Alfakheri 12 ANSYS mechanical (APDL): Introduction: ANSYS is a general

More information

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit Agenda 9:00 Welcome 1:00 - Computing Utilities Introductions HPC What is new at CAEA GPU 9:15 - Mechanical Demonstration CAD connection utilities (within the CAD API) Mechanical setup Rigid Bodies, Joints,

More information

SIMULATION CAPABILITIES IN CREO

SIMULATION CAPABILITIES IN CREO SIMULATION CAPABILITIES IN CREO Enhance Your Product Design with Simulation & Using digital prototypes to understand how your designs perform in real-world conditions is vital to your product development

More information

Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications

Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications D.Ramya 1, Vivek Pandey 2 Department of Mechanical Engineering, Raghu Engineering College 1 Associate Professor,

More information

Webinar: TwinMesh for Reliable CFD Analysis of Rotating Positive Displacement Machines

Webinar: TwinMesh for Reliable CFD Analysis of Rotating Positive Displacement Machines Webinar: TwinMesh for Reliable CFD Analysis of Rotating Positive Displacement Machines 14.07.2015 Dipl.-Ing. Jan Hesse Jan.hesse@cfx-berlin.de CFX Berlin Software GmbH Karl-Marx-Allee 90 A 10243 Berlin

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

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

Flux 12.2 Release Notes

Flux 12.2 Release Notes CAD package for electromagnetic and thermal analysis using finite elements Flux 12.2 Release Notes Accelerate your creativity! Proprietary Information of Altair Engineering Flux 12.2 Reference Date: December

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. 19 0 Seminario International de Alta Tecnologia 09 OUT 2014 TEATRO UNIMEP Campus Taquaral Piracicaba SP

More information

Vehicle thermal safety with THESEUS-FE. Author: Dr. Daniel Koester

Vehicle thermal safety with THESEUS-FE. Author: Dr. Daniel Koester Author: Dr. Daniel Koester Date: September 4, 2014 Workflow for Underhood Simulations ANSA or other CAD/meshing software CAD cleanup and meshing: either CAD geometry description or NASTRAN-style FE meshes

More information

LASer Cavity Analysis and Design

LASer Cavity Analysis and Design The unique combination of simulation tools for LASer Cavity Analysis and Design During the last 15 years LASCAD has become industry-leading so ware for LASer Cavity Analysis and Design. The feedback from

More information

May 11, ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Inventory #

May 11, ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Inventory # Chapter 1 ANSYS DesignModeler Introduction to Workbench 1-1 ANSYS Workbench Overview ANSYS Workbench comprises the following modules: Simulation for performing structural and thermal analyses using the

More information

Femap Thermal & Flow V11

Femap Thermal & Flow V11 Femap Thermal & Flow V11 by Carl J. Poplawsky presented to Femap Symposium Ann Arbor, MI. date June 4th, 2015 MAYA Company Overview OEM Foundation Siemens PLM Partner 30+ years Software Developer Femap

More information

ANSYS AIM 16.0 Overview. AIM Program Management

ANSYS AIM 16.0 Overview. AIM Program Management 1 2015 ANSYS, Inc. September 27, 2015 ANSYS AIM 16.0 Overview AIM Program Management 2 2015 ANSYS, Inc. September 27, 2015 Today s Simulation Challenges Leveraging simulation across engineering organizations

More information

This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following:

This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following: Tutorial 22. Modeling Solidification Introduction This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following: Define a

More information

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV)

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) University of West Bohemia» Department of Power System Engineering NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) Publication was supported by project: Budování excelentního

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Author: Dr.-Ing. Peter Binde Abstract: In this paper, the latest approaches in the field of CAD-CAE product

More information

Tutorial to simulate a thermoelectric module with heatsink in ANSYS

Tutorial to simulate a thermoelectric module with heatsink in ANSYS Tutorial to simulate a thermoelectric module with heatsink in ANSYS Few details can be found in the pictures attached. All the material properties can be found in Dr. Lee s book and on the web. Don t blindly

More information

Thermal Management of Electronics in Drilling and Completion. Gokul V Shankaran

Thermal Management of Electronics in Drilling and Completion. Gokul V Shankaran Thermal Management of Electronics in Drilling and Completion Gokul V Shankaran 1 Background Electronics circuitry in down hole tools to collect sensors data, drive actuators, multiplexing, data storage

More information

Computer Aided Design and Transient Finite Elements Analysis of Induction Motor

Computer Aided Design and Transient Finite Elements Analysis of Induction Motor Computer Aided Design and Transient Finite Elements Analysis of Induction Motor HUSEYIN TARIK DURU Department of Electrical Engineering Faculty of Engineering Kocaeli University Umuttepe Kampusu, Kocaeli

More information

Contents. 1 CoreTech System Co., Ltd.

Contents. 1 CoreTech System Co., Ltd. Contents Advanced Support for Intelligent Workflow Improved User Interface 2 Expanded Gate Types.. 2 Enhanced Runner Wizard. 2 Customized Cooling Channel Templates. 3 Parameterized Mesh Generator... 3

More information

Practice to Informatics for Energy and Environment

Practice to Informatics for Energy and Environment Practice to Informatics for Energy and Environment Part 3: Finite Elemente Method Example 1: 2-D Domain with Heat Conduction Tutorial by Cornell University https://confluence.cornell.edu/display/simulation/ansys+-+2d+steady+conduction

More information

Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang

Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang presented at the 14th Weimar Optimization and Stochastic Days 2017 Source: www.dynardo.de/en/library Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang Benedikt Flurl

More information

HFSS 14 Update for SI and RF Applications Markus Kopp Product Manager, Electronics ANSYS, Inc.

HFSS 14 Update for SI and RF Applications Markus Kopp Product Manager, Electronics ANSYS, Inc. HFSS 14 Update for SI and RF Applications Markus Kopp Product Manager, Electronics ANSYS, Inc. 1 ANSYS, Inc. September 21, Advanced Solvers: Finite Arrays with DDM 2 ANSYS, Inc. September 21, Finite Arrays

More information

HFSS Hybrid Finite Element and Integral Equation Solver for Large Scale Electromagnetic Design and Simulation

HFSS Hybrid Finite Element and Integral Equation Solver for Large Scale Electromagnetic Design and Simulation HFSS Hybrid Finite Element and Integral Equation Solver for Large Scale Electromagnetic Design and Simulation Laila Salman, PhD Technical Services Specialist laila.salman@ansys.com 1 Agenda Overview of

More information

SimLab Release Notes. 1 A l t a i r E n g i n e e r i n g

SimLab Release Notes. 1 A l t a i r E n g i n e e r i n g SimLab 11.0 Release Notes 1 A l t a i r E n g i n e e r i n g System Support extended to load and save GDA/SLB files of size greater than 4GB. Memory allocation is enhanced to support large models. Kubrix

More information

Free Convection in a Water Glass

Free Convection in a Water Glass Solved with COMSOL Multiphysics 4.1. Free Convection in a Water Glass Introduction This model treats free convection in a glass of water. Free convection is a phenomenon that is often disregarded in chemical

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

How TMG Uses Elements and Nodes

How TMG Uses Elements and Nodes Simulation: TMG Thermal Analysis User's Guide How TMG Uses Elements and Nodes Defining Boundary Conditions on Elements You create a TMG thermal model in exactly the same way that you create any finite

More information

Solid Conduction Tutorial

Solid Conduction Tutorial SECTION 1 1 SECTION 1 The following is a list of files that will be needed for this tutorial. They can be found in the Solid_Conduction folder. Exhaust-hanger.tdf Exhaust-hanger.ntl 1.0.1 Overview The

More information

Chapter 6.0. Chapter 6.0 Eddy Current Examples. 6.1 Asymmetrical Conductor with a Hole. Ansoft Maxwell 3D Field Simulator v11 User s Guide

Chapter 6.0. Chapter 6.0 Eddy Current Examples. 6.1 Asymmetrical Conductor with a Hole. Ansoft Maxwell 3D Field Simulator v11 User s Guide Chapter 6.0 Chapter 6.0 Eddy Current Examples Asymmetrical Conductor with a Hole 6 The Asymmetrical Conductor with a Hole This example is intended to show you how to create and analyze an Asymmetrical

More information

Quick Start Guide to midas NFX

Quick Start Guide to midas NFX Quick Start Guide to midas NFX This guide is made for non-experienced FEA users. It provides basic knowledge needed to run midas NFX successfully and begin your analysis. Experienced FEA analysts can also

More information

Putting the Spin in CFD

Putting the Spin in CFD w h i t e p a p e r Putting the Spin in CFD insight S U M MARY Engineers who design equipment with rotating components need to analyze and understand the behavior of those components if they want to improve

More information

Position Sensor Simulation with ANSYS Maxwell 3D

Position Sensor Simulation with ANSYS Maxwell 3D Position Sensor Simulation with ANSYS Maxwell 3D Dr. Leon Voss (ANSYS Germany) Jens Otto PRACE Autumn School 2013 - Industry Oriented HPC Simulations, September 21-27, University of Ljubljana, Faculty

More information

Maxwell v Example (2D/3D Transient) Core Loss. Transformer Core Loss Calculation in Maxwell 2D and 3D

Maxwell v Example (2D/3D Transient) Core Loss. Transformer Core Loss Calculation in Maxwell 2D and 3D Transformer Core Loss Calculation in Maxwell 2D and 3D This example analyzes cores losses for a 3ph power transformer having a laminated steel core using Maxwell 2D and 3D. The transformer is rated 115-13.8kV,

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

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Pre-Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew Opyd, Dong-Hwan

More information

New paradigm for MEMS+IC Co-development

New paradigm for MEMS+IC Co-development New paradigm for MEMS+IC Co-development MEMS 진보된스마트세상을만듭니다. Worldwide First MEMS+IC Co-development Solution New paradigm for MEMS+IC Co-development A New Paradigm for MEMS+IC Development MEMS design

More information

CDA Workshop Physical & Numerical Hydraulic Modelling. STAR-CCM+ Presentation

CDA Workshop Physical & Numerical Hydraulic Modelling. STAR-CCM+ Presentation CDA Workshop Physical & Numerical Hydraulic Modelling STAR-CCM+ Presentation ENGINEERING SIMULATION CFD FEA Mission Increase the competitiveness of companies through optimization of their product development

More information

INFN - Thermal analysis of crate with motherboards, daughterboards and AM chips

INFN - Thermal analysis of crate with motherboards, daughterboards and AM chips INFN - Thermal analysis of crate with motherboards, daughterboards and AM chips intermediate report Jan Bienstman Phone: +32 16 28 77 81 E-mail: Jan.Bienstman@imec.be IMEC, Kapeldreef 75 B3001 Heverlee

More information

Automotive Thermal Management for Full Vehicles

Automotive Thermal Management for Full Vehicles Automotive Thermal Management for Full Vehicles Concerning the thermal behavior of automotive vehicles it is pursued to accomplish simulations for the full complexity of a vehicle's geometry and transport

More information

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows Jan Hesse, Rainer Andres CFX Berlin Software GmbH, Berlin, Germany 1 Introduction Numerical simulation results of a dry scroll vacuum

More information

COOL-COVERINGS. André Santos, The Netherlands Copyright Active Space Technologies

COOL-COVERINGS. André Santos, The Netherlands Copyright Active Space Technologies COOL-COVERINGS André Santos, The Netherlands 21-03-2012 Copyright Active Space Technologies 2004-2011 Young and competent company Started in 2007 in Germany, in 2004 in Portugal Role Support scientific

More information

Using the Discrete Ordinates Radiation Model

Using the Discrete Ordinates Radiation Model Tutorial 6. Using the Discrete Ordinates Radiation Model Introduction This tutorial illustrates the set up and solution of flow and thermal modelling of a headlamp. The discrete ordinates (DO) radiation

More information