From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI

Size: px
Start display at page:

Download "From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI"

Transcription

1 From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI SimulationX Tutorial, 8th Modelica Conference Dr. Ines Gubsch, IVMA, TUD Christian Schubert, IVMA, TUD Christian Kehrer, ITI GmbH

2 Topic 2 1. Overview 2. Modeling of a simple example 3. Versatile analysis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary 8 th International Modelica Conference, Dresden 2011

3 Topic 3 1. Overview a) Graphical User Interface b) File handling c) Post Processing 2. Modeling of a simple example 3. Versatile anaylsis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary 8 th International Modelica Conference, Dresden 2011

4 Overview 4 Graphical User Interface Fully customizable, dynamical GUI Four different model views simultaneously: Diagram View Text View 3D View Documentation View Model explorer for easy access to all components, types, parameters and result variables Library Bar Diagram View Text View Result Window Model Explorer Output Task Pane Result Manager

5 Overview 5 File Handling Modelica Search Path Modelica Options Opening (Diagram View, 3D View) Add SimulationX calculation environment Recording of results Add base class Modelica.Icons Different file formats: Modelica file (*.mo) SimulationX file (*.ism) SimulationX project (*.isx)

6 Overview 6 Post Processing Result windows Plotting options y(t) and y(x) incl. measuring, freezing and drag & drop Multiple file formats (*.txt, *.bin, *.rfs, *.csv, *.dat, *.xml, *.bmp, *.jpeg, *.gif, *.tiff, *.png, *.emf) FFT analysis Momentary displays Linkable to any result variable 3D Animation Oservation while running simulation Video export (*.avi, *.wmv)

7 Topic 8 1. Overview 2. Modeling of a simple example a) Modeling b) Parameterization c) Creation of user defined types 3. Versatile analysis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary 8 th International Modelica Conference, Dresden 2011

8 Modeling of a simple example 9 Modeling Graphical placement, modification and connection of elements Simultaneous textual editing with ad hoc effect in every other view Connections with modifiable properties Switchable autorouting Replace, add or delete nodes by mouseclick TypeDesigner for creation of compounds and new types 8 th International Modelica Conference, Dresden 2011

9 Modeling of a simple example 10 Parameterization Parameterization using units Reference on every variable within the whole model Formula and math. expressions incl. logical conditions and alternatives Syntax check after every parameter input Parameter sets available as Windows-metadata 8 th International Modelica Conference, Dresden 2011

10 Modeling of a simple example 12 TypeDesigner Create user-defined models: Creation of completely new types Extension: Modification of any existing models Compounds: group several elements together to one new model Edit existing models: Add certain features to the built-in models 8 th International Modelica Conference, Dresden 2011

11 Modeling of a simple example 13 TypeDesigner: creation of compounds Local or global storage (Inner) Connectors: compound s interfaces to the outside world (Inner) Components: definition of parameters and result variables Local Types: type in type constructs Toggle components in Activity Groups Behaviour described with algorithms and equations Editable Modelica Code HTML Documentation accessible via context help Different Security levels 8 th International Modelica Conference, Dresden 2011

12 Topic Overview 2. Modeling of a simple example 3. Versatile analysis methods a) Transient simulation in time domain b) Linear System Analysis c) Periodic Steady-State Simulation 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary

13 Versatile analysis methods 16 Transient simulation Activation of protocol attributes Global or selective Settings of the property dialog General Reset points Tracing Solvers Global Symbolic Analysis Determination of consistent initial values Creation and customizing of result windows 8 th International Modelica Conference, Dresden 2011

14 Versatile analysis methods 18 Linear System Analysis Linearization of model equations at current operating point Performable at any time instant Natural frequencies and mode shapes Computation from Jacobian matrices All state values are taken into account (regardless of the physical domain) Input-Ouput-Analysis Analyzing the transmission behavior Interpretation of the model as a system with inputs and outputs

15 Versatile analysis methods 19 Calculation of Eigenvalues and Eigenvectors Computation of natural frequencies and damping time constants of the damped oscillation Additional: natural frequencies of the undamped system Filter options stored in model Display of: Complex eigenvalues Damped and undamped natural frequencies Damping factor D Time constants 8 th International Modelica Conference, Dresden 2011

16 Versatile analysis methods 20 Deviation and Distribution of Energy Eigenvector as a value and in the form of a bar chart Distribution of energy of a natural mode influence of certain elements on the respective natural frequency Kinetic energy Potential energy Power loss Extension of MSL elements for observation of energy distribution and deviation within LSA necessary 8 th International Modelica Conference, Dresden 2011

17 Versatile analysis methods 21 Campbell Diagram Identification of critical speeds of rotational systems Resonance points visible as crossing points of natural frequencies with orders Measurement by mouse click Adjustable speed range 8 th International Modelica Conference, Dresden 2011

18 Versatile analysis methods 22 Vibration Mode Animation 3D allocation of natural frequencies and corresponding components Use of momentary displays and adjusted elements from Mechanics.MultiBody Controllable while running animation: Amplification factor Animation frequency

