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

Size: px
Start display at page:

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

Transcription

1 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 Tower 14F, 3-1-9, Shin-Yokohama, Kohoku-ku, Kanagawa , Japan ( 2) LMS Imagine SA, 84, quai Charles de Gaulle Lyon, France ( 3) LMS Imagine SA, 7, Place des Minimes Roanne, France ( Presented at the JSAE Annual Congress on 5, 23, 2014 ABSTRACT: Among the methods used for coupling system simulation software, co-simulation is probably the most widely used for its ease of implementation and robustness. An important consequence of co-simulation is that each involved simulator is modeled as a discrete dynamical system. This property leads to a tradeoff between computational efficiency and numerical stability. We present here new methods to deal with this tradeoff by providing analysis tools and numerical extrapolation methods that extend the stability margins. These methods, based on linear discrete system theory, are now enabled thanks to standardization efforts being done in the Functional Mock-up Interface (FMI) initiative. KEY WORDS: Functional Mock-up Interface, Co-Simulation, Model Exchange, Stabilized Co-Simulation 1. INTRODUCTION Complex industrial systems usually involve several types of subsystems from various physical domains (e.g. mechanical, hydraulic or electric subsystems) that interact with each other and that often need to be controlled. In this context, a standard way of coupling together subsystems modeled in various simulation tools was highly needed by the industry. This was finally offered by the Functional Mock-up Interface (FMI) (1) initiative, started within the framework of the ITEA2 Modelisar Project. According to the FMI specification, an instance of a compiled model is called Functional Mock-up Unit (FMU). It can be coupled with a simulation environment either through the FMI for Model Exchange or the FMI for Co-Simulation standard. When simulating an FMU for Model Exchange, only the solver of the importing tool is used, which implies that it is well adapted to the model contained in the FMU. When simulating an FMU for Co-Simulation, the native solver of the FMU model s originating tool is also embedded and used as slave solver in a co-simulation where the solver of the importing tool is used as master solver, see Fig. 1. Fig. 1 FMI for Co-Simulation and for Model Exchange. Generally speaking, Model Exchange suits well for lowdetail physical models that have little impact on the simulation performance while Co-Simulation enables using high-detail physical models while still benefiting of the know-how of each originating tool. Co-Simulation also allows for modular approaches combining various specifically adapted solver types and/or settings. Even co-simulation step sizes can be fine-tuned for each model. This prevents a unique solver from having to resolve all the different kinds of often domain-specific dynamic equations. However as always when dealing with cosimulation, users need to cope with the well-known compromise between stability and CPU efficiency. In this paper the authors illustrate the combined use of FMI for Model Exchange and FMI for Co-Simulation within the LMS Imagine.Lab Amesim TM 13 environment that covers the full range of the FMI specification: FMI Import and Export for either Model Exchange or Co-Simulation. An example inspired from the Energy Sector is presented to demonstrate each aspect of FMU utilization, to provide guidelines on how and when to use Co-Simulation or Model Exchange. In practice indeed and despite the standardization provided by FMI, coupling numerous FMUs coming from various sources raises questions about the performance and the reliability of such a heterogeneous simulation. How to optimize the partitioning of the system? Why is Co-Simulation often preferable to Model Exchange in the frame of a customer-supplier relationship? This is especially crucial in the Automotive industry when dealing for instance with innovative hybrid technologies involving subsystems from various expertise domains and where well-established specialized codes come into play.

2 The example considered in the first part consists in exporting a Modelica-based heat actuator and controller model as an FMU for Model Exchange, while a steam plant model using LMS Amesim's C-based libraries is exported as an FMU for Co-Simulation. A closed-loop simulation is then created in LMS Amesim by importing these two FMUs and coupling them with a model of the system load, see Fig. 2. hand are very different. This is often the case when dealing with distinct physical domains. Here indeed the steam power plant components that mainly come from LMS Amesim Thermal- Hydraulics, Two-Phase Flow and Hydraulic libraries will be connected to the mechanical part, see Fig. 3. Fig. 2 Considered heterogeneous simulation example. It is then possible to run the simulation, modify interactively the mechanical load and observe the system response via an animated dashboard. At each step, justifications for the modeling choices are provided. Based on this example, a generalization is made to a broader context and the reasons why only FMI for Co-Simulation is needed most of the time are given. Lastly, as co-simulation always requires to manage the tradeoff between computational efficiency and numerical stability, a promising technique that can significantly improve the co-simulation even in the most unfavorable cases is described. Potential gains are discussed based on a prototype implementation of this technique in LMS Amesim, made possible by the Functional Mock-up Interface 2.0 (5). 2. COMBINED USE OF FMI FOR CO-SIMULATION AND FMI FOR MODEL EXCHANGE 2.1. FMU for Co-Simulation: steam plant model For this first FMU, the considered plant model is a simple model of steam power plant built and exported with LMS Amesim. It can be noticed that to protect the Intellectual Property (IP), the parameters and the variables that are exposed by the FMU can be limited. The LMS Amesim model itself is restricted to the feed water and the steam loop. The heater (furnace) and the mechanical load are modeled outside of this first model and a co-simulation will be set up to simulate the whole coupled system. The motivation for this model partitioning is that the dynamics of the feed water and the steam loop on the one hand, and of the mechanical load on the other Fig. 3 Steam power plant model. Following the above choice of model partitioning, the model has two input variables and one output variable: - The heat flow rate produced by the heater is an input of the model; - The rotary speed of the turbine shaft is an input of the model. - The torque applied by the turbine on its shaft is an output of the model. In LMS Amesim, these variables are connected to a Functional Mock-up Interface Co-Simulation block that represents the outside (here: the control loop and the mechanical load models) with which the steam power plant model will be coupled. At this stage, a co-simulation FMU is generated, which illustrates the FMI for Co-Simulation Slave capability of LMS Amesim 13. The resulting FMU can be simulated in any FMI 1.0 compliant master tool. For the demonstration purposes, it will be reimported into LMS Amesim for building the complete coupled model including the speed control loop and the mechanical load FMU for Model Exchange: speed control loop The considered model is a Modelica model of a speed control loop with saturation. It has been built using the Modelica Editor available in LMS Amesim and exported as an FMU for Model Exchange using the FMI for Model Exchange Export capability of LMS Amesim. Fig. 4 Speed control loop model.

3 This model consists in a block diagram PID-controller with a saturated heater actuator. Although it has been built in LMS Amesim for the demonstration purposes, this FMU could have been generated by another Modelica and FMI compliant tool. The motivation for choosing an FMU for Model Exchange rather than an FMU for Co-Simulation here is that the controller model is a simple low detail continuous model for which no stiff integration algorithm is required. In addition, it is not likely to penalize the solver of the master importing tool Full coupled model in LMS Amesim: steam power plant with control and mechanical load With the aim at performing the transient simulation of the complete system, the two previously generated FMUs are imported into LMS Amesim 13, which illustrates both the FMI for Co-Simulation Master and the FMI for Model Exchange Import capabilities of LMS Amesim. The model of mechanical load to which the two FMUs are coupled is a simple model of a varying load dynamically changed by the user during the simulation and moved by the steam power plant (first FMU containing the model of the steam production loop). The rotary speed of the rotor is regulated by the controller (second FMU containing the servomechanism and the heater actuator) which governs the heat flow entering the boiler. The remaining part of the model represented in the LMS Amesim sketch restricts to the mechanical part of the model, see Fig. 5. slave FMU for Co-Simulation and the FMU for Model Exchange. 3. RESULTS OBTAINED, DISCUSSION AND GENERALIZATION 3.1. Results obtained In this section, the results obtained by running the complete coupled model are presented. Both the master solver and the slave solver of the co-simulation FMU use variable time step sizes for integration. The co-simulation step size was chosen such that the frequencies of the coupling are correctly sampled (at a frequency of 10 times the Nyquist frequency), which is sufficient here as the dynamics are weakly coupled. An LMS Amesim interactive dashboard equipped with gauges and sensors allows monitoring quantities such as the rotor speed, the water level, the boiler temperature, the boiler pressure and the mechanical power. Clutch engagement and pump status are also displayed whereas the mechanical load can be modified interactively by the user by means of the slider located on the left side of Fig. 6. Fig. 6 Interactive dashboard of the full coupled model. Fig. 5 Steam power plant with control and mechanical load. Under these conditions: - The torque applied by the steam turbine on the rotor is an output of the slave FMU for Co-Simulation and thus is an input of the LMS Amesim model. - The heat flow rate produced by the heater and entering the boiler is an output of the FMU for Model Exchange. It is connected to the input of the slave FMU for Co-Simulation through a signal link in the LMS Amesim model. - The rotary speed of the turbine shaft is an output of the LMS Amesim model that is fed to the input of both the Fig. 7 Dynamic input variation of the mechanical load. In the Automotive industry, such an interactive dashboard could of course be used to create a complete driving simulator to which driver inputs are applied (gear shift, steering wheel, accelerator or braking pedals can be selected). During the numerical experiment presented here, the user dynamic input applied led to the curve shown in Fig. 7. The available

4 mechanical power corresponding to these conditions is shown in Fig. 8 whereas the boiler time response is represented in Fig. 9. Fig. 8 Mechanical power available. equations, discontinuity management mechanisms and potential other model specificities need to be thoroughly described at least in theory in order to be managed by an unknown thirdparty solver. This is by the way not always possible. Exposing all this know-how could even go against the neutrality of the Functional Mock-up Interface in terms of tool, language or technology. A reasonable use of Model Exchange can thus only be restricted to simple low detail models for which commonly used integration methods are efficient. For all these reasons, cosimulation appears to be the most robust and pragmatic response to the need for combining several FMUs sometimes containing highly detailed models together with a sufficient level of reliability and confidentiality. Fig. 9 Boiler time response Discussion Why FMI for Co-Simulation is the most useful standard in practice? The previous example is a favorable one where users have certain kind of freedom for partitioning their model efficiently as well as insights or expertise on model contents and required solver characteristics. This allows choosing between FMI for Model Exchange and FMI for Co-Simulation knowingly. However in real-world situations, especially in the frame of customer-supplier relationships that are common in the Automotive Industry, end-users have little or no influence on model partitioning and usually no expertise on all the coupled FMUs. This is mainly due to organizational reasons: separated departments for plant and control engineering within the same company, pre-defined perimeters in the frame of a vehicle development project, presence of de-facto domain-specific codes for subsystems, and so on. On top of that, software vendors and project partners usually do not want to share their IP or know-how ( black-box FMUs can for example be used for this purpose, which is a strong requirement of the FMI specification). In this respect, Model Exchange can be very intrusive, as all the internal Practical usage of Co-Simulation Co-Simulation reduces the coupling between subsystems to a minimal set of variables that are exchanged at scheduled time instants. A local decoupling in time is thus achieved by isolating the simulators in such a way that each of them remains responsible for its part. Each subsystem is seen as discrete by the outside. This numerical sampling process is conditionally stable, especially when a lot of energy lies in the coupling itself. This is the well-known stability-efficiency tradeoff that needs to be managed with any kind of Co-Simulation interface (4). This tradeoff is illustrated in Fig. 10. Fig. 10 Co-Simulation paradigm. Divergence and poor accuracy are usually avoided by taking small enough co-simulation steps but this might lead to a drastic increase of the CPU time in unfavorable situations. A solution could consist in parallelizing the co-simulation (using one CPU core for each subsystem). For this purpose, the best possible conditions for a parallelized co-simulation are satisfied when: - The dynamics involved are weakly coupled; - The co-simulation time step is greater than the largest time constant in the system; - The low-frequency part of the model performs a lot of CPU time-consuming operations.

5 Under these conditions, speedups can even be expected compared to using only FMUs for Model Exchange integrated by a unique variable-step solver, which cannot be parallelized in practice. However, these conditions are not satisfied very often. Even with an optimized model partitioning, subsystem dynamics can be strongly coupled energetically. A simple yet representative example for these worst-case conditions is given hereafter Simple typical example to understand co-simulation stability aspects The below example consists of a double hydraulic chamber single rod jack (piloted by a spool-valve) and its mechanical load (see Fig. 11). It is assumed that the model is split into a hydraulic part and a mechanical part coupled through cosimulation (in Fig. 11, the mechanical components are only the green ones). In terms of exchanged variables: the hydraulic part computes the force applied to the piston whereas the mechanical part computes the velocity. oversampling factor of more than 300 is observed with respect to the highest dynamics of the system. This illustrates that, as opposed to the previous favorable example where 10 times the Nyquist rate was convenient for the co-simulation time step, stability requirements of strongly coupled co-simulated subsystems can have a negative influence on the CPU time. Indeed, the micro-steps taken by the local numerical solvers that integrate each subsystem cannot exceed the value of the cosimulation time step (also called macro-step ) used for exchanging variables. See Fig. 12. Fig. 12 Considered Co-Simulation stepping scheme. Fig. 11 Hydraulic jack and its mechanical load. This is a typical case of strong energetic coupling between subsystems. Automotive applications in which this generic example is encountered could be a hydraulic active suspension system or a hydraulic power steering system. Here, using the LMS Amesim default parameter values, the highest eigenfrequency f 0 computed by LMS Amesim for this system is around 45 Hz with a damping ratio ξ of about 0.1% completely governed by the fluid dissipation around the spool and the piston. As explained in (4), standard co-simulation introduces sampleand-hold at the boundary between the two subsystems at a rate corresponding to the co-simulation time step T. Stability can be analyzed using the linear discrete system theory by considering the equivalent loop sampled system and looking at the Z transform of the open loop transfer function (4). This analysis yields to an upper bound on the co-simulation interval, namely T < ξ / (π.f 0 ). Numerically, it imposes a co-simulation sampling frequency above 3 khz while the Nyquist frequency is only equal to 2.f 0 = 90 Hz. So, in this extreme situation an 4. CO-SIMULATION STABILIZATION METHOD For an efficient model-based collaborative engineering, end-users should be able to cope with complex co-simulations easily. For this purpose, the linearly implicit stabilization method can be used (2,6). The rationale behind this method is to mitigate the stability-performance trade-off exemplified in the last section, by extending the phase margin. Based on subsystem Jacobian matrices, linear approximations are built in state-space form and integrated locally in time using an unconditionally stable method. This allows taking relatively large macro-steps that do not restrict anymore the size of the micro-steps taken by the embedded solvers (see Fig. 12). Assuming that there are no algebraic loops on coupling variables and following two other reasonable assumptions regarding linearization and discretization methods (4), the dynamics of the system on the duration of a macro-step can be completely defined using the directional derivatives provided by the slave simulators to the master. Under these conditions, Co-Simulation macro-steps can safely be maximized up to the size of the micro-steps taken by the embedded solver without compromising the stability. The only price being a moderate loss of accuracy, as shown in (4). As of FMI 2.0 (current version is Release Candidate 1), slave FMUs may provide the directional derivatives of their state variables and connected inputs. This interface for the directional derivatives is one of the major enhancements of FMI 2.0. Provided that some minor extensions to the Co-Simulation specification are applied, the above-mentioned co-simulation

6 stabilization method can be implemented in such a way that if any part of the coupled system does not support it, then the classical co-simulation is used. This implementation is described in detail in (4). Although additional operations needed by the stabilization method lead to some implementation-dependent overhead, significant speedups can be regained on strongly coupled models. A summary of the results obtained on a model very similar to the one represented in Fig. 11 is given in Table 1 to give an idea of simulation times. Table 1 Summary of test results. Tested implementation Macro-step [μs] CPU time [s] Continuously coupled reference (no co-sim) 1.0 FMI 2.0 Explicit Co-simulation 1 12 FMI 2.0 Implicit Stabilized Co-simulation A direct C prototype and the trapezoidal rule as discretization method were used. These results are very close to traditional cosimulation in terms of accuracy and the speedup factor is 8, which is remarkable. All the details of this study can be found in (4). 4. CONCLUSION The example presented in this paper illustrates a practical use of both the Model Exchange and the Co-Simulation FMI standards at the same time and in a unique integration platform, namely LMS Amesim 13. Nevertheless, in realistic industrial contexts where multiple FMUs need to be exchanged between external partners and/or departments of the same company, Co- Simulation really seems to be the most pragmatic and reasonable approach compared to Model Exchange. Especially in the Automotive Industry where model-based collaborative engineering is the common situation, end-users do not have insights or expertise on all of the involved models. These OEMsupplier collaborations are for instance described in (7) as well as the need for improving the FMI Cross Check procedure to ensure a good level of compatibility between FMI implementations (and thus to stabilize the FMI standard). The same goes for FMU suppliers who might ignore the target environment into which their FMUs are imported or at least the precise solver algorithms necessary (or at disposal). This is why in practice, in order to guarantee the reliability of FMU results, the best adapted solver i.e. the one from the originating tool needs to be present and thus embedded in the FMU (hence an FMU for Co-Simulation). This also avoids unexpected model-solver incompatibilities coming from version changes of the importing tools, on which FMU suppliers have no practical influence. Symmetrically, importers usually ignore the characteristics of FMU internal equations and associated solver requirements. Even with this information, adapted solving algorithms might not be present or not be usable for Model Exchange (due to another part of the model having conflicting requirements for the solver). Lastly, when very different dynamics come into play, using a unique solver might cause a dramatic reduction of integration time steps, leading to poor performance. All these reasons tend to prove that FMI for Co-Simulation is the path of least resistance in the Automotive Industry. Nevertheless, as end-users need guidance for setting up complex co-simulations efficiently, ways for analyzing and/or increasing the stability margins are highly needed. Such techniques exist already (2,6) and FMI 2.0 (5) opens the path to using them in a completely standardized manner. REFERENCES (1) Functional Mock-up Interface: (2) Arnold M.: Numerical stabilization of co-simulation techniques, the ODE case, Working document MODELISAR, swp , September 5, (3) Etele Erdelyi H., Viel A., Ogata Y.: Investigating the applicability of the FMI standard for co-simulation in automotive application scenarios, JSAE Annual Congress, Yokohama, April 24, (4) Viel A.: Implementing stabilized co-simulation of strongly coupled systems using the Functional Mock-up Interface 2.0, 10 th International Modelica Conference, Lund, March (5) Modelica Association Project: FMI, Functional Mock-Up Interface for Model Exchange and Co-Simulation 2.0 Release Candidate 1, October 18, 2013, available at _for_modelexchange_and_cosimulation_v2.0_rc1.pdf (6) Arnold M., Clauß C., Schierz T.: Error Analysis and Error Estimates for Co-Simulation in FMI for Model Exchange and Co-Simulation V2.0, The Archive of Mechanical Engineering, Vol.LX, No 1, (7) Bertsch C., Ahle E., Schulmeister U.: The Functional Mockup Interface seen from an industrial perspective, 10 th International Modelica Conference, Lund, March 2014.

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

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

Model-Based Development of Multi-Disciplinary Systems Challenges and Opportunities

Model-Based Development of Multi-Disciplinary Systems Challenges and Opportunities White Paper Model-Based Development of Multi-Disciplinary Systems Challenges and Opportunities Model-Based Development In the early days, multi-disciplinary systems, such as products involving mechatronics,

More information

EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH

EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH DocumentID: 370201 EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH U. Wurstbauer, M. Herrnberger, A. Raufeisen, V. Fäßler TWT GmbH Science & Innovation, Ernsthaldenstr. 17, 70565

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

Abstract. 1 Introduction. Antoine Viel LMS Imagine 7 Place des Minimes, Roanne, France

Abstract. 1 Introduction. Antoine Viel LMS Imagine 7 Place des Minimes, Roanne, France Strong Coupling of Modelica System-Level Models with Detailed CFD Models for Transient Simulation of Hydraulic Components in their Surrounding Environment Antoine Viel LMS Imagine 7 Place des Minimes,

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

Mathieu Dutré - Application Specialist MBSE. Analysis and optimization of physical models for HIL simulation

Mathieu Dutré - Application Specialist MBSE. Analysis and optimization of physical models for HIL simulation Mathieu Dutré - Application Specialist MBSE Analysis and optimization of physical models for HIL simulation Smarter decisions, better products. Industry drivers for HIL simulation Model Driven Virtual

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-core Simulation of Internal Combustion Engines using Modelica, FMI and xmod

Multi-core Simulation of Internal Combustion Engines using Modelica, FMI and xmod CO 2 maîtrisé Carburants diversifiés Véhicules économes Raffinage propre Réserves prolongées Multi-core Simulation of Internal Combustion Engines using Modelica, FMI and xmod Abir Ben Khaled, IFPEN Mongi

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

Real Time Simulation of Complex Automatic Transmission Models. Marius Băţăuş, Andrei Maciac, Mircea Oprean, Nicolae Vasiliu

Real Time Simulation of Complex Automatic Transmission Models. Marius Băţăuş, Andrei Maciac, Mircea Oprean, Nicolae Vasiliu Real Time Simulation of Complex Automatic Transmission Models Marius Băţăuş, Andrei Maciac, Mircea Oprean, Nicolae Vasiliu 1 Introduction To manage the function of a vehicle s engine, transmission, and

More information

Functional Mockup Interface (FMI) A General Standard for Model Exchange and Simulator Coupling

Functional Mockup Interface (FMI) A General Standard for Model Exchange and Simulator Coupling Functional Mockup Interface (FMI) A General Standard for Model Exchange and Simulator Coupling Adeel Asghar and Willi Braun Linköping University University of Applied Sciene Bielefeld 2017-02-07 FMI Motivation

More information

Model Based Systems Engineering Engine Control: from concept to validation. Jan Smolders Technical Account Manager

Model Based Systems Engineering Engine Control: from concept to validation. Jan Smolders Technical Account Manager Model Based Systems Engineering Engine Control: from concept to validation Jan Smolders Technical Account Manager Table of Content Model Driven Development MiL SiL HiL Model adaptation to Real-Time Towards

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

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

Title: Increasing the stability and robustness of simulation-based network assignment models for largescale

Title: Increasing the stability and robustness of simulation-based network assignment models for largescale Title: Increasing the stability and robustness of simulation-based network assignment models for largescale applications Author: Michael Mahut, INRO Consultants Inc. Larger-scale dynamic network models

More information

Computational Fluid Dynamics PRODUCT SHEET

Computational Fluid Dynamics PRODUCT SHEET TM 2014 Computational Fluid Dynamics PRODUCT SHEET 1 Breaking Limitations The Challenge of Traditional CFD In the traditional mesh-based approach, the reliability highly depends on the quality of the mesh,

More information

Lecture VI: Constraints and Controllers. Parts Based on Erin Catto s Box2D Tutorial

Lecture VI: Constraints and Controllers. Parts Based on Erin Catto s Box2D Tutorial Lecture VI: Constraints and Controllers Parts Based on Erin Catto s Box2D Tutorial Motion Constraints In practice, no rigid body is free to move around on its own. Movement is constrained: wheels on a

More information

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

From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI 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,

More information

Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API

Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API Dr. Rainer Rasche, dspace GmbH Dr. Dietmar Neumerkel, Daimler AG Workshop der ASIM/GI-Fachgruppen Simulation technischer Systeme

More information

Results of the New Eddy Current Tester for Steam Generator Applications

Results of the New Eddy Current Tester for Steam Generator Applications ECNDT 2006 - Poster 164 Results of the New Eddy Current Tester for Steam Generator Applications Belen RIBES, Jeronimo HERNANDEZ, Victor BARCENILLA Tecnatom, s.a., Madrid, Spain Abstract. As a result of

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

Analysis of the dynamic response of pump-turbine runners- Part I: Experiment

Analysis of the dynamic response of pump-turbine runners- Part I: Experiment Analysis of the dynamic response of pump-turbine runners- Part I: Experiment A Presas 1, C Valero 1, X Huang 1, E Egusquiza 1, M Farhat 2 and F Avellan 2 1 Center for Industrial Diagnostics, Technical

More information

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters ISSN (e): 2250 3005 Volume, 06 Issue, 12 December 2016 International Journal of Computational Engineering Research (IJCER) A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

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

Modeling, Simulation and Analysis of Integrated Building Energy and Control Systems. Michael Wetter. October 8, 2009

Modeling, Simulation and Analysis of Integrated Building Energy and Control Systems. Michael Wetter. October 8, 2009 Modeling, Simulation and Analysis of Integrated Building Energy and Control Systems Michael Wetter Simulation Research Group Building Technologies Department Energy and Environmental Technologies Division

More information

AUTOMATED TEST OF CVT CONTROL SOFTWARE, USING FMI AND MODELICA MODELS

AUTOMATED TEST OF CVT CONTROL SOFTWARE, USING FMI AND MODELICA MODELS AUTOMATED TEST OF CVT CONTROL SOFTWARE, USING FMI AND MODELICA MODELS 2 Zeng, Weihua 1 Liu Fei 1 Belmon, Lionel 1 Global Crown Technology Co. Limited, China 2 Hunan Jianglu & Rongda Vehicle Transmission

More information

Simcenter Motion 3D. Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation

Simcenter Motion 3D. Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation Simcenter Motion 3D Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation Iurie TERNA Email: iurie.terna@siemens.com Tuesday 16:00-17:00

More information

Development of Custom Workflows for Simulation and Analysis of Functional Mock-up Units

Development of Custom Workflows for Simulation and Analysis of Functional Mock-up Units Development of Custom Workflows for Simulation and Analysis of Functional Mock-up Units Sureshkumar Chandrasekar 1 Jesse Gohl 2 1 Modelon Inc. 2 Modelon Inc. Hartford, CT Ann Arbor, MI United States United

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

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

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications Publish Date: Dec 29, 2008 38 Ratings 4.16 out of 5 Overview Hardware-in-the-loop (HIL) simulation is achieving a highly realistic simulation

More information

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

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

More information

This is the published version of a paper presented at IEEE PES General Meeting 2013.

This is the published version of a paper presented at IEEE PES General Meeting 2013. http://www.diva-portal.org This is the published version of a paper presented at IEEE PES General Meeting 2013. Citation for the original published paper: Vanfretti, L., Li, W., Bogodorova, T., Panciatici,

More information

FMI Kit for Simulink version by Dassault Systèmes

FMI Kit for Simulink version by Dassault Systèmes FMI Kit for Simulink version 2.4.0 by Dassault Systèmes April 2017 The information in this document is subject to change without notice. Copyright 1992-2017 by Dassault Systèmes AB. All rights reserved.

More information

Lecture VI: Constraints and Controllers

Lecture VI: Constraints and Controllers Lecture VI: Constraints and Controllers Motion Constraints In practice, no rigid body is free to move around on its own. Movement is constrained: wheels on a chair human body parts trigger of a gun opening

More information

1 Introduction. Myung Sik Kim 1, Won Jee Chung 1, Jun Ho Jang 1, Chang Doo Jung 1 1 School of Mechatronics, Changwon National University, South Korea

1 Introduction. Myung Sik Kim 1, Won Jee Chung 1, Jun Ho Jang 1, Chang Doo Jung 1 1 School of Mechatronics, Changwon National University, South Korea Application of SolidWorks & AMESim - based Simulation Technique to Modeling, Cavitation, and Backflow Analyses of Trochoid Hydraulic Pump for Multi-step Transmission Myung Sik Kim 1, Won Jee Chung 1, Jun

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 Copyright 2010 All rights reserved Integrated Publishing services Research article ISSN 0976 4399 Efficiency and performances

More information

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Particles Matthias Teschner Computer Science Department University of Freiburg Outline introduction particle motion finite differences system of first order ODEs second

More information

ELEC Sensors and Actuators

ELEC Sensors and Actuators ELEC 483-001 Sensors and Actuators Text Book: SENSORS AND ACTUATORS: System Instrumentation, C. W. d e Silva, CRC Press, ISBN: 1420044834, 2007 Kalyana C. Veluvolu #IT1-817 Tel: 053-950-7232 E-mail: veluvolu@ee.knu.ac.kr

More information

Accurate Thermo-Fluid Simulation in Real Time Environments. Silvia Poles, Alberto Deponti, EnginSoft S.p.A. Frank Rhodes, Mentor Graphics

Accurate Thermo-Fluid Simulation in Real Time Environments. Silvia Poles, Alberto Deponti, EnginSoft S.p.A. Frank Rhodes, Mentor Graphics Accurate Thermo-Fluid Simulation in Real Time Environments Silvia Poles, Alberto Deponti, EnginSoft S.p.A. Frank Rhodes, Mentor Graphics M e c h a n i c a l a n a l y s i s W h i t e P a p e r w w w. m

More information

Generation of Functional Mock-up Units from Causal Block Diagrams

Generation of Functional Mock-up Units from Causal Block Diagrams Generation of Functional Mock-up Units from Causal Block Diagrams Bavo Vander Henst University of Antwerp Model Driven Engineering Bavo.VanderHenst@student.uantwerpen.be Abstract The purpose of this paper

More information

Optimizing Pharmaceutical Production Processes Using Quality by Design Methods

Optimizing Pharmaceutical Production Processes Using Quality by Design Methods Optimizing Pharmaceutical Production Processes Using Quality by Design Methods Bernd Heinen, SAS WHITE PAPER SAS White Paper Table of Contents Abstract.... The situation... Case study and database... Step

More information

A. Hammer, H. Götsch, K. Käfer

A. Hammer, H. Götsch, K. Käfer CREATING A HYDRAULIC SIMULATION PROGRAMM FOR HYDRO POWER PLANTS IN MATLAB/SIMULINK WITH SPECIAL INTEREST ON THE SURGE TANK BEHAVIOUR AND THE HYDRAULIC INSTABILITY OF PUMP TURBINES A. Hammer, H. Götsch,

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

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA.

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA. 12 th International LS-DYNA Users Conference FSI/ALE(1) LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA Part 1 Facundo Del

More information

Virtual engineering at work: the challenges for designing mechatronic products

Virtual engineering at work: the challenges for designing mechatronic products Engineering with Computers (2013) 29:389 408 DOI 10.1007/s00366-012-0286-6 ORIGINAL ARTICLE Virtual engineering at work: the challenges for designing mechatronic products Herman Van der Auweraer Jan Anthonis

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

Proceedings of the Eighth International Conference for Enhanced Building Operations, Berlin, Germany, October 20-22, 2008

Proceedings of the Eighth International Conference for Enhanced Building Operations, Berlin, Germany, October 20-22, 2008 Page 1 of paper submitted to ICEBO 28 Berlin SIMULATION MODELS TO OPTIMIZE THE ENERGY CONSUMPTION OF BUILDINGS Sebastian Burhenne Fraunhofer-Institute for Solar Energy Systems Freiburg, Germany Dirk Jacob

More information

Power Density. Digital Control. Improvements and. Techniques Enabling. Power Management Capabilities. Technical Paper 004

Power Density. Digital Control. Improvements and. Techniques Enabling. Power Management Capabilities. Technical Paper 004 Digital Control Techniques Enabling Power Density Improvements and Power Management Capabilities Technical Paper 004 First presented at PCIM China 2007 Digital control can be used as an enabling technology

More information

March 21, Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series. ROC 300 and 407 Customers,

March 21, Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series. ROC 300 and 407 Customers, March 21, 2014 Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series ROC 300 and 407 Customers, This letter is to inform you that spare and replacement parts related to the ROC 300 Series and

More information

Joint Entity Resolution

Joint Entity Resolution Joint Entity Resolution Steven Euijong Whang, Hector Garcia-Molina Computer Science Department, Stanford University 353 Serra Mall, Stanford, CA 94305, USA {swhang, hector}@cs.stanford.edu No Institute

More information

Optimization of Hydraulic Fluid Parameters in Automotive Torque Converters

Optimization of Hydraulic Fluid Parameters in Automotive Torque Converters Optimization of Hydraulic Fluid Parameters in Automotive Torque Converters S. Venkateswaran, and C. Mallika Parveen Abstract The fluid flow and the properties of the hydraulic fluid inside a torque converter

More information

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D.

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D. System Level Cooling, Fatigue, and Durability Analysis via Multiphysics Co-Simulation Stuart A. Walker, Ph.D. swalker@altair.com Outline Motivation Presentation of process Presentation of tools Presentation

More information

Hardware, Software and Mechanical Cosimulation for Automotive Applications

Hardware, Software and Mechanical Cosimulation for Automotive Applications Hardware, Software and Mechanical Cosimulation for Automotive Applications P. Le Marrec, C.A. Valderrama, F. Hessel, A.A. Jerraya TIMA Laboratory 46 Avenue Felix Viallet 38031 Grenoble France fphilippe.lemarrec,

More information

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment Protect Your Software Investment Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment The Difficulty with Embedded Software Development Developing embedded software is complicated.

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

A robust Trimmed Body modal model identification method enabling body stiffness characterization Bart Peeters, Theo Geluk, Mahmoud El-Kafafy

A robust Trimmed Body modal model identification method enabling body stiffness characterization Bart Peeters, Theo Geluk, Mahmoud El-Kafafy A robust Trimmed Body modal model identification method enabling body stiffness characterization Bart Peeters, Theo Geluk, Mahmoud El-Kafafy Theo Geluk Simcenter Symposium, October 18 th 2017 Realize innovation.

More information

Joe Wingbermuehle, (A paper written under the guidance of Prof. Raj Jain)

Joe Wingbermuehle, (A paper written under the guidance of Prof. Raj Jain) 1 of 11 5/4/2011 4:49 PM Joe Wingbermuehle, wingbej@wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download The Auto-Pipe system allows one to evaluate various resource mappings and topologies

More information

Mass-Spring Systems. Last Time?

Mass-Spring Systems. Last Time? Mass-Spring Systems Last Time? Implicit Surfaces & Marching Cubes/Tetras Collision Detection & Conservative Bounding Regions Spatial Acceleration Data Structures Octree, k-d tree, BSF tree 1 Today Particle

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

ECE 669 Parallel Computer Architecture

ECE 669 Parallel Computer Architecture ECE 669 Parallel Computer Architecture Lecture 9 Workload Evaluation Outline Evaluation of applications is important Simulation of sample data sets provides important information Working sets indicate

More information

Scicos/Modelica for modeling and simulation

Scicos/Modelica for modeling and simulation Scicos/Modelica for modeling and simulation Masoud Najafi, INRIA-Rocquencourt Zakia Benjelloun-Dabaghi, IFP Présentation à la journée LMCS, 17 avril 2008, EDF Outline Introduction to Scilab & Scicos Modeling

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

Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs)

Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs) OBJECTIVE FLUID SIMULATIONS Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs) The basic objective of the project is the implementation of the paper Stable Fluids (Jos Stam, SIGGRAPH 99). The final

