Simulating MicroElectroMechanical Systems

Size: px
Start display at page:

Download "Simulating MicroElectroMechanical Systems"

Transcription

1 Simulating MicroElectroMechanical Systems David Bindel UC Berkeley, CS Division Simulating MicroElectroMechanical Systems p.1/30

2 Overview Simulation: motivations and approaches Introducing SUGAR Using SUGAR Ongoing work Conclusion Simulating MicroElectroMechanical Systems p.2/30

3 Simulation: What? Process simulation (technology CAD) Device simulation System simulation Simulating MicroElectroMechanical Systems p.3/30

4 Simulation: Why? Test what if ideas and initial designs Design verification, fine tuning, and parasitic discovery Different objectives mean different speed and accuracy requirements Simulating MicroElectroMechanical Systems p.4/30

5 Simulation: How? Solve continuum equations (finite elements, finite differences, boundary elements) Solve simplified equations of beam and plate theory (finite elements, etc) Solve network equations (e.g. modified nodal analysis) These approaches are not mutually exclusive! Simulating MicroElectroMechanical Systems p.5/30

6 SUGAR: System simulation Goal: Be SPICE to the MEMS world Fast enough for early design stages Simple enough to attract users Capable of simulating interesting coupled physics Simulating MicroElectroMechanical Systems p.6/30

7 SUGAR group Faculty Grad students Undergrads A. Agogino D. Bindel W. Kao Z. Bai J.V. Clark A. Kuo J. Demmel D. Garmire E. Zhu S. Govindjee B. Jamshidi M. Gu R. Kamalian K.S.J. Pister S. Lakshmin J. Nie N. Zhou Simulating MicroElectroMechanical Systems p.7/30

8 Related work Nodas from CMU Coventorware SPICE, CADENCE, HDL-A,... ANSYS, ABAQUS, FEAP,... Simulating MicroElectroMechanical Systems p.8/30

9 What can we model? Simulating MicroElectroMechanical Systems p.9/30

10 SUGAR architecture Netlist Solvers System assembly Models Results Transient analysis Steady state analysis Static analysis Sensitivity analysis Matlab Web Library Interfaces Simulating MicroElectroMechanical Systems p.10/30

11 Netlist syntax mybeam beam2d p1 [A B] [l=100u w=2u] mybeam is the element name (optional) beam2d specifies the 2-d beam model p1 specifies the properties of the POLY1 MUMPS layer A and B are the beam end-nodes [l=100u w=2u] specifies the length (100 microns) and width (2 microns). Simulating MicroElectroMechanical Systems p.11/30

12 Parameterization param nfingers = 10 nfingers can be set by user at load time If no value explicitly provided, use ten fingers Simulating MicroElectroMechanical Systems p.12/30

13 Subnets and heirarchical design Subnets are parameterized components Subnet calls look like built-in model calls Matches design heirarchies Can put commonly-used subnets in a library Simulating MicroElectroMechanical Systems p.13/30

14 Subnet example subnet XMass [A B] [finger_len=*] [ b1 beam3d parent [A b1] [l=25u w=50u h=6u oz=-deg(90)] b2 beam3d parent [b1 B ] [l=25u w=50u h=6u oz=-deg(90)] b3 beam3d parent [b1 b2] [l=finger_len w=2u h=6u oz= deg(0) ] b4 beam3d parent [b1 b3] [l=finger_len w=2u h=6u oz=deg(180)] ] Simulating MicroElectroMechanical Systems p.14/30

15 Arrays XSusp p1 [c(1)] [susp_len=200u] for k=1:nfingers [ mass(k) XMass p1 [c(k) c(k+1)] [finger_len=100u] ] XSusp p1 [c(11)] [susp_len=200u oz=pi] Suspensions at either end nfingers comb-finger units as defined above Simulating MicroElectroMechanical Systems p.15/30

16 Result: simplified ADXL-50 x Y vertical [m] X horizontal [m] x 10 4 Simulating MicroElectroMechanical Systems p.16/30

17 Types of analysis Transient response Static equilibrium (DC analysis) Steady-state response Mode shape determination Simulating MicroElectroMechanical Systems p.17/30

18 Example: Modal analysis 2 x x 10 4 Mode 3, frequency Hz Y vertical [m] 0 Y vertical [m] X horizontal [m] x X horizontal [m] x 10 4 Dogbone suspension for comb drive resonator Simulating MicroElectroMechanical Systems p.18/30

19 Using the Matlab interface 0 x x Y vertical [m] dq = []; for k=1:12 end param.v = k; X horizontal [m] x 10 4 net = cho_load( beamgap2b.net, param); dq = cho_dc(net, dq); tip(k) = cho_dq_view(dq, net, c, y ); Simulating MicroElectroMechanical Systems p.19/30