19 Versatile analysis methods 25 Frequency Response Function Complex frequency response of a linear system Plot of frequency response function from selected input to output Several options for the description of the excitation for every input Result representation: Magnitude and phase Real- and imaginary part Nyquist-Plot

20 Versatile analysis methods 26 Poles and Zeros Graphical representation and listing of exact values of Smith-poles and zeros in the complex frequency plane Evaluation of stability properties For systems with multiple inputs and outputs Ready for Copy-Paste Poles Zeros

21 Versatile analysis methods 27 Export of system matrices ODE state-space representation: x y = = Ax + Bu Cx + Du DAE descriptor form: Ex = Ax + Bu y = Cx + Du x state variables u input variables y output variables MATLAB-source code or Modelica format

22 Versatile analysis methods 29 Periodic Steady-State Simulation Periodic solutions of nonlinear systems in dependence of a reference quantity Harmonic Balance as parametric analysis Result quantities over reference quantity: Amplitude and phase Fluctuation coefficient Real- and imaginary part Excitations Results over one period for a user defined value of the reference quantity: Unbiased deflection Deflection with mean value Fluctuation

23 Topic Overview 2. Modeling of a simple Example 3. Different analysis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary 8 th International Modelica Conference, Dresden 2011

24 SimulationX Libraries 33 SimulationX Libraries extending Modelica Standard Connections are model objects carrying names, parameters, initial values and result variables Variable values or expressions to be assigned to parameters proprietary ports Graphical interactive editing of curves including multiple options for interpolation and approximation

25 SimulationX Libraries 34 Combine elements from MSL & SimulationX Libraries Interface definition as Modelica class model or as special Modelica transformer block Containing each of the appropriate port types Connecting the physical variables by equations Sum of both flow quantities is zero, while potential quantities have to be equivalent

26 Topic Overview 2. Modeling of a simple Example 3. Different analysis methods 4. SimulationX Libraries 5. Code Export a) Ensurance of Real Time Capabilities b) Code Export Interfaces 6. Wheel Loader model for Code Export via FMI 7. Summary

27 Code Export 36 Natural frequencies Identification of State variables with highest influence on the critical eigenfrequencies Components with highest influence on the critical eigenfrequencies

28 Code Export 37 Performance analysis Identification of state values with high influence on preventing increase of calculation step size Recording of weighted error estimates for every state value Detection of critical, i.e. stiff components and strong nonlinearities Model reduction for optimization of CPU time 8 th International Modelica Conference, Dresden 2011

29 Code Export 38 Switchable model complexity Example: Gear of SimulationX Power Transmission library For NVH analyses: Non-linear and high stiffness of tooth contact With backlash 8 th International Modelica Conference, Dresden 2011

30 Code Export 39 Switchable model complexity Example: Gear of SimulationX Power Transmission library For real-time simulation: Rigid, without backlash Reduction of dynamics, dimension and complexity 8 th International Modelica Conference, Dresden 2011

31 Code Export 40 Code Export interfaces Guided by Code Export wizard Integration into multiple simulation systems Direct HiL and RCP support without the necessity of third-party tools Accelerated simulation runs using executable models Support of platform-independent model exchange FMI for Model Exchange FMI for Co-Simulation 8 th International Modelica Conference, Dresden 2011

32 Code Export 41 FMI Code Export workflow Start Code Export wizard Specification of project properties Selective definition of Inputs Outputs Parameters Code Generation incl. transformation to ODE form code optimization 8 th International Modelica Conference, Dresden 2011

33 Topic Overview 2. Modeling of a simple example 3. Versatile analysis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary

34 Wheel Loader model for Code Export via FMI 43 Wheel loader model SimulationX model to be run on an interactive motion platform Studying the influence of the human operator on the machine Realtime multi body system incl. hydraulic cylinders and valves a reduced drivetrain Paceijka tire models contact between bucket and underground FMI SARTURIS

35 Topic Overview 2. Modeling of a simple example 3. Versatile analysis methods 4. SimulationX Libraries 5. Code Export 6. Wheel Loader model for Code Export via FMI 7. Summary 8 th International Modelica Conference, Dresden 2011

36 Summary 45 Summary Handling of Modelica models within the SimulationX Graphical User Interface Versatile analysis methods in time and frequency domain Differences and combination of elements from pure Modelica and SimulationX Libraries Tools for users support in achieving real time capabilities Code export interfaces including workflow for generation of FMI export of a wheel loader model

37 Summary 46 More Information (1) Listen to us 2 Lectures The Functional Mockup Interface Implementation of Modelisar Functional Mock-up Interfaces in SimulationX ITI Vendor Session Simulating n-dimensional Modelica models with SimulationX 4 Partners Lectures Experiences with the new FMI Standard - Selected Applications at Dresden University (IVMA) Simulation-based development of automotive control software with Modelica (Daimler, Qtronic) Real Time Simulation of Vapour Compression Cycles (TLK) Optimization-Tool for local renewable energy usage in the connected system Building-eMobility (IAD) 3 Lectures about SimulationX Auto-Extraction of Modelica Code from Finite Element Analysis or Measurement Data (OptiY) High-speed train pneumatic braking system with wheel-slide protection device: a modelling application from system design to HiL testing (Global Crown Technology) Modelica Delft-Tyre Interface (Modelon AB)