More information

HPC Considerations for Scalable Multidiscipline CAE Applications on Conventional Linux Platforms. Author: Correspondence: ABSTRACT:

HPC Considerations for Scalable Multidiscipline CAE Applications on Conventional Linux Platforms. Author: Correspondence: ABSTRACT: HPC Considerations for Scalable Multidiscipline CAE Applications on Conventional Linux Platforms Author: Stan Posey Panasas, Inc. Correspondence: Stan Posey Panasas, Inc. Phone +510 608 4383 Email sposey@panasas.com

More information

Vehicle Load Area Division Wall Integrity during Frontal Crash

Vehicle Load Area Division Wall Integrity during Frontal Crash Vehicle Load Area Division Wall Integrity during Frontal Crash H. Türkmen TOFAS Türk Otomobil Fabrikasi A.S. Abstract : This study addresses design efforts of a vehicle load area division wall and the

More information

3 No-Wait Job Shops with Variable Processing Times

3 No-Wait Job Shops with Variable Processing Times 3 No-Wait Job Shops with Variable Processing Times In this chapter we assume that, on top of the classical no-wait job shop setting, we are given a set of processing times for each operation. We may select

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE FOR IMMEDIATE RELEASE Hitachi Announces to Begin Volume Production of Semiconductor Strain Sensors for IoT -- Automotive technologies to be rolled out in a wide range of fields, including power systems,