20 SUGAR 3.0 SUGAR 2.0: Matlab core, C add-ons SUGAR 3.0: C core, Matlab interfaces Release target: some time this month? Web service using 3.0 should be more robust Can use SUGAR 3.0 even without Matlab Simulating MicroElectroMechanical Systems p.20/30

21 M&MEMS: SUGAR on the Web Simulating MicroElectroMechanical Systems p.21/30

22 M&MEMS: Pros and cons Pro: Only need a web browser with Java Pro: Fixes can be applied rapidly Pro: Potential parallelism Con: Less flexibility than Matlab environment Con: Too many failure points in initial version Con: Poor response time in initial version Simulating MicroElectroMechanical Systems p.22/30

23 M&MEMS: Lessons from EE245 Used in Introduction to MEMS course, Fall 01 (Pister) Problems with both hardware and software Matlab too heavyweight in this environment Students used it anyhow! Simulating MicroElectroMechanical Systems p.23/30

24 Matisse: Integrating measurement Set of optical measurement tools Make available on the web as a virtual lab Matisse team: R. Kant, R. Muller, C. Rembe, M. Young Simulating MicroElectroMechanical Systems p.24/30

25 Matisse: Closing the design loop Simulating MicroElectroMechanical Systems p.25/30

26 Design synthesis and optimization Genetic algorithms to evolve new designs Specializing designs from a library N. Zhou, B. Zhu, A. Agogino, and K. Pister: "Evolutionary Synthesis of MEMS (Microelectronic Mechanical Systems) Design" (ANNIE 2001). First Runner-up for Novel Smart Engineering System Design Award. Simulating MicroElectroMechanical Systems p.26/30

27 Model reduction Used to create macromodels from detailed device simulations Also used to reduce large system models Need to handle nonlinear effects Z. Bai is the local expert on ROM Simulating MicroElectroMechanical Systems p.27/30

28 Improved models Geometric nonlinear beams Torsion-bending coupling for single-crystal Si Contact More coupling effects: electrothermal, thermomechanical, electromechanical,... Plates, hinges, other mechanics Improved damping models Improved thermal models Simulating MicroElectroMechanical Systems p.28/30

29 Improved numerics Incorporate current technology: SuperLU, DASSL and IDA, etc. Improved time integration Scaling and improved error measures Continuation for improved static analysis and study of bifurcations Sensitivity analysis Incorporate parallel techniques where appropriate Simulating MicroElectroMechanical Systems p.29/30

30 Conclusions SUGAR is already a useful design / education tool Lots of activity to extend SUGAR and improve robustness Friendly users appreciated! Simulating MicroElectroMechanical Systems p.30/30

SUGAR: A MEMS Simulation Program

SUGAR: A MEMS Simulation Program SUGAR: A MEMS Simulation Program David Bindel dbindel@eecs.berkeley.edu UC Berkeley, CS Division MSM 2002 SUGAR Tutorial p.1/47 SUGAR contributors Faculty Grad students Undergrads A. Agogino (ME) D. Bindel

More information

Overview. Some background ideas Installation and a first example Device descriptions and basic analysis Some ongoing work Break

Overview. Some background ideas Installation and a first example Device descriptions and basic analysis Some ongoing work Break Overview Some background ideas Installation and a first example Device descriptions and basic analysis Some ongoing work Break Simulating MicroElectroMechanical Systems p.1/29 What should you get out?

More information

SUGAR: Simulating MEMS

SUGAR: Simulating MEMS SUGAR: Simulating MEMS David Bindel UC Berkeley, CS Division SUGAR: Simulating MEMS p.1/30 Outline SUGAR group and research goals Microsystems overview Simulation methodology Software architecture Research

More information

Simulating Microsystems

Simulating Microsystems Simulating Microsystems David Bindel UC Berkeley, EECS Simulating Microsystems p.1/21 Overview Microsystems overview Simulation software Case study: gap-closing actuator Simulating Microsystems p.2/21

More information

Hierarchical MEMS Synthesis and Optimization

Hierarchical MEMS Synthesis and Optimization Hierarchical MEMS Synthesis and Optimization Ying Zhang 1, Raffi Kamalian 2, Alice M. Agogino 3, and Carlo H. Séquin 4 1 Systems Engineering Program, University of California, Berkeley 2, 3 Department

More information

SUGAR 3.0: A MEMS Simulation Program (User s Guide)

SUGAR 3.0: A MEMS Simulation Program (User s Guide) SUGAR 3.0: A MEMS Simulation Program (User s Guide) Document Authors - David Bindel, Jason Clark, Ningning Zhou Revisions for Version 3.0 - David Garmire Principal Investigators Alice M. Agogino................aagogino@me.berkeley.edu

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

AUTOMATED DESIGN SYNTHESIS FOR MICRO-ELECTRO-MECHANICAL SYSTEMS (MEMS)