38 Summary 47 More Information (2) Talk to us

39 Summary 48 More Information (3) Read about us

40 Summary 49 Interactive Motion Platform - Location 7 min by feet

41 Summary 50 At last Let me wish (you and of course us all): A successful conference Intoxicating lectures A lot of new contacts Many interesting discussions And Have a good ride!

42 Supporting your visions ITI GmbH Headquarters Webergasse 1 Haus C Dresden Germany T + 49 (0)

Tutorial 17 Workflow Graphical User Interface Figure 1

Tutorial 17 Workflow Graphical User Interface Figure 1 Tutorial 17 Getting Started with Modelica Objective This tutorial gives an introduction to, explaining the first steps from opening existing models and packages to modeling including result interpretation.

More information

Tutorial 1 Getting Started

Tutorial 1 Getting Started by Tutorial 1 Getting Started Objective The following tutorial is a step-by-step introduction to the basics of SimulationX. You will first get an overview of the graphical user interface (GUI) with the

More information

Real-Time Simulation of Modelica-based Models

Real-Time Simulation of Modelica-based Models Real-Time Simulation of Modelica-based Models Torsten Blochwitz Thomas Beutlich ITI GmbH Webergasse 1, 01067 Dresden, Germany {blochwitz,beutlich}@iti.de Abstract This paper shows the various steps a simulation

More information

Model Library Mechanics

Model Library Mechanics Model Library Mechanics Using the libraries Mechanics 1D (Linear), Mechanics 1D (Rotary), Modal System incl. ANSYS interface, and MBS Mechanics (3D) incl. CAD import via STL and the additional options

More information

Experiences with the new FMI Standard Selected Applications at Dresden University

Experiences with the new FMI Standard Selected Applications at Dresden University Experiences with the new FMI Standard Selected Applications at Dresden University Christian Schubert a Thomas Neidhold b Günter Kunze a a Dresden University of Technology, Chair of Construction Machines

More information

Tutorials Tutorial 5 - TypeDesigner

Tutorials Tutorial 5 - TypeDesigner Tutorials Tutorial 5 - TypeDesigner Objective The software includes a helpful tool for creating, or extending element types - the TypeDesigner. In this tutorial we guide you step by step into the work

More information

Importing Models from Physical Modeling. Tools Using the FMI Standard

Importing Models from Physical Modeling. Tools Using the FMI Standard Importing Models from Physical Modeling Tools Using the FMI Standard Overview The objective of this tutorial is to demonstrate the workflow for the integration of FMUs in DYNA4. The following use case

More information

Extending the IPG CarMaker by FMI Compliant Units

Extending the IPG CarMaker by FMI Compliant Units Extending the IPG CarMaker by FMI Compliant Units Stephan Ziegler and Robert Höpler Modelon GmbH München Agnes-Pockels-Bogen 1, 80992 München, Germany {stephan.ziegler,robert.hoepler}@modelon.com Abstract

More information

Simulation-based development of automotive control software with Modelica

Simulation-based development of automotive control software with Modelica Simulation-based development of automotive control software with Modelica Emmanuel Chrisofakis, Dr. Anton Rink, Daimler AG Dr. Andreas Junghanns, QTronic GmbH Christian Kehrer, ITI GmbH 8th International

More information

ESI ITI Academy. Courses and Contents

ESI ITI Academy. Courses and Contents ESI ITI Academy Courses and s SimulationX is a registered trademark of ESI ITI GmbH Dresden. ESI ITI GmbH, Dresden, Germany, 2017. All rights reserved. Doc. Vers. 07/2017 Preface ESI ITI Academy Dear Sir

More information

Using RecurDyn. Contents

Using RecurDyn. Contents Using RecurDyn Contents 1.0 Multibody Dynamics Overview... 2 2.0 Multibody Dynamics Applications... 3 3.0 What is RecurDyn and how is it different?... 4 4.0 Types of RecurDyn Analysis... 5 5.0 MBD Simulation

More information

ME scope Application Note 17 Order Tracked Operational Deflection Shapes using VSI Rotate & ME scope

ME scope Application Note 17 Order Tracked Operational Deflection Shapes using VSI Rotate & ME scope ME scope Application Note 17 Order Tracked Operational Deflection Shapes using VSI Rotate & ME scope Requirements This application note requires the following software, Vold Solutions VSI Rotate Version

More information

Anticipatory Shifting Optimization of a Transmission Control Unit for an Automatic Transmission through Advanced Driver Assistance Systems

Anticipatory Shifting Optimization of a Transmission Control Unit for an Automatic Transmission through Advanced Driver Assistance Systems Anticipatory Shifting Optimization of a Transmission Control Unit for an Automatic Transmission through Advanced Driver Assistance Systems Salim Chaker 1 Michael Folie 2 Christian Kehrer 1 Frank Huber

More information