More information

Numerical Robustness. The implementation of adaptive filtering algorithms on a digital computer, which inevitably operates using finite word-lengths,

Numerical Robustness. The implementation of adaptive filtering algorithms on a digital computer, which inevitably operates using finite word-lengths, 1. Introduction Adaptive filtering techniques are used in a wide range of applications, including echo cancellation, adaptive equalization, adaptive noise cancellation, and adaptive beamforming. These

More information

Model-Based Design for Large High Integrity Systems: A Discussion Regarding Model Architecture

Model-Based Design for Large High Integrity Systems: A Discussion Regarding Model Architecture Model-Based Design for Large High Integrity Systems: A Discussion Regarding Model Architecture By Mike Anthony and Jon Friedman MathWorks Inc, Natick, MA, 01760 INTRODUCTION From complex controls problems

More information

Recent developments in Real-Time Hybrid Simulation (RTHS)

Recent developments in Real-Time Hybrid Simulation (RTHS) INFRARISK- PhD Programme 2 nd Summer Workshop Recent developments in Real-Time Hybrid Simulation (RTHS) Gidewon Goitom Tekeste Laboratório Nacional de Engenharia Civil (LNEC) and University of Aveiro (UA)

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

Control Systems. Introduction to Control System.

Control Systems. Introduction to Control System. Introduction to Control System chibum@seoultech.ac.kr Lecture Outline History of automatic control Examples of control systems Types of controller Control System Control system: An interconnection of components