AUTOMATED DESIGN SYNTHESIS FOR MICRO-ELECTRO-MECHANICAL SYSTEMS (MEMS) Proceedings of DETC 2002: Design Automation Sep. 29-Oct. 2, 2002, Montreal, Canada AUTOMATED DESIGN SYNTHESIS FOR MICRO-ELECTRO-MECHANICAL SYSTEMS (MEMS) Ningning Zhou Department of Mechanical Engineering

More information

ADDRESSING THE NEEDS OF COMPLEX MEMS DESIGN

ADDRESSING THE NEEDS OF COMPLEX MEMS DESIGN ADDRESSING THE NEEDS OF COMPLEX MEMS DESIGN J.V. Clark', D. Binde12, W. Kao2, E. Zhu2, A. Kuo6, N. Zhou4, J. Nie2, J. Demme12, Z. Bai', S. Govindjee3, K.S.J. Pister2, M. Gu2, A. Agogino4 'Applied Science

More information

Integrating Multiphysics and Multiscale Modeling Environments Together

Integrating Multiphysics and Multiscale Modeling Environments Together Integrating Multiphysics and Multiscale Modeling Environments Together Is An Open Environment Possible? D. Bindel Department of Computer Science Cornell University 24 May 2011 Outline The CSE Picture My

More information

Extraction and LVS for Mixed-domain Integrated MEMS Layouts

Extraction and LVS for Mixed-domain Integrated MEMS Layouts Extraction and LVS for Mixed-domain Integrated MEMS Layouts Bikram Baidya (bbaidya@ece.cmu.edu) and Tamal Mukherjee (tamal@ece.cmu.edu) Electrical and Computer Engineering, Carnegie Mellon University,

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

CoventorWare Tutorial. Presented by Brian Pepin 11/07/2011

CoventorWare Tutorial. Presented by Brian Pepin 11/07/2011 CoventorWare Tutorial Presented by Brian Pepin 11/07/2011 Downloading Software CoventorWare 2010 Full Release available at http://www.coventor.com/mems/download.html Click on link to download CoventorWare

More information

Introduction to Abaqus. About this Course

Introduction to Abaqus. About this Course Introduction to Abaqus R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Use Abaqus/CAE to create complete finite element models. Use Abaqus/CAE to submit and

More information

2-DOF Actuated Micromirror Designed for Large DC Deflection

2-DOF Actuated Micromirror Designed for Large DC Deflection 2-DOF Actuated Micromirror Designed for Large DC Deflection Matthew Last, KSJ Pister Berkeley Sensor and Actuator Center 497 Cory Hall, UC Berkeley, Berkeley CA 94720-1770 ABSTRACT A 2 degree-of-freedom

More information

Multidisciplinary System Design Optimization (MSDO)

Multidisciplinary System Design Optimization (MSDO) Multidisciplinary System Design Optimization (MSDO) Structural Optimization & Design Space Optimization Lecture 18 April 7, 2004 Il Yong Kim 1 I. Structural Optimization II. Integrated Structural Optimization

More information

An Improved Meshing Technique and its Application in the Analysis of Large and Complex MEMS Systems

An Improved Meshing Technique and its Application in the Analysis of Large and Complex MEMS Systems An Improved Meshing Technique and its Application in the Analysis of Large and Complex MEMS Systems Yie He, James Marchetti, Fariborz Maseeh IntelliSense Corporation 16 Upton Drive, Wilmington, MA 01887

More information

Speed, Accuracy and Automation in MEMS Simulation and Development C. J. Welham, Coventor, Paris

Speed, Accuracy and Automation in MEMS Simulation and Development C. J. Welham, Coventor, Paris Speed, Accuracy and Automation in MEMS Simulation and Development C. J. Welham, Coventor, Paris MEMS Design & Simulation Challenges Overview Simulation Challenges and Approaches Validation Case Studies

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

Network-connected MEMS-measuring system for high-speed data transfer to CAD and simulation tools

Network-connected MEMS-measuring system for high-speed data transfer to CAD and simulation tools Conference on Vibration Measurements by Laser Techniques Association for Laser Velocimetry, Ancona, Italy, 18-21 June 2002 Network-connected MEMS-measuring system for high-speed data transfer to CAD and

More information

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

VHDL-AMS in MEMS Design Flow

VHDL-AMS in MEMS Design Flow Forum on Specification & Design Languages FDL 02, Marseille, September 24-27, 2002 VHDL-AMS in MEMS Design Flow Joachim Haase, Jens Bastian, and Sven Reitz Fraunhofer Institute Integrated Circuits Erlangen

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

MEMS Pro V3 Layout Tutorial

MEMS Pro V3 Layout Tutorial MEMS Pro V3 Layout Tutorial MEMSCAP Yiching Liang March 6, 2002 Launching MEMS Pro V3 Double click on the MEMS Pro V3 icon on your desktop to launch MEMS Pro Menu bar Standard toolbar Drawing toolbar SPR/BPR