POTENTIAL AND BENEFITS OF FUNCTIONAL MOCK-UP INTERFACE - FMI FOR VIRTUAL VEHICLE INTEGRATION

POTENTIAL AND BENEFITS OF FUNCTIONAL MOCK-UP INTERFACE - FMI FOR VIRTUAL VEHICLE INTEGRATION POTENTIAL AND BENEFITS OF FUNCTIONAL MOCK-UP INTERFACE - FMI FOR VIRTUAL VEHICLE INTEGRATION 1 WHY WOULD CARMAKER NEED FMI? New Challenges in vehicle development Hybrid and electric cars, networking functions...

More information

Simulation-based development of automotive control software with Modelica

Simulation-based development of automotive control software with Modelica presented at: 8th International Modelica Conference, 20-22.03.2011, Dresden, Germany Simulation-based development of automotive control software with Modelica Emmanuel Chrisofakis 1, Andreas Junghanns

More information

SIMPACK - A Tool for Off-Line and Real- Time Simulation

SIMPACK - A Tool for Off-Line and Real- Time Simulation SIMPACK - A Tool for Off-Line and Real- Time Simulation Real-Time for ECU Testing: State of the Art and Open Demands SIMPACK - Code Export: A Newly Emerging Module for Real-Time Models Application Example

More information

ME scopeves Application Note #11

ME scopeves Application Note #11 App Note # 6/30/99 ME scopeves Application Note # Using a Tuned Absorber to Suppress Vibration INTRODUCTION In this note, the use of the Add Tuned Absorber command in the Visual SDM option in ME scopeves

More information

INTEROPERABILITY WITH FMI TOOLS AND SOFTWARE COMPONENTS. Johan Åkesson

INTEROPERABILITY WITH FMI TOOLS AND SOFTWARE COMPONENTS. Johan Åkesson INTEROPERABILITY WITH FMI TOOLS AND SOFTWARE COMPONENTS Johan Åkesson 1 OUTLINE FMI Technology FMI tools Industrial FMI integration example THE FUNCTIONAL MOCK-UP INTERFACE Problems/needs Component development

More information

LEARNING TO PROGRAM WITH MATLAB. Building GUI Tools. Wiley. University of Notre Dame. Craig S. Lent Department of Electrical Engineering

LEARNING TO PROGRAM WITH MATLAB. Building GUI Tools. Wiley. University of Notre Dame. Craig S. Lent Department of Electrical Engineering LEARNING TO PROGRAM WITH MATLAB Building GUI Tools Craig S. Lent Department of Electrical Engineering University of Notre Dame Wiley Contents Preface ix I MATLAB Programming 1 1 Getting Started 3 1.1 Running

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

Functional Mockup Interface for Tool and Model Interoperability

Functional Mockup Interface for Tool and Model Interoperability Functional Mockup Interface for Tool and Model Interoperability Willi Braun, Bernhard Bachmann Acknowledgements: FMI Development Project is developing FMI. Most slides in this presentation by Martin Otter,

More information

Tutorial 01 Quick Start Tutorial

Tutorial 01 Quick Start Tutorial Tutorial 01 Quick Start Tutorial Homogeneous single material slope No water pressure (dry) Circular slip surface search (Grid Search) Intro to multi scenario modeling Introduction Model This quick start

More information

SIVIC GUI Overview. SIVIC GUI Layout Overview

SIVIC GUI Overview. SIVIC GUI Layout Overview SIVIC GUI Overview SIVIC GUI Layout Overview At the top of the SIVIC GUI is a row of buttons called the Toolbar. It is a quick interface for loading datasets, controlling how the mouse manipulates the

More information

Product information. Hi-Tech Electronics Pte Ltd

Product information. Hi-Tech Electronics Pte Ltd Product information Introduction TEMA Motion is the world leading software for advanced motion analysis. Starting with digital image sequences the operator uses TEMA Motion to track objects in images,

More information

Introduction.

Introduction. Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction TEMA Automotive is the world leading system

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

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

ME scope Application Note 36 ODS & Mode Shape Animation

ME scope Application Note 36 ODS & Mode Shape Animation Requirements for Animation ME scope Application Note 36 ODS & Mode Shape Animation The following steps are required in order to display shapes in animation on a structure model, 1. Create a Structure Model

More information

STEPHEN WOLFRAM MATHEMATICADO. Fourth Edition WOLFRAM MEDIA CAMBRIDGE UNIVERSITY PRESS

STEPHEN WOLFRAM MATHEMATICADO. Fourth Edition WOLFRAM MEDIA CAMBRIDGE UNIVERSITY PRESS STEPHEN WOLFRAM MATHEMATICADO OO Fourth Edition WOLFRAM MEDIA CAMBRIDGE UNIVERSITY PRESS Table of Contents XXI a section new for Version 3 a section new for Version 4 a section substantially modified for

More information

A Simplified Vehicle and Driver Model for Vehicle Systems Development

A Simplified Vehicle and Driver Model for Vehicle Systems Development A Simplified Vehicle and Driver Model for Vehicle Systems Development Martin Bayliss Cranfield University School of Engineering Bedfordshire MK43 0AL UK Abstract For the purposes of vehicle systems controller

