Co-Simulation: State of the Art

Total Page:16

File Type:pdf, Size:1020Kb

Co-Simulation: State of the Art Co-simulation: State of the art Cl´audio Gomes ([email protected]) Casper Thule ([email protected]) David Broman ([email protected]) Peter Gorm Larsen ([email protected]) Hans Vangheluwe ([email protected]) February 3, 2017 Contents 1 Introduction 3 1.1 Motivation . .3 1.2 Co-simulation . .4 1.3 Need for the Survey . .6 1.4 Outline ...........................................6 2 Modeling, Simulation, and Co-simulation 7 2.1 Dynamical Systems { Models of Real Systems . .7 2.2 Simulators { Computing the Behavior Trace . .8 2.3 Simulation Units - Mock-ups of Reality . 10 2.4 Compositional Co-simulation . 10 3 Discrete Event Based Co-simulation 11 3.1 DE Simulation units . 11 3.2 DE Co-simulation Orchestration . 13 3.3 Challenges . 19 3.3.1 Causality . 19 3.3.2 Determinism and Confluence . 19 3.3.3 Dynamic Structure . 20 3.3.4 Distribution . 20 4 Continuous Time Based Co-simulation 20 arXiv:1702.00686v1 [cs.SY] 1 Feb 2017 4.1 CT Simulation Units . 20 4.2 CT Co-simulation Orchestration . 22 4.3 Challenges . 27 4.3.1 Modular Composition { Algebraic Constraints . 27 4.3.2 Algebraic loops . 31 4.3.3 Consistent Initialization of Simulators . 33 4.3.4 Compositional Convergence { Error Control . 33 4.3.5 Compositional Stability . 36 1 4.3.6 Compositional Continuity . 39 4.3.7 Real-time Constraints . 40 5 Hybrid Co-simulation Approach 41 5.1 Hybrid Co-simulation Scenarios . 41 5.2 Challenges . 43 5.2.1 Semantic Adaptation . 43 5.2.2 Predictive Step Sizes . 43 5.2.3 Event Location . 43 5.2.4 Discontinuity Identification . 44 5.2.5 Discontinuity Handling . 44 5.2.6 Algebraic Loops, Legitimacy, and Zeno Behavior . 44 5.2.7 Stability . 45 5.2.8 Theory of DE Approximated States . 45 5.2.9 Standards for Hybrid Co-simulation . 45 6 Classification 45 6.1 Methodology . 46 6.2 Taxonomy . 46 6.3 State of the Art . 47 6.4 Discussion . 47 7 Concluding Remarks 48 A Historical Perspective of Co-simulation 77 A.1 One Formalism and Dynamic Iteration . 77 A.2 Two Formalisms: Digital and Analog Co-simulation . 78 A.3 Multi-abstraction/Multi-Formalism Co-simulation . 78 A.4 Black-box Co-simulation . 79 A.5 Real-time Co-simulation . 79 A.6 Many simulation units: Large Scale Co-simulation . 79 B State of the Art in Co-simulation Frameworks 79 C Co-Simulation Scenario Categorization 123 C.1 Non-Functional Requirements . 123 C.1.1 Fault Tolerance . 123 C.1.2 Configuration Reusability . 123 C.1.3 Performance . 123 C.1.4 IP Protection . 124 C.1.5 Parallelism . 125 C.1.6 Distribution . 126 C.1.7 Hierarchy . 126 C.1.8 Scalability . 127 C.1.9 Platform Independence . 127 C.1.10 Extensibility . 127 C.1.11 Accuracy . 127 2 C.1.12 Open source . 128 C.2 Simulator Requirements . 128 C.2.1 Information Exposed . 129 C.2.2 Causality . 132 C.2.3 Time Constraints . 134 C.2.4 Rollback Support . 136 C.2.5 Availability . 138 C.3 Framework Requirements . 140 C.3.1 Standard . 140 C.3.2 Coupling . 140 C.3.3 Number of Simulation Units . 142 C.3.4 Domain . 144 C.3.5 Dynamic structure . 146 C.3.6 Co-simulation Rate . 146 C.3.7 Communication Step Size . 148 C.3.8 Strong Coupling Support . 150 C.3.9 Results Visualization . 152 C.3.10 Communication Approach . 154 D List of Acronyms 157 Abstract It is essential to find new ways of enabling experts in different disciplines to collaborate more efficient in the development of ever more complex systems, under increasing market pressures. One possible solution for this challenge is to use a heterogeneous model-based approach where different teams can produce their conventional models and carry out their usual mono-disciplinary analysis, but in addition, the different models can be coupled for simulation (co-simulation), allowing the study of the global behavior of the system. Due to its potential, co-simulation is being studied in many different disciplines but with limited sharing of findings. Our aim with this work is to summarize, bridge, and enhance future research in this multidisciplinary area. We provide an overview of co-simulation approaches, research challenges, and research op- portunities, together with a detailed taxonomy with different aspects of the state of the art of co-simulation and classification for the past five years. The main research needs identified are: finding generic approaches for modular, stable and accurate coupling of simulation units; and expressing the adaptations required to ensure that the coupling is correct. 1 Introduction 1.1 Motivation Truly complex engineered systems that integrate physical, software and network aspects, are emerg- ing [153, 185]. Due to external pressure, the development of these systems has to be concurrent and distributed, that is, divided between different teams and/or external suppliers, each in their own domain and each with their own tools. Each participant develops a partial solution to a constituent 3 system, that needs to be integrated with all the other partial solutions. The later in the process the integration is done, the less optimal it is [228]. Innovative and truly optimal multi-disciplinary solutions can only be achieved through a holistic development process [237] where the partial solutions developed independently are integrated sooner and more frequently. Furthermore, the traditional activities carried out at the partial solution level |such as requirements compliance check, or design space exploration| can be repeated at the global level, and salient properties spanning multiple constituent systems can be studied. Modeling and simulation can improve the development of the partial solutions (e.g., see Friedman and Ghidella [92]), but falls short in fostering this holistic development process [34]. To understand why, one has to observe that: a) models of each partial solution cannot be exchanged or integrated easily, because these are likely developed by different specialized tools; and b) externally supplied models have Intellectual Property (IP), hence cannot be cheaply disclosed to system integrators. 1.2 Co-simulation Co-simulation is proposed as a solution to overcome these important challenges. It consists of the theory and techniques to enable global simulation of a coupled system via the composition of simulators. Each simulator is a black box mock-up of a constituent system, developed and provided by the team that is responsible for that system. This allows each team/supplier to work on its part of the problem with its own tools without having the coupled system in mind, and eases the relationship between system integrators and suppliers: the latter provide virtual mock-ups of the solutions they are selling without revealing their IP; the former can perform early conformance checks and evaluate different designs from multiple competing suppliers. An alternative to co-simulation is co-modelling, were models are described in a unified language, and then simulated. There are advantages to this approach but each domain has its own particular- ities when it comes to simulation (e.g., see [63, 167, 246]) making it impractical to find a language and simulation algorithm that fits all. As part of the systematic review that led to the current document (see section 6.1 for de- tails), we took note of the approaches to co-simulation and the publications in applications of co-simulation. The approaches to co-simulation shaped the taxonomy in section 6.2 and the appli- cations of co-simulation shows that in the last five years, co-simulation has been applied in many different engineering domains, as fig. 1 shows. In concrete, the publications are: Automotive - [4, 26, 28, 29, 39, 44, 69, 74, 82, 132, 156, 168, 213, 237, 258, 264, 266] Electricity Production and Distribution - [3, 5, 33, 78, 95, 96, 111, 120, 139, 157{159, 163, 205, 224, 243, 248, 255, 267] HVAC - [73, 88, 114, 188, 192, 251] IC and SoC Design - [209] Maritime - [194, 195] Robotics - [143, 198, 199, 265] A closer look at the publications shows, however, that the average reported co-simulation scenario includes only two simulators, each a mock-up of a constituent system from a different domain. While this gives evidence that co-simulation.
Recommended publications
  • Optimation Optimizing Process Control with Dymola
    DS PLM SUCCESS STORY Optimation Optimizing process control with Dymola Overview Challenge Optimizing manufacturing processes define the strategies to run the mill or the Optimation needed to provide its Sweden’s Optimation helps companies to power plant at an optimum level and use customers with solutions that define optimize their manufacturing processes via simulation to test those strategies before they the optimal process control strategy for their production processes its expertise in control technology, dynamic are implemented in the real world.” simulation, and production processes. Solution Optimized process control can contribute to With Dymola, Optimation produces simulation Optimation uses Dymola to energy savings, better product quality, and results that mimic reality enabling its dynamically simulate the way a increased output. On the contrary, incorrectly customers to implement the most optimum controller should function for maximum structured and insufficiently configured configuration from the beginning. “I suppose operating capacity control systems lead to production downtime, we can say that we are control architects - we idleness or inefficiencies. Customers that turn define the optimum strategy and we create a Benefits to Optimation for process control optimization roadmap so that programmers have precise Thanks to Dymola, Optimation’s customers have a precise idea of the come from a variety of disciplines that include instructions on how to program a control way a process controller should be pulp mills, power plants, mining and steel. system,” said Eriksson. programmed before proceeding with physical modifications or installations Optimum configuration with Dymola A plant is an ensemble of hydraulic, Optimation uses Dymola, Dassault Systèmes mechanical, electrical systems. This is why multi-engineering modeling and simulation Optimation adopts a broad approach when solutions based on the open Modelica asked to optimize an existing plant.
    [Show full text]
  • Dassault Systèmes Products Lines Releases Support Life Cycle Dates for Licensed Program
    Dassault Systèmes Products Lines Releases Support Life Cycle Dates For licensed program © Dassault Systèmes | Confidential Information | 5/23/14 | ref.: 3DS_Document_2014 ref.: Information | | 5/23/14 © Dassault | Confidential Systèmes 3DS.COM Applicable as of - 9/13/2019 Dassault Systèmes - Customer Support Table of contents 1. 3DEXPERIENCE ........................................................................................................... 4 2. 3DEXCITE ..................................................................................................................... 5 3. BIOVIA ........................................................................................................................... 6 4. CATIA Composer ........................................................................................................... 8 5. CATIA V4 ....................................................................................................................... 9 6. CATIA AITAC ............................................................................................................... 10 7. DELMIA APRISO ......................................................................................................... 11 8. DELMIA ORTEMS ....................................................................................................... 12 9. DYMOLA...................................................................................................................... 13 10. ELECTRE & ELECTRE Connectors for V5 .................................................................
    [Show full text]
  • Simulia Community News
    SIMULIA COMMUNITY NEWS #08 October 2014 THE POWER OF THE PORTFOLIO COVER STORY SIMULATION HELPS UPGRADE LONDON TUNNELS in this Issue October 2014 3 Welcome Letter Scott Berkey, Chief Executive Officer, SIMULIA 4 Portfolio Update Latest SIMULIA Portfolio Releases Deliver Powerful, Advanced Simulation Functionality to Users 8 Strategy Overview DR. SAUER How to Stay at the Top of Your Game in the Fast-Evolving 10 World of Simulation 10 Cover Story Dr. Sauer and Partners Helps Upgrade London Underground Station 13 News SIMPACK Joins the Dassault Systèmes Family 14 Case Study Stadler Rail Simulates Train Safety with FEA 17 Alliances Topology and Shape Optimization Using the Tosca-Ansa Environment 18 Case Study Fine-tuning the Anatomy of Car-Seat Comfort STADLER 20 Academic Update 14 Oil & Gas Subsurface Innovation with Multiphysics Simulations 22 Tips & Tricks Optimization Module Within Abaqus/CAE Contributors: Dr. Alois Starlinger (Stadler Rail), Dr. Alexander Siefert (Wölfel Group), Jeremy Brown and Randi Jean Walters (Stanford University), Parker Group On the Cover: Ali Nasekhian, Dr. techn., M.Sc. Senior Tunnel Engineer, Dr. Sauer and Partners Cover photo by Roger Brown Photography WÖLFEL 18 SIMULIA Community News is published by Dassault Systèmes Simulia Corp., Rising Sun Mills, 166 Valley Street, Providence, RI 02909-2499, Tel. +1 401 276 4400, Fax. +1 401 276 4408, [email protected], www.3ds.com/simulia Editor: Tad Clarke Associate Editor: Kristina Hines Graphic Designer: Todd Sabelli ©2014 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA, NETVIBES, and 3DXCITE are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S.
    [Show full text]
  • Running an Abaqus Job on the Cloud
    SIMULIA COMMUNITY NEWS #18 December 2017 EMPOWERED BY THE CLOUD COVER STORY DIGITAL ORTHOPAEDICS 6 | DigitalAdmedes Orthopaedics In this Issue December 2017 3 Welcome Letter Bruce Engelmann, SIMULIA R&D VP & CTO 4 Future Outlook Accessing the Latest Simulation Technologies from SIMULIA on the Cloud 6 Cover Story Digital Orthopaedics: Feet in the Cloud 10 | The Living Heart 9 Solution Highlight A Simulation Tool that Connects the Dots on the 3DEXPERIENCE Platform 10 The Living Heart on the Cloud Growing Awareness of the Value of Modeling and Simulation for Life Sciences 12 Solution Update: Virtual Human Modeling on The Cloud Advance Biomedical Engineering Through Realistic Simulation 14 Tech Tip Running an Abaqus Job on the Cloud 12 | Virtual Human 15 Alliances Using Your SIMULIA Portfolio License on the Cloud Modeling 17 Vertical Applications Democratize Analysis using Simulation Vertical Applications 18 3DEXPERIENCE for Academia + SIMULIA Bringing Innovation and Industry into the Classroom Contributors: Parker Group & Digital Orthopaedics On the Cover: Mr. Eric Halioua, Dr. Thibaut Leemrijse, Dr. Bruno Ferré, Digital Orthopaedics Photo by: Couloir 3, Paris, France 18 | Academic SIMULIA Community News is published by Dassault Systèmes Simulia Corp., 1301 Atwood Avenue, Suite 101W, Johnston, RI 02919, Tel. +1 401 531 5000, Fax. +1 401 531 5005, [email protected], www.3ds.com/simulia Editor: Tad Clarke Associate Editor: Kristina Hines Graphic Designer: Todd Sabelli ©2017 Dassault Systèmes. All rights reserved. 3DEXPERIENCE®, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, 3DSWYM, BIOVIA, NETVIBES and 3DEXCITE are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S.
    [Show full text]
  • DS Reports 2008 First Quarter Software Revenue Growth Above 14% in Constant Currencies
    DS Reports 2008 First Quarter Software Revenue Growth Above 14% in Constant Currencies Paris, France, April 29, 2008 ─ Dassault Systèmes (DS) (Nasdaq: DASTY; Euronext Paris: #13065, DSY.PA) reported U.S. GAAP unaudited financial results for the first quarter ended March 31, 2008. Summary Financial Highlights Q1 GAAP total revenue up 12% on GAAP software revenue growth of 16%, both in constant currencies Q1 non-GAAP total revenue up 10% on non-GAAP software revenue growth of 14%, both in constant currencies Q1 EPS €0.34 on GAAP basis and €0.41 on non-GAAP basis DS reconfirms 2008 Business Outlook: reconfirms constant currencies non-GAAP software and non-GAAP total revenue growth objectives for 2008; reconfirms non-GAAP operating margin expansion objective for 2008; adjusts non-GAAP EPS growth objective for 2008 to between 6% and 10% growth solely due to US dollar weakness First Quarter 2008 Financial Summary U.S. GAAP Non-GAAP In millions of Euros, except per share data Growth Growth in cc* Growth Growth in cc* Q1 Total Revenue 307.4 6% 12% 307.9 4% 10% Q1 Software Revenue 269.1 9% 16% 269.6 8% 14% Q1 EPS 0.34 21% 0.41 5% Q1 Operating Margin 17.3% 22.8% * In constant currencies. Bernard Charlès, Dassault Systèmes President and Chief Executive Officer, commented, “Dassault Systèmes had a solid start to 2008, meeting all of our financial objectives for revenue, operating margin and earnings per share. We are seeing good dynamics in our core industries and new verticals. In particular, we had a very strong quarter for CATIA benefiting from broad-based demand among automotive and aerospace companies and good execution in our Business Transformation Channel for large accounts.
    [Show full text]
  • Virtual Plants in Machine Automation Research and Development
    VTT-R-08126-13 RESEARCH REPORT ReUse-R Virtual plants in machine automation research and development Authors: Juha Kortelainen and Teemu Halmeaho Confidentiality: Public RESEARCH REPORT VTT-R-08126-13 1 (46) Report’s title Virtual plants in machine automation research and development Customer, contact person, address Order reference ReUse-R research project 40234/11 Tekes, Pekka Yrjölä Kyllikinportti 2, P.O. Box 69, FI-00101 Helsinki, Finland Project name Project number/Short name Prosessinhallinnan suunnitteluratkaisujen uudelleenkäyttö 75303/ReUse-R Author(s) Pages Juha Kortelainen and Teemu Halmeaho 47/– Keywords Report identification code Automation, CAD, control system, hydraulic system, model- VTT-R-08126-13 ling, multibody system, simulation Summary Computational product development has become the mainstream methodology in modern product development. The same trend has been visible also in research, where computational methods have gained popularity beside the traditional approach relying on theory and experi- mentations. The objective of this project task was to study and demonstrate a realistic ap- proach for an industrial case to reuse existing mechanical design CAD model as the starting point and the template for mechanical system simulation using multibody system simulation, and to use this MBS model as a virtual test plant for automation and control system testing. In the report, the role of system modelling and simulation in the product process is first dis- cussed and some selected technologies, such as Modelica simulation language and Functional Mock-up Interface specification, are introduced. Then different possible implementations ap- proaches for a test environment of the control and automation system of a multi-technical sys- tem are discussed.
    [Show full text]
  • Dymola Release Notes
    Dymola Dynamic Modeling Laboratory Dymola Release Notes Dymola 2021 The information in this document is subject to change without notice. Document version: 1 © Copyright 1992-2020 by Dassault Systèmes AB. All rights reserved. Dymola® is a registered trademark of Dassault Systèmes AB. Modelica® is a registered trademark of the Modelica Association. Other product or brand names are trademarks or registered trademarks of their respective holders. Dassault Systèmes AB Ideon Gateway Scheelevägen 27 – Floor 9 SE-223 63 Lund Sweden Support: http://www.3ds.com/support URL: http://www.Dymola.com Phone: +46 46 270 67 00 Contents 1 Important notes on Dymola .................................................................................................... 5 2 About this booklet ................................................................................................................... 5 3 Dymola 2021 ............................................................................................................................. 6 3.1 Introduction ...................................................................................................................................................... 6 3.1.1 Additions and improvements in Dymola ................................................................................................ 6 3.1.2 New and updated libraries ...................................................................................................................... 6 3.2 Developing a model ........................................................................................................................................
    [Show full text]
  • Dymola Dynamic Modeling Laboratory
    Dymola Dynamic Modeling Laboratory User’s Manual Dymola 6 Additions Version 6.0 © Copyright 1992-2006 by Dynasim AB. All rights reserved. Dymola™ is a trademark of Dynasim AB. Dymola® is a registered trademark of Dynasim AB in Sweden. Modelica® is a registered trademark of the Modelica Association. Dynasim AB Research Park Ideon SE-223 70 Lund Sweden E-mail: [email protected] URL: http://www.Dynasim.com Phone: +46 46 2862500 Fax: +46 46 2862501 Contents Recent features in Dymola.............................................................................................................9 Graphical editor..........................................................................................................................................................9 Parameter dialog.....................................................................................................................................................9 Package browser...................................................................................................................................................15 Component browser..............................................................................................................................................16 Replaceable components ......................................................................................................................................17 Connections..........................................................................................................................................................18
    [Show full text]
  • MODELICA / DYMOLA and SIMULIA Abaqus Working Together
    MODELICA / DYMOLA and SIMULIA Abaqus working together | ref.: 3DS_Document_2012 3DS_Document_2012 ref.: ref.: || 6/29/2015 6/29/2015 Tomáš Ivančík SIMULIA Sales | Confidential Information || InformationInformation Confidential Confidential || [email protected] SystèmesSystèmes © Dassault Dassault Dassault © © 3DS.COM 3DS.COM MODELICA seminář 2015 26.6.2015 1 3DS Technologies | Broadening the Portfolio Simpack Simulation fe-safe For Product, Nature and Life Tosca Isight Multi-Body Fatigue Non-parametric Dynamics | ref.: 3DS_Document_2012 ref.: | Abaqus Process Optimization Integration & 6/29/2015 SolidWorks Simpoe Simulation Design Uniting the Optimization Virtual & Real SFE Worlds for All FEA Multiphysics Industries | Confidential Information | Information Confidential | Simulation Geensoft Plastic CATIA Molding Systèmes Analysis Dymola Conceptual © Dassault Dassault © System Engineering Simulation SolidWorks 3DS.COM CAD Design CATIA Simulation SIMULIA 2 What is Realistic Simulation? “Realistic Simulation” is a simulation that is physically realistic and “life like” in every way “Predictive Crashworthiness Simulation in a Virtual Design Process without Hardware Testing”, Jurgen Lescheticky, Hariaokto Hooputra and Doris Ruckdeschel, BMW Group, SIMULIA Customer Conference, May 2010 | ref.: 3DS_Document_2012 ref.: | 6/29/2015 Courtesy Mechanical Design and Analysis Corporation, 2010 SCC | Confidential Information | Information Confidential | Statistical distribution of impact damage Systèmes © Dassault Dassault © Courtesy of University
    [Show full text]
  • 5.3 Modelica Model 48 5.4 Simulations and Results 49
    Development of models for designing industrial energy technologies related to cold production and storage Master’s Thesis within the Sustainable Energy Systems programme RÉMI ALLET EDF R&D Department of Eco-Energy Efficiency and Industrial Processes Moret-sur-Loing, France Department of Energy and Environment Division of Heat and Power Technology CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg, Sweden 2011 MASTER’S THESIS Development of models for designing industrial energy technologies related to cold production and storage Master’s Thesis within the Sustainable Energy Systems programme RÉMI ALLET SUPERVISOR(S): Stéphanie Jumel (EDF) Mathias Gourdon (Chalmers) EXAMINER Mathias Gourdon Department of Energy and Environment Division of Heat and Power Technology CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg, Sweden 2011 Development of models for designing industrial energy technologies related to cold production and storage Master’s Thesis within the Sustainable Energy Systems programme RÉMI ALLET © RÉMI ALLET, 2011 Department of Energy and Environment Division of Heat and Power Technology Chalmers University of Technology SE-412 96 Göteborg Sweden Telephone: + 46 (0)31-772 1000 Cover: Experimental refrigerator of the E25 laboratories located at the research centre EDF Les Renardières, Moret-sur-Loing, France. Chalmers Reproservice Göteborg, Sweden 2011 Development of models for designing industrial energy technologies related to cold production and storage Master’s Thesis in the Sustainable Energy Systems programme RÉMI ALLET Department of Energy and Environment Division of Heat and Power Technology Chalmers University of Technology ABSTRACT Numerous industries use cold fluids in their processes. Large energy savings can be achieved through the efficient use of technologies such as refrigerators and cold storage.
    [Show full text]
  • Automatic Model Conversion to Modelica for Dymola-Based Mechatronic Simulation
    Automatic Model Conversion to Modelica for Dymola-based Mechatronic Simulation Automatic Model Conversion to Modelica for Dymola-based Mechatronic Simulation Tamás Juhász, M. Sc. and Ulrich Schmucker, Dr. Sc. techn. Fraunhofer Institute for Factory Operation and Automation, Magdeburg, Germany [email protected] and [email protected] Abstract some internal model parameters must be fine-tuned, according to model assessment or verification proc- Virtual product development allows us to recognize esses. This implies that an automated model conver- and evaluate the characteristics of a new product on sion is highly demanded in order to accomplish a the basis of simulation at an early stage without hav- good workflow. The designing engineer can inspect ing to build a physical model. Currently the most, the behaviour of the given virtual product by utiliz- widely spread commercial CAE systems do not offer ing a dynamic simulation of that. For a convenient direct support to external dynamic simulation appli- iterative workflow a solution have to be provided to cations. Conversely, dynamic simulation of a de- automate the conversion between the standard output tailed model is required to maintain good correlation format of the source CAD system and the input for- between the behaviour of the real product and its mat of the target simulator. virtual counterpart. In this paper it will be presented, In this article it will be presented that using Robot- that using a partially automated workflow a conven- Max , our .NET-based mechatronic model authoring ient Modelica model translation can be achieved and visualization application mechanical CAD data from the output of a mechanical CAD system, allow- from the widely-spread Pro/Engineer CAD environ- ing the final model to be extended independently ment can be imported, new mechatronic components with new elements from other simulation domains, can be added, thus multi-domain Modelica models considering Dymola-based multi-domain simulation.
    [Show full text]
  • Modelica Evolution – from My Perspective
    Modelica Evolution – From My Perspective Hilding Elmqvist Dassault Systèmes Ideon Science Park, SE-223 70 Lund, Sweden [email protected] Abstract mathematical expressions. I was just studying com- piler technology, so I considered this project perfect This paper intends to tell the story of Modelica for me. The result was Simnon (SIMulation of NON- (www.Modelica.org) from the author’s perspective. linear systems): (Elmqvist, 1975, 1977a). A novel It is a fantastic saga that for me started in April 1976. feature was that a mixture of continuous time and The saga includes studying the needs, the original discrete time systems could be simulated, i.e. perfect idea, the development of a solution, waiting for ma- for simulation of sampled data control systems ture hardware technology, a start-up company, a fan- which were becoming very important at that time. tastic collaboration, an automotive company caring However, I was not satisfied with the approach as for its software supplier, how to get momentum by a basis for my PhD thesis, since it was based on standards collaboration, forming the right team, and submodels with inputs and outputs. I therefore want- the magic phone call from the right company. ed to investigate the fundamentals of modeling which my professor Karl Johan Åström supported. In Keywords: Simnon; Dymola; Modelica; Physical April 1976, I was studying a report with about 200 Modeling; DAE; Modelica Association pages about a drum-boiler model written by Sture Lindahl (Lindahl, 1976). The report was very sys- tematic, showing how the equations were organized 1 Introduction for the drum, the super heaters, the turbines, etc., i.e.
    [Show full text]