More information

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin With thanks to: Authors of presented simulations C.A. Felippa (Univ. of Colorado at Boulder) www.colorado.edu/engineering/cas/courses.d/ifem.d

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

MEMS Pro v5.1 Layout Tutorial Physical Design Mask complexity

MEMS Pro v5.1 Layout Tutorial Physical Design Mask complexity MEMS Pro v5.1 Layout Tutorial 1 Physical Design Mask complexity MEMS masks are complex with curvilinear geometries Verification of manufacturing design rules is important Automatic generation of mask layout

More information

Recent developments in simulation, optimization and control of flexible multibody systems

Recent developments in simulation, optimization and control of flexible multibody systems Recent developments in simulation, optimization and control of flexible multibody systems Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be Katholieke

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

Keywords: Micromirror, MEMS, electrostatic torque, serpentine spring, restoring torque, coupled field analysis. 2. MICROMIRROR STRUCTURE AND DESIGN

Keywords: Micromirror, MEMS, electrostatic torque, serpentine spring, restoring torque, coupled field analysis. 2. MICROMIRROR STRUCTURE AND DESIGN Design and Analysis of the performance of a Torsional Micromirror for an Optical switching system Ajay A. Kardak *, Prasant Kumar Patnaik, T. Srinivas, Navakanta Bhat and A. Selvarajan National MEMS Design

More information

LMS Virtual.Lab The Unified Environment for Functional Performance Engineering

LMS Virtual.Lab The Unified Environment for Functional Performance Engineering LMS Virtual.Lab The Unified Environment for Functional Performance Engineering LMS Imagine.Lab LMS OPTIMUS LMS Engineering and Deployment Services Technology Transfer Process Transformation & Best Practices

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

More information

CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE

CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE 92 CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE 4.1 INTRODUCTION Bio-manipulation techniques and tools including optical tweezers,

More information

The ECE Curriculum. Prof. Bruce H. Krogh Associate Dept. Head.

The ECE Curriculum. Prof. Bruce H. Krogh Associate Dept. Head. The ECE Curriculum Prof. Bruce H. Krogh Associate Dept. Head krogh@ece.cmu.edu 1 Freshman year ECE Core Courses 18-100 Introduction to Electrical and Computer Engineering physical devices analog circuits

More information

Fluid structure interaction analysis: vortex shedding induced vibrations

Fluid structure interaction analysis: vortex shedding induced vibrations Fluid structure interaction analysis: vortex shedding induced vibrations N. Di Domenico, M. E. * University of Rome «Tor Vergata», Department of Enterprise Engineering «Mario Lucertini» A. Wade, T. Berg,

More information

Modelling Flat Spring Performance Using FEA

Modelling Flat Spring Performance Using FEA Modelling Flat Spring Performance Using FEA Blessing O Fatola, Patrick Keogh and Ben Hicks Department of Mechanical Engineering, University of Corresponding author bf223@bath.ac.uk Abstract. This paper

More information

Introduction to Finite Element Analysis using ANSYS

Introduction to Finite Element Analysis using ANSYS Introduction to Finite Element Analysis using ANSYS Sasi Kumar Tippabhotla PhD Candidate Xtreme Photovoltaics (XPV) Lab EPD, SUTD Disclaimer: The material and simulations (using Ansys student version)

More information

System-Level Synthesis of MEMS via Genetic Programming and Bond Graphs

System-Level Synthesis of MEMS via Genetic Programming and Bond Graphs System-Level Synthesis of MEMS via Genetic Programming and Bond Graphs Zhun Fan +, Kisung Seo +, Jianjun Hu +, Ronald C. Rosenberg Ψ, Erik D. Goodman + + Genetic Algorithms Research and Applications Group

More information

TECHNOLOGY SYSTEM-LEVEL SIMULATION. S.P. Levitan and D.M. Chiarulli University of Pittsburgh, Pittsburgh, PA USA

TECHNOLOGY SYSTEM-LEVEL SIMULATION. S.P. Levitan and D.M. Chiarulli University of Pittsburgh, Pittsburgh, PA USA MULTI-LEVEL LEVEL MIXED- TECHNOLOGY SYSTEM-LEVEL SIMULATION S.P. Levitan and D.M. Chiarulli University of Pittsburgh, Pittsburgh, PA 15260 USA Collaborators and Support Jose A. Martinez, Mark Kahrs, Jason

More information

Introduction. Section 3: Structural Analysis Concepts - Review

Introduction. Section 3: Structural Analysis Concepts - Review Introduction In this class we will focus on the structural analysis of framed structures. Framed structures consist of components with lengths that are significantly larger than crosssectional areas. We

More information

HIPEX Full-Chip Parasitic Extraction. Summer 2004 Status

HIPEX Full-Chip Parasitic Extraction. Summer 2004 Status HIPEX Full-Chip Parasitic Extraction Summer 2004 Status What is HIPEX? HIPEX Full-Chip Parasitic Extraction products perform 3D-accurate and 2D-fast extraction of parasitic capacitors and resistors from