More information

Introduction to Matlab Simulink. Control Systems

Introduction to Matlab Simulink. Control Systems Introduction to Matlab Simulink & their application in Control Systems ENTC 462 - Spring 2007 Introduction Simulink (Simulation and Link) is an extension of MATLAB by Mathworks Inc. It works with MATLAB

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

1 Although other ways of exporting like using the 2 s 1

1 Although other ways of exporting like using the 2 s 1 A Novel Proposal on how to Parameterize Models in Dymola Utilizing External Files under Consideration of a Subsequent Model Export using the Functional Mock-Up Interface Thomas Schmitt 1 Markus Andres

More information

Multi-Physics RecurDyn Style Interoperability

Multi-Physics RecurDyn Style Interoperability Multi-Physics RecurDyn Style Interoperability Brant Ross 1. System-Level Simulation 1.Multi-disciplinary Simulation Multiphysics for Fluid Structure Interaction Multiphysics = Any combination of CAE Multiphysics

More information

DMU Engineering Analysis Review

DMU Engineering Analysis Review DMU Engineering Analysis Review Overview Conventions What's New? Getting Started Entering DMU Engineering Analysis Review Workbench Generating an Image Visualizing Extrema Generating a Basic Analysis Report

More information

Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model

Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model 2013-01-1898 Published 05/13/2013 Copyright 2013 SAE International doi:10.4271/2013-01-1898 saeaero.saejournals.org Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model Vijaya Kumar

More information

DASYLab Data Acquisition System Laboratory

DASYLab Data Acquisition System Laboratory Features Create complex applications in minimal time without programming Lets you build worksheets using graphical functions: - Select icons from a palette and place them on worksheet - Connect them using

More information

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis Tutorial 7 Finite Element Groundwater Seepage Steady state seepage analysis Groundwater analysis mode Slope stability analysis Introduction Within the Slide program, Slide has the capability to carry out

More information

WinIGS. Windows Based Integrated Grounding System Design Program. Structural Dynamic Analysis Training Guide. Last Revision: February 2017

WinIGS. Windows Based Integrated Grounding System Design Program. Structural Dynamic Analysis Training Guide. Last Revision: February 2017 WinIGS Windows Based Integrated Grounding System Design Program Structural Dynamic Analysis Training Guide Last Revision: February 2017 Copyright A. P. Sakis Meliopoulos 2009-2017 NOTICES Copyright Notice

More information

Yosuke Ogata 1) Bruno Loyer 2) Antoine Viel 3)

Yosuke Ogata 1) Bruno Loyer 2) Antoine Viel 3) 20145255 433-20145255 New trends and methods for the co-simulation of strongly coupled systems using the Functional Mock-up Interface 2.0 Yosuke Ogata 1) Bruno Loyer 2) Antoine Viel 3) 1) LMS Japan, Arena

More information

Animations in Creo 3.0

Animations in Creo 3.0 Animations in Creo 3.0 ME170 Part I. Introduction & Outline Animations provide useful demonstrations and analyses of a mechanism's motion. This document will present two ways to create a motion animation

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

MODA. Modelling data documenting one simulation. ALLIANCE, Design and Optimization

MODA. Modelling data documenting one simulation. ALLIANCE, Design and Optimization MODA Modelling data documenting one simulation ALLIANCE, Design and Optimization Metadata for these elements are to be elaborated over time Purpose of this document: Definition of a data organisation that

More information

SimWise 4D. Integrated Motion and Stress Analysis

SimWise 4D. Integrated Motion and Stress Analysis SimWise 4D Integrated Motion and Stress Analysis SimWise 4D Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional performance of mechanical parts and

More information

Engineering Tool Development

Engineering Tool Development Engineering Tool Development Codification of Legacy Three critical challenges for Indian engineering industry today Dr. R. S. Prabakar and Dr. M. Sathya Prasad Advanced Engineering 21 st August 2013 Three

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

ME scopeves. VES-4600 Advanced Modal Analysis. (February 8, 2019)

ME scopeves. VES-4600 Advanced Modal Analysis. (February 8, 2019) ME scopeves VES-4600 Advanced Modal Analysis (February 8, 2019) Notice Information in this document is subject to change without notice and does not represent a commitment on the part of Vibrant Technology.

More information

Subsystem- and full-vehicle-simulation of mobile machines using SimulationX

Subsystem- and full-vehicle-simulation of mobile machines using SimulationX Subsystem- and full-vehicle-simulation of mobile machines using SimulationX Dipl.-Ing. Manuel Bös Vorentwicklung Radlader /Advanced Development Wheelloader Liebherr-Werk-Bischofshofen GmbH, Bischofshofen,

More information

Functional range of the different FluidSIM versions

Functional range of the different FluidSIM versions Functional range of the different FluidSIM s File New Open 1 2 3 1 1 = extensive circuits from TP101/TP102, TP201/202 and TP111 adequate TP 501/TP502, TP601/TP602, TP701/TP702 und 511 2 = Circuits from

More information