More information

Virtualizing the TCU of BMW's 8 speed transmission

Virtualizing the TCU of BMW's 8 speed transmission 10th Symposium on Automotive Powertrain Control Systems, 11. - 12. September 2014, Berlin Virtualizing the TCU of BMW's 8 speed transmission Rui Gaspar, Benno Wiesner, Gunther Bauer Abstract Virtualization

More information

Development of a tool for the easy determination of control factor interaction in the Design of Experiments and the Taguchi Methods

Development of a tool for the easy determination of control factor interaction in the Design of Experiments and the Taguchi Methods Development of a tool for the easy determination of control factor interaction in the Design of Experiments and the Taguchi Methods IKUO TANABE Department of Mechanical Engineering, Nagaoka University

More information

MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA

MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA Gilad Shainer 1, Tong Liu 1, Pak Lui 1, Todd Wilde 1 1 Mellanox Technologies Abstract From concept to engineering, and from design to

More information

Parallel Execution of Functional Mock-up Units in Buildings Modeling

Parallel Execution of Functional Mock-up Units in Buildings Modeling ORNL/TM-2016/173 Parallel Execution of Functional Mock-up Units in Buildings Modeling Ozgur Ozmen James J. Nutaro Joshua R. New Approved for public release. Distribution is unlimited. June 30, 2016 DOCUMENT