More information

course outline basic principles of numerical analysis, intro FEM

course outline basic principles of numerical analysis, intro FEM idealization, equilibrium, solutions, interpretation of results types of numerical engineering problems continuous vs discrete systems direct stiffness approach differential & variational formulation introduction

More information

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège Fully coupled simulation of mechatronic and flexible multibody systems: An extended finite element approach Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be

More information

Hipex Full-Chip Parasitic Extraction

Hipex Full-Chip Parasitic Extraction What is Hipex? products perform 3D-accurate and 2D-fast extraction of parasitic capacitors and resistors from hierarchical layouts into hierarchical transistor-level netlists using nanometer process technology

More information

Distributed Parameter Systems Blockset for Simulink --- Third-Party MathWorks Product ---

Distributed Parameter Systems Blockset for Simulink --- Third-Party MathWorks Product --- Distributed Parameter Systems Blockset for Simulink --- Third-Party MathWorks Product --- G. Hulkó, C. Belavý, Š. Cibiri, J. Szuda University Center for Control of Distributed Parameter Systems Department

More information

Modelling and Simulation Made Easy with Simulink Tiffany Liang Application Engineer MathWorks

Modelling and Simulation Made Easy with Simulink Tiffany Liang Application Engineer MathWorks Modelling and Simulation Made Easy with Simulink Tiffany Liang Application Engineer MathWorks 2015 The MathWorks, Inc. 1 What will you learn in this presentation? For those who are not familiar with Simulink

More information

Finite element method - tutorial no. 1