(Refer Slide Time: 00:01:27 min)

(Refer Slide Time: 00:01:27 min) Computer Aided Design Prof. Dr. Anoop Chawla Department of Mechanical engineering Indian Institute of Technology, Delhi Lecture No. # 01 An Introduction to CAD Today we are basically going to introduce

More information

Dipper Stick with Bucket Tutorial(Design of Experiments and Batch Simulation)

Dipper Stick with Bucket Tutorial(Design of Experiments and Batch Simulation) Dipper Stick with Bucket Tutorial(Design of Experiments and Batch Simulation) 1 Table of Contents Getting Started... 4 Objective... 4 Model Used... 4 Audience... 5 Prerequisites... 5 Procedures... 6 Estimated

More information

Structure and Synthesis of Robot Motion

Structure and Synthesis of Robot Motion Structure and Synthesis of Robot Motion Dynamics: Constraints, Continua, etc. Subramanian Ramamoorthy School of Informatics 5 February, 2009 Recap Last time, we discussed two major approaches to describing

More information

How to view details for your project and view the project map

How to view details for your project and view the project map Tutorial How to view details for your project and view the project map Objectives This tutorial shows how to access EPANET model details and visualize model results using the Map page. Prerequisites Login

More information

Engineering Data Management (EDM) Software

Engineering Data Management (EDM) Software Engineering Data Management (EDM) Software Engineering Data Management (EDM) is an integrated suite of software tools from Crystal Instruments for data management and post processing. It features a single

More information

SIMULINK A Tutorial by Tom Nguyen

SIMULINK A Tutorial by Tom Nguyen Introduction SIMULINK A Tutorial by Tom Nguyen Simulink (Simulation and Link) is an extension of MATLAB by Mathworks Inc. It works with MATLAB to offer modeling, simulating, and analyzing of dynamical

More information

Smart Tool Suite. Documentation. Users Manual. Version 1.0

Smart Tool Suite. Documentation. Users Manual. Version 1.0 Smart Tool Suite Documentation Users Manual Version 1.0 1 Smart Tool Suite Users Manual Smart Tool Suite Description Installation Supported Operation Systems and Additional Licenses Installation Instructions

More information

Training Course Content

Training Course Content Pioneering engineering software systems, support & services. Training Course Content 29800 Middlebelt Road Suite 100 Farmington Hills, MI 48334 United States of America Tel: +1 248 737 9760 Fax: +1 248

More information

Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation. Manuel CHENE MSC.Software France

Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation. Manuel CHENE MSC.Software France Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation Manuel CHENE MSC.Software France Agenda Challenge of vehicle dynamic simulation: frequency domain coverage necessity for a multi

More information

Introduction.

Introduction. Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction Motion is the world leading software for advanced

More information

Analysis of a 4 Bar Crank-Rocker Mechanism Using COSMOSMotion

Analysis of a 4 Bar Crank-Rocker Mechanism Using COSMOSMotion Analysis of a 4 Bar Crank-Rocker Mechanism Using COSMOSMotion ME345: Modeling and Simulation Professor Frank Fisher Stevens Institute of Technology Last updated: June 29th, 2009 Table of Contents 1. Introduction

More information

Operating vibration analysis in ME scopeves based on ArtemiS SUITE analysis results

Operating vibration analysis in ME scopeves based on ArtemiS SUITE analysis results 08/17 ME scopeves TM export Operating vibration analysis in ME scopeves based on ArtemiS SUITE analysis results ME scopeves from Vibrant Technology is a software environment for operating vibration analysis

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

m+p Analyzer ereporter

m+p Analyzer ereporter www.mpihome.com m+p Analyzer ereporter ereporter is the powerful data management and reporting tool within the m+p Analyzer for noise & vibration measurement and analysis. It provides test engineers with

More information

Topology Optimization of an Engine Bracket Under Harmonic Loads

Topology Optimization of an Engine Bracket Under Harmonic Loads Topology Optimization of an Engine Bracket Under Harmonic Loads R. Helfrich 1, A. Schünemann 1 1: INTES GmbH, Schulze-Delitzsch-Str. 16, 70565 Stuttgart, Germany, www.intes.de, info@intes.de Abstract:

More information

Frame Analysis Using Visual Analysis

Frame Analysis Using Visual Analysis Frame Analysis Using Visual Analysis 1. The software is available at the Open Access Labs (OAL) and the Virtual OAL at http://voal.tamu.edu in Programs under the Windows Start menu. The software can also

More information

MathWorks Technology Session at GE Physical System Modeling with Simulink / Simscape

MathWorks Technology Session at GE Physical System Modeling with Simulink / Simscape SimPowerSystems SimMechanics SimHydraulics SimDriveline SimElectronics MathWorks Technology Session at GE Physical System Modeling with Simulink / Simscape Simscape MATLAB, Simulink September 13, 2012

More information

Three-Dimensional (Surface) Plots

Three-Dimensional (Surface) Plots Three-Dimensional (Surface) Plots Creating a Data Array 3-Dimensional plots (surface plots) are often useful for visualizing the behavior of functions and identifying important mathematical/physical features