More information

Parallel connection / operations and current share application note

Parallel connection / operations and current share application note Parallel connection / operations and current share application note Overview This document will examine method for active load sharing, basic criteria and performances of such a function on Glary UH and

More information

Modern techniques bring system-level modeling to the automation industry

Modern techniques bring system-level modeling to the automation industry Modern techniques bring system-level modeling to the automation industry Philipp Wallner, Global Technology Manager, Bernecker + Rainer Industrie and Johannes Friebe, MapleSim Europe Director, Maplesoft

More information

Robust and computationally efficient dynamic simulation of ORC systems: the thermocycle Modelica library

Robust and computationally efficient dynamic simulation of ORC systems: the thermocycle Modelica library Downloaded from orbit.dtu.dk on: Mar 11, 2018 Robust and computationally efficient dynamic simulation of ORC systems: the thermocycle Modelica library Quoilin, S.; Desideri, A.; Bell, I.; Wronski, Jorrit;

More information

Formal Analysis of Timing Effects on Closed-loop Properties of Cyber Physical Systems

Formal Analysis of Timing Effects on Closed-loop Properties of Cyber Physical Systems Formal Analysis of Timing Effects on Closed-loop Properties of Cyber Physical Systems Arne Hamann, Corporate Research, Robert Bosch GmbH Joint work with: Matthias Wöhrle (Bosch), Goran Frehse (Université

More information

A Modelica Power System Library for Phasor Time-Domain Simulation

A Modelica Power System Library for Phasor Time-Domain Simulation 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A Modelica Power System Library for Phasor Time-Domain Simulation T. Bogodorova, Student Member, IEEE,

More information

A Study on Evaluation of Conceptual Designs of Machine tools

A Study on Evaluation of Conceptual Designs of Machine tools A Study on Evaluation of Conceptual Designs of Machine too Nozomu MISHIMA Fine Manufacturing System Group, Institute of Mechanical Systems Engineering, National Institute of Advanced Industrial Science

More information

ActiveEdge- Hydraulic Pump Case Study

ActiveEdge- Hydraulic Pump Case Study ActiveEdge- Hydraulic Pump Case Study Industry: Fluid Power Systems Component: Hydraulic Pump Component Material: Cast Iron Customer: Unknown Machine Spindle: HSK100 Completion Date: July 2015 Background

More information

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Dipl.-Ing. (FH) Günther Lang, CFDnetwork Engineering Dipl.-Ing. Burkhard Lewerich, CFDnetwork

More information

Applying Supervised Learning

Applying Supervised Learning Applying Supervised Learning When to Consider Supervised Learning A supervised learning algorithm takes a known set of input data (the training set) and known responses to the data (output), and trains

More information

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

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

More information

LMS Virtual.Lab Noise and Vibration

LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration From component to system-level noise and vibration prediction 2 LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration

More information

Performance/Cost trade-off evaluation for the DCT implementation on the Dynamically Reconfigurable Processor

Performance/Cost trade-off evaluation for the DCT implementation on the Dynamically Reconfigurable Processor Performance/Cost trade-off evaluation for the DCT implementation on the Dynamically Reconfigurable Processor Vu Manh Tuan, Yohei Hasegawa, Naohiro Katsura and Hideharu Amano Graduate School of Science

More information

Introduction to Control Systems Design

Introduction to Control Systems Design Experiment One Introduction to Control Systems Design Control Systems Laboratory Dr. Zaer Abo Hammour Dr. Zaer Abo Hammour Control Systems Laboratory 1.1 Control System Design The design of control systems

More information

Realize Your Product Promise. Icepak

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

More information

Achieving Predictable Multicore Execution of Automotive Applications Using the LET Paradigm

Achieving Predictable Multicore Execution of Automotive Applications Using the LET Paradigm Achieving Predictable Multicore Execution of Automotive Applications Using the LET Paradigm Alessandro Biondi and Marco Di Natale Scuola Superiore Sant Anna, Pisa, Italy Introduction The introduction of

More information

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

More information

Exploitable Results by Third Parties

Exploitable Results by Third Parties Advanced Co-simulation Open System Architecture Project details Project leader: Email: Website: Dr. Martin Benedikt martin.benedikt@v2c2.at www.acosar.eu itea3.org/project/acosar.html 2 Name: DCP Specification

More information

The Functional Mockup Interface for Tool independent Exchange of Simulation Models

The Functional Mockup Interface for Tool independent Exchange of Simulation Models The Functional Mockup Interface for Tool independent Exchange of Simulation Models T. Blochwitz 1, M. Otter 2, M. Arnold 3, C. Bausch 4, C. Clauß 5, H. Elmqvist 9, A. Junghanns 6, J. Mauss 6, M. Monteiro

More information

Variable Structure Modeling for Vehicle Refrigeration Applications

Variable Structure Modeling for Vehicle Refrigeration Applications Variable Structure Modeling for Vehicle Refrigeration Applications Imke Krüger Alexandra Mehlhase Gerhard Schmitz Hamburg University of Technology, Department of Technical Thermodynamics Denickestr. 17,

More information

Getting Started with the MapleSim FMI Connector

Getting Started with the MapleSim FMI Connector Getting Started with the MapleSim FMI Connector Copyright Maplesoft, a division of Waterloo Maple Inc. 2017 Getting Started with the MapleSim FMI Connector Copyright Maplesoft, Maple, and MapleSim are

More information

Report on the Joint Research by the Earth Simulator Center and the Japan Automobile Manufacturers Association

Report on the Joint Research by the Earth Simulator Center and the Japan Automobile Manufacturers Association Report on the Joint Research by the Earth Simulator Center and the Japan Automobile Manufacturers Association Project Representative Hiroyuki Umetani Japan Automobile Manufacturers Association Authors

More information