Finite element method - tutorial no. 1 Martin NESLÁDEK Faculty of mechanical engineering, CTU in Prague 11th October 2017 1 / 22 Introduction to the tutorials E-mail: martin.nesladek@fs.cvut.cz Room no. 622 (6th floor - Dept. of mechanics,

More information

Abstract. Tawin Phonpai and Thira Jearsiripongkul*

Abstract. Tawin Phonpai and Thira Jearsiripongkul* 435 Tawin Phonpai and Thira Jearsiripongkul* Abstract In this paper, an analysis of vibration of head gimbals assembly (HGA) in hard disk drive (HDD) with operational HDD are studied. ANSYS is used for

More information

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

Mechanical and Automation Engineering Programme (3-year Curriculum)

Mechanical and Automation Engineering Programme (3-year Curriculum) Course List Mechanical and Automation Engineering Programme (3-year Curriculum) ENGG2014 Advanced Engineering Mathematics (Syllabus D) LINEAR ALGEBRA: vector spaces and subspaces; linear transformations

More information

An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam

An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam The Open Ocean Engineering Journal, 2011, 4, 55-59 55 Open Access An Approximate Method for Permuting Frame with Repeated Lattice Structure to Equivalent Beam H.I. Park a, * and C.G. Park b a Department

More information

Proceedings of the ASME th Biennial Conference On Engineering Systems Design And Analysis ESDA2012 July 2-4, 2012, Nantes, France

Proceedings of the ASME th Biennial Conference On Engineering Systems Design And Analysis ESDA2012 July 2-4, 2012, Nantes, France Proceedings of the ASME 2012 11th Biennial Conference On Engineering Systems Design And Analysis ESDA2012 July 2-4 2012 Nantes France ESDA2012-82316 A MULTIBODY SYSTEM APPROACH TO DRILL STRING DYNAMICS

More information

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Mahesha J 1, Prashanth A S 2 M.Tech Student, Machine Design, Dr. A.I.T, Bangalore, India 1 Asst. Professor, Department of Mechanical

More information

DEPARTMENT OF COMPUTER SCIENCE

DEPARTMENT OF COMPUTER SCIENCE Department of Computer Science 1 DEPARTMENT OF COMPUTER SCIENCE Office in Computer Science Building, Room 279 (970) 491-5792 cs.colostate.edu (http://www.cs.colostate.edu) Professor L. Darrell Whitley,

More information

The Life of SPICE. Laurence W. Nagel Omega Enterprises Randolph, NJ 1/15/2004 1

The Life of SPICE. Laurence W. Nagel Omega Enterprises Randolph, NJ 1/15/2004 1 The Life of SPICE Laurence W. Nagel Omega Enterprises Randolph, NJ 1/15/2004 1 IC Technology Changes in the Last 30 Years Design rules in tens of mils Masks from rubylith Chips with tens of transistors

More information

Creo Simulate 3.0 Tutorial

Creo Simulate 3.0 Tutorial Creo Simulate 3.0 Tutorial Structure and Thermal Roger Toogood, Ph.D., P. Eng. SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING

THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING Pierre Lamary Roberto de Araújo Bezerra Ranon Bezerra Department of Mechanical Engineering, Federal University

More information

Modal and harmonic response analysis of key components of robotic arm based on ANSYS

Modal and harmonic response analysis of key components of robotic arm based on ANSYS Modal and harmonic response analysis of key components of robotic arm based on ANSYS Yadong Tang 1, Yongchang Yu 2, Jingzhao Shi 3, Shuaijun Zhang 4 College of Machinery and Electronic Engineering, Henan

More information

Lab#5 Combined analysis types in ANSYS By C. Daley

Lab#5 Combined analysis types in ANSYS By C. Daley Engineering 5003 - Ship Structures I Lab#5 Combined analysis types in ANSYS By C. Daley Overview In this lab we will model a simple pinned column using shell elements. Once again, we will use SpaceClaim

More information

Design Optimization of a Weather Radar Antenna using Finite Element Analysis (FEA) and Computational Fluid Dynamics (CFD)

Design Optimization of a Weather Radar Antenna using Finite Element Analysis (FEA) and Computational Fluid Dynamics (CFD) Design Optimization of a Weather Radar Antenna using Finite Element Analysis (FEA) and Computational Fluid Dynamics (CFD) Fernando Prevedello Regis Ataídes Nícolas Spogis Wagner Ortega Guedes Fabiano Armellini

More information

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Necmettin Kaya Uludag University, Mechanical Eng. Department, Bursa, Turkey Ferruh Öztürk Uludag University, Mechanical Eng. Department,

More information

Sunburst Design - Verilog-2001 Design & Best Coding Practices by Recognized Verilog & SystemVerilog Guru, Cliff Cummings of Sunburst Design, Inc.

Sunburst Design - Verilog-2001 Design & Best Coding Practices by Recognized Verilog & SystemVerilog Guru, Cliff Cummings of Sunburst Design, Inc. World Class Verilog & SystemVerilog Training Sunburst Design - Verilog-2001 Design & Best Coding Practices by Recognized Verilog & SystemVerilog Guru, Cliff Cummings of Sunburst Design, Inc. Cliff Cummings

More information

Sizing Optimization for Industrial Applications

Sizing Optimization for Industrial Applications 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Sizing Optimization for Industrial Applications Miguel A.A.S: Matos 1, Peter M. Clausen 2,

More information

EE5780 Advanced VLSI CAD

EE5780 Advanced VLSI CAD EE5780 Advanced VLSI CAD Lecture 1 Introduction Zhuo Feng 1.1 Prof. Zhuo Feng Office: EERC 513 Phone: 487-3116 Email: zhuofeng@mtu.edu Class Website http://www.ece.mtu.edu/~zhuofeng/ee5780fall2013.html

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

COMSOL Multiphysics: MEMS Gyroscope Design

COMSOL Multiphysics: MEMS Gyroscope Design MEMS AND MICROSENSORS 2017/2018 COMSOL Multiphysics: MEMS Gyroscope Design Cristiano Rocco Marra 28/11/2017 In this lab, you will learn how to analyze the resonance frequency of a capacitive MEMS gyroscope

More information

Case Study on DiaHDL: A Web-based Electronic Design Automation Tool for Education Purpose

Case Study on DiaHDL: A Web-based Electronic Design Automation Tool for Education Purpose Case Study on DiaHDL: A Web-based Electronic Design Automation Tool for Education Purpose Muhammad Shoaib Iqbal Ansari, Thomas Schumann Faculty of Electrical Engineering h da University of Applied Sciences

More information

College of Computing, Engineering & Construction Electrical Engineering Course Descriptions

College of Computing, Engineering & Construction Electrical Engineering Course Descriptions CATALOG 2010-2011 Undergraduate Information College of Computing, Engineering & Construction Electrical Engineering Course Descriptions EEE3308: Electronic Circuits I 3 Prerequisite: EEL 3111. This course

More information

Overview of Digital Design Methodologies

Overview of Digital Design Methodologies Overview of Digital Design Methodologies ELEC 5402 Pavan Gunupudi Dept. of Electronics, Carleton University January 5, 2012 1 / 13 Introduction 2 / 13 Introduction Driving Areas: Smart phones, mobile devices,

More information

Mixed-Technology System-Level Simulation

Mixed-Technology System-Level Simulation Mixed-Technology System-Level Simulation Steven P. Levitan 1, Jose A. Martinez, Timothy P. Kurzweg, Philippe J. Marchand* Donald M. Chiarulli University of Pittsburgh, Pittsburgh, PA, USA 15260 *Optical

More information

Vibration Analysis with SOLIDWORKS Simulation and SOLIDWORKS. Before you start 7

Vibration Analysis with SOLIDWORKS Simulation and SOLIDWORKS. Before you start 7 i Table of contents Before you start 7 Notes on hands-on exercises and functionality of Simulation Prerequisites Selected terminology 1: Introduction to vibration analysis 10 Differences between a mechanism

More information

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin Institute for Computational Civil Engineering Civil Engineering Department, Cracow University of Technology URL: www.l5.pk.edu.pl Lecture contents

More information

Crossing the Chasm Between ECAD and CAE Virginia Manor Road, Suite 290, Beltsville MD

Crossing the Chasm Between ECAD and CAE Virginia Manor Road, Suite 290, Beltsville MD Crossing the Chasm Between ECAD and CAE 1 Who is DfR Solutions? The Industry Leader in Quality-Reliability-Durability of Electronics 50 Fastest Growing Companies in the Electronics Industry - Inc Magazine

More information

Introduction to AWR Design Flow and New Features for V10

Introduction to AWR Design Flow and New Features for V10 Introduction to AWR Design Flow and New Features for V10 What s New In Version 10 imatch Matching Network Synthesis Matching Network Synthesis Tight integration with AWR tools Excellent starting point

More information

SOLIDWORKS Simulation

SOLIDWORKS Simulation SOLIDWORKS Simulation Length: 3 days Prerequisite: SOLIDWORKS Essentials Description: SOLIDWORKS Simulation is designed to make SOLIDWORKS users more productive with the SOLIDWORKS Simulation Bundle. This

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Introduction to the Finite Element Method (3)

Introduction to the Finite Element Method (3) Introduction to the Finite Element Method (3) Petr Kabele Czech Technical University in Prague Faculty of Civil Engineering Czech Republic petr.kabele@fsv.cvut.cz people.fsv.cvut.cz/~pkabele 1 Outline

More information

Program Proposal for a Direct Converted Program. BS in COMPUTER SCIENCE

Program Proposal for a Direct Converted Program. BS in COMPUTER SCIENCE Program Proposal for a Direct Converted Program BS in COMPUTER SCIENCE Document Page number Curriculum Sheet p. 2 p. -year Roadmap p. p. 5 Two Year Course Schedule p. 6 (2018 2019 AY and 2019 2020 AY)

More information

Achieve more with light.

Achieve more with light. Achieve more with light. Comprehensive suite of leading photonic design tools. Component Design Multiphysics Component Design Lumerical s highly integrated suite of component design tools is purposebuilt

More information

3. Preprocessing of ABAQUS/CAE

3. Preprocessing of ABAQUS/CAE 3.1 Create new model database 3. Preprocessing of ABAQUS/CAE A finite element analysis in ABAQUS/CAE starts from create new model database in the toolbar. Then save it with a name user defined. To build

More information

Product Engineering Optimizer

Product Engineering Optimizer CATIA V5 Training Foils Product Engineering Optimizer Version 5 Release 19 January 2009 EDU_CAT_EN_PEO_FI_V5R19 1 About this course Objectives of the course Upon completion of this course, you will learn

More information

Static, modal and dynamic behaviour of a stress ribbon footbridge: Experimental and computational results

Static, modal and dynamic behaviour of a stress ribbon footbridge: Experimental and computational results Static, modal and dynamic behaviour of a stress ribbon footbridge: Experimental and computational results Castaño, Javier 1 ; Cosido, Óscar 2 ; Pereda, José 3 ; Cacho-Pérez, Mariano 3 ; Lorenzana, Antolín

More information

Topology Optimization Design of Automotive Engine Bracket

Topology Optimization Design of Automotive Engine Bracket Energy and Power Engineering, 2016, 8, 230-235 Published Online April 2016 in SciRes. http://www.scirp.org/journal/epe http://dx.doi.org/10.4236/epe.2016.84021 Topology Optimization Design of Automotive

More information

Optic fiber cores. mirror. fiber radius. centerline FMF. FMF distance. mirror tilt vs. necessary angular precision (fiber radius = 2 microns) 1.

Optic fiber cores. mirror. fiber radius. centerline FMF. FMF distance. mirror tilt vs. necessary angular precision (fiber radius = 2 microns) 1. Comparative Study of 2-DOF Micromirrors for Precision Light Manipulation Johanna I. Young and Andrei M. Shkel Microsystems Laboratory, Department of Mechanical and Aerospace Engineering, University of

More information

Hardware Design Environments. Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University

Hardware Design Environments. Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University Hardware Design Environments Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University Outline Welcome to COE 405 Digital System Design Design Domains and Levels of Abstractions Synthesis

More information

ME scope Application Note 22 Calculating Sinusoidal Responses of MIMO Systems

ME scope Application Note 22 Calculating Sinusoidal Responses of MIMO Systems ME scope Application Note 22 Calculating Sinusoidal Responses of MIMO Systems INTRODUCTION In this note, MIMO Commands will be used to calculate responses of a structure due to simultaneously applied sinusoidal

More information

Ansys Mechanical APDL

Ansys Mechanical APDL Ansys Mechanical APDL Day 1: FEA and ANSYS 9.00 12.00 About ANSYS, What is FEA?, Instructor Example Getting Started 12.00 1.00 Interactive Vs. Batch Mode, Starting ANSYS, Product Launcher, ANSYS Workbench,

More information

Determination of Joint Stiffness of a Three Story Steel Frame by Finite Element Model Updating

Determination of Joint Stiffness of a Three Story Steel Frame by Finite Element Model Updating Determination of Joint Stiffness of a Three Story Steel Frame by Finite Element Model Updating M. Mahdavi, M.R. Davoodi & A. Mostafavian Babol University of Technology, Iran SUMMARY: Due to some experimental

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

MATLAB. Advanced Mathematics and Mechanics Applications Using. Third Edition. David Halpern University of Alabama CHAPMAN & HALL/CRC

MATLAB. Advanced Mathematics and Mechanics Applications Using. Third Edition. David Halpern University of Alabama CHAPMAN & HALL/CRC Advanced Mathematics and Mechanics Applications Using MATLAB Third Edition Howard B. Wilson University of Alabama Louis H. Turcotte Rose-Hulman Institute of Technology David Halpern University of Alabama

More information

Scilab Element Finite Cylinder

Scilab Element Finite Cylinder Scilab Element Finite Cylinder Free PDF ebook Download: Scilab Element Finite Cylinder Download or Read Online ebook scilab element finite cylinder in PDF Format From The Best User Guide Database Scilab

More information

Modeling Flexibility with Spline Approximations for Fast VR Visualizations

Modeling Flexibility with Spline Approximations for Fast VR Visualizations Modeling Flexibility with Spline Approximations for Fast VR Visualizations Abstract: Kevin Tatur a and Renate Sitte a a Faculty of Engineering and Information Technology, Griffith University, Gold Coast,

More information

101-1 Under-Graduate Project Digital IC Design Flow

101-1 Under-Graduate Project Digital IC Design Flow 101-1 Under-Graduate Project Digital IC Design Flow Speaker: Ming-Chun Hsiao Adviser: Prof. An-Yeu Wu Date: 2012/9/25 ACCESS IC LAB Outline Introduction to Integrated Circuit IC Design Flow Verilog HDL

More information

Design Optimization of the Inner Gimbal for Dual Axis Inertially Stabilized Platform Using Finite Element Modal Analysis

Design Optimization of the Inner Gimbal for Dual Axis Inertially Stabilized Platform Using Finite Element Modal Analysis Vol.2, Issue.2, Mar-Apr 2012 pp-239-244 ISSN: 2249-6645 Design Optimization of the Inner Gimbal for Dual Axis Inertially Stabilized Platform Using Finite Element Modal Analysis Hany F. Mokbel*, Lv Qiong

More information

Design Methodologies and Tools. Full-Custom Design

Design Methodologies and Tools. Full-Custom Design Design Methodologies and Tools Design styles Full-custom design Standard-cell design Programmable logic Gate arrays and field-programmable gate arrays (FPGAs) Sea of gates System-on-a-chip (embedded cores)

More information

Simulation of a Micro-Scale Out-of-plane Compliant Mechanism

Simulation of a Micro-Scale Out-of-plane Compliant Mechanism Simulation of a Micro-Scale Out-of-plane Compliant Mechanism David Castro 1, Arpys Arevalo *1, Ehab Rawashdeh 1, Nikolai Dechev 2 and Ian G. Foulds 1,3 1 King Abdullah University of Science and Technology,

More information

Non-Parametric Optimization in Abaqus

Non-Parametric Optimization in Abaqus Non-Parametric Optimization in Abaqus 2016 About this Course Course objectives Upon completion of this course you will be able to: Apply topology, shape, sizing and bead optimization techniques to your

More information

Multimaterial Geometric Design Theories and their Applications

Multimaterial Geometric Design Theories and their Applications Multimaterial Geometric Design Theories and their Applications Hong Zhou, Ph.D. Associate Professor Department of Mechanical Engineering Texas A&M University-Kingsville October 19, 2011 Contents Introduction

More information

DEVELOPMENT OF PARAMETERIZED CELL OF SPIRAL INDUCTOR USING SKILL LANGUAGE

DEVELOPMENT OF PARAMETERIZED CELL OF SPIRAL INDUCTOR USING SKILL LANGUAGE DEVELOPMENT OF PARAMETERIZED CELL OF SPIRAL INDUCTOR USING SKILL LANGUAGE Vladimir Emilov Grozdanov 1, Diana Ivanova Pukneva 1, Marin Hristov Hristov 2 1 Smartcom, 7 th km, Tzarigradsko Chausee Blvd, 1784

More information

Backflow-mediated domain switching in nematics experiment-ready

Backflow-mediated domain switching in nematics experiment-ready Backflow-mediated domain switching in nematics experiment-ready J. Turk 1, D. Svenšek 1 1 Dept. of Physics, Faculty of Mathematics and Physics, University of Ljubljana, Slovenija Flowing Matter 2014, Lisbon,

More information