More information

Quick Start Training Guide

Quick Start Training Guide Quick Start Training Guide Table of Contents 1 INTRODUCTION TO MAPLESIM... 5 1.1 USER INTERFACE... 5 2 WORKING WITH A SAMPLE MODEL... 7 2.1 RUNNING A SIMULATION... 7 2.2 GRAPHICAL OUTPUT... 7 2.3 3D VISUALIZATION...

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Introduction to Working Model Welcome to Working Model! What is Working Model? It's an advanced 2-dimensional motion simulation package with sophisticated editing capabilities. It allows you to build and

More information

TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY

TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY BEAM QUALITY M 2 BEAM WIDTH METHODS SHORT VERSION OVERVIEW

More information

Following a tour is the easiest way to learn Prism.

Following a tour is the easiest way to learn Prism. Page 1 of 25 A tour of Prism Following a tour is the easiest way to learn Prism. View a movie Watch and listen to a ten minute introductory movie from Prism's Welcome dialog. Or view it on the web. Read

More information

Design optimisation of industrial robots using the Modelica multi-physics modeling language

Design optimisation of industrial robots using the Modelica multi-physics modeling language Design optimisation of industrial robots using the Modelica multi-physics modeling language A. Kazi, G. Merk, M. Otter, H. Fan, (ArifKazi, GuentherMerk)@kuka-roboter.de (Martin.Otter, Hui.Fan)@dlr.de KUKA

More information

Modal Analysis of Three Dimensional Numerical Control Laser Cutting Machine Based on Finite Element Method Yun-Xin CHEN*

Modal Analysis of Three Dimensional Numerical Control Laser Cutting Machine Based on Finite Element Method Yun-Xin CHEN* Proceedings of the 3rd International Conference on Material Engineering and Application (ICMEA 2016) Modal Analysis of Three Dimensional Numerical Control Laser Cutting Machine Based on Finite Element

More information

Spring Pendulum * Muhammad Umar Hassan and Muhammad Sabieh Anwar

Spring Pendulum * Muhammad Umar Hassan and Muhammad Sabieh Anwar Spring Pendulum * Muhammad Umar Hassan and Muhammad Sabieh Anwar Center for Experimental Physics Education, Syed Babar Ali School of Science and Engineering, LUMS V. 2017-1; May 3, 2017 Oscillations are

More information

The VIC-3D 8 Measurement System

The VIC-3D 8 Measurement System The VIC-3D 8 Measurement System The VIC-3D 8 system is a turn-key non-contact measurement system for full-field surface shape, deformation, strain, vibration, and much more. The system s core is the VIC-3D

More information

Polymath 6. Overview

Polymath 6. Overview Polymath 6 Overview Main Polymath Menu LEQ: Linear Equations Solver. Enter (in matrix form) and solve a new system of simultaneous linear equations. NLE: Nonlinear Equations Solver. Enter and solve a new

More information

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model S. J. Chikhale 1, Dr. S. P. Deshmukh 2 PG student, Dept. of Mechanical Engineering,

More information

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 26 Development of a Two-Dimensional Finite Element Model of a Suction Valve for Reduction

More information

ME scopeves 5.0. Tutorial Manual. Volume IA Basic Operations. (August 2008)

ME scopeves 5.0. Tutorial Manual. Volume IA Basic Operations. (August 2008) ME scopeves 5.0 Tutorial Manual Volume IA Basic Operations (August 2008) Notice Information in this document is subject to change without notice and does not represent a commitment on the part of Vibrant

More information

Introduction to Multi-body Dynamics

Introduction to Multi-body Dynamics division Graduate Course ME 244) Tentative Draft Syllabus 1. Basic concepts in 3-D rigid-body mechanics 1. Rigid body vs flexible body 2. Spatial kinematics (3-D rotation transformations) and Euler theorem

More information

NOISE PROPAGATION FROM VIBRATING STRUCTURES

NOISE PROPAGATION FROM VIBRATING STRUCTURES NOISE PROPAGATION FROM VIBRATING STRUCTURES Abstract R. Helfrich, M. Spriegel (INTES GmbH, Germany) Noise and noise exposure are becoming more important in product development due to environmental legislation.

More information

Model Based Design and System Simulation with SimulationX and Tool Integration with optislang

Model Based Design and System Simulation with SimulationX and Tool Integration with optislang Model Based Design and Sstem Simulation with SimulationX and Tool Integration with optislang Dr. Andreas Uhlig Uwe Grätz ITI GmbH Introduction 2 Who we are Where we areout ITI Multi-faceted high-technolog

More information

D, 8400 E 8400 F

D, 8400 E 8400 F PRODUCT DATA BK Connect Structural Dynamics Correlation Analysis Type 8421 Finite Element Interface Types 8400 D, 8400 E and 8400 F BK Connect Correlation Analysis is an easy to use postprocessing application

More information

The Importance of Integrated Software Solutions in Troubleshooting Gear Whine

The Importance of Integrated Software Solutions in Troubleshooting Gear Whine The Importance of Integrated Software Solutions in Troubleshooting Gear Whine Paul Langlois NVH noise, vibration and harshness is a key issue in the design and development of modern transmission and driveline

More information

DMU Engineering Analysis Review

DMU Engineering Analysis Review Page 1 DMU Engineering Analysis Review Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Inserting a CATAnalysis Document Using DMU Space Analysis From CATAnalysis

More information

MASTA 9.0 Release Notes

MASTA 9.0 Release Notes November 2018 2018 Smart Manufacturing Technology Ltd. Commercial in Confidence Page 1 of 33 MASTA 9.0 Contents and Summary See next section for additional details The 9.0 release of MASTA contains all

More information

Structural Vibration Solutions A/S

Structural Vibration Solutions A/S Structural Vibration Solutions A/S Structural Vibration Solutions A/S is a supplier and developer of software for Operational Modal Analysis. It is our mission to be the worlds leading provider of Operational

More information

Webinar Parameter Identification with optislang. Dynardo GmbH

Webinar Parameter Identification with optislang. Dynardo GmbH Webinar Parameter Identification with optislang Dynardo GmbH 1 Outline Theoretical background Process Integration Sensitivity analysis Least squares minimization Example: Identification of material parameters

More information

CAD - How Computer Can Aid Design?

CAD - How Computer Can Aid Design? CAD - How Computer Can Aid Design? Automating Drawing Generation Creating an Accurate 3D Model to Better Represent the Design and Allowing Easy Design Improvements Evaluating How Good is the Design and

More information

Flow Sim. Chapter 16. Airplane. A. Enable Flow Simulation. Step 1. If necessary, open your ASSEMBLY file.

Flow Sim. Chapter 16. Airplane. A. Enable Flow Simulation. Step 1. If necessary, open your ASSEMBLY file. Chapter 16 Airplane Flow Sim A. Enable Flow Simulation. Step 1. If necessary, open your ASSEMBLY file. Step 2. If necessary, turn on Flow Simulation, click the flyout of Options on the Standard toolbar

More information

CellaVision Proficiency Software

CellaVision Proficiency Software CellaVision Proficiency USER S MANUAL 2.3 CellaVision Proficiency Preface CellaVision is a trademark of CellaVision AB. All other trademarks used in this document are property of their respective owners.

More information

PC-MATLAB PRIMER. This is intended as a guided tour through PCMATLAB. Type as you go and watch what happens.

PC-MATLAB PRIMER. This is intended as a guided tour through PCMATLAB. Type as you go and watch what happens. PC-MATLAB PRIMER This is intended as a guided tour through PCMATLAB. Type as you go and watch what happens. >> 2*3 ans = 6 PCMATLAB uses several lines for the answer, but I ve edited this to save space.

More information

SimMechanics Getting Started Guide. R2013b

SimMechanics Getting Started Guide. R2013b SimMechanics Getting Started Guide R2013b How to Contact MathWorks www.mathworks.com Web comp.soft-sys.matlab Newsgroup www.mathworks.com/contact_ts.html Technical Support suggest@mathworks.com bugs@mathworks.com

More information

FMI WORKSHOP. INCOSE International Workshop, Los Angeles, CA, Contents. Introduction

FMI WORKSHOP. INCOSE International Workshop, Los Angeles, CA, Contents. Introduction FMI WORKSHOP INCOSE International Workshop, Los Angeles, CA, 2015 Contents Introduction...1 Model Overview...2 Model Systems...2 Model Features...3 Key Parameters...6 File Structure...6 Demonstration:

More information

MapleSim User's Guide

MapleSim User's Guide MapleSim User's Guide Copyright Maplesoft, a division of Waterloo Maple Inc. 2001-2009 MapleSim User's Guide Copyright Maplesoft, MapleSim, and Maple are all trademarks of Waterloo Maple Inc. Maplesoft,

More information

MATLAB 7. The Language of Technical Computing KEY FEATURES

MATLAB 7. The Language of Technical Computing KEY FEATURES MATLAB 7 The Language of Technical Computing MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical

More information

Sensor Accuracy in Vehicle Safety

Sensor Accuracy in Vehicle Safety Sensor Accuracy in Vehicle Safety Sas Harrison Claytex Services Ltd. Leamington Spa UK Global Business: Software Support Consultancy Training Expertise: Modelica / C++ Software Simulation Libraries Systems

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

GSSEA-Light. Lecture 1: Introduction to the Statistical Energy Analysis Software

GSSEA-Light. Lecture 1: Introduction to the Statistical Energy Analysis Software GSSEA-Light Lecture 1: Introduction to the Statistical Energy Analysis Software Sweden, 2010 1 Statistical Energy Analysis Calculation of acoustic and vibratory response in complex systems at higher frequencies

More information

Rotational3D Efficient modelling of 3D effects in rotational mechanics

Rotational3D Efficient modelling of 3D effects in rotational mechanics Rotational3D - Efficient Modelling of 3D Effects in Rotational Mechanics Rotational3D Efficient modelling of 3D effects in rotational mechanics Johan Andreasson Magnus Gäfvert Modelon AB Ideon Science

More information