请输入您要查询的百科知识:

 

词条 System-level simulation
释义

  1. Motivations and benefit

  2. Modeling choices

  3. Domains of application

  4. Usages

  5. Methods and tools

  6. Possible future evolutions

  7. References

  8. External links

{{About|system-level simulation of cyber-physical systems|social simulation|Social simulation#System level simulation|electronic systems simulation see|Electronic system-level design and verification}}{{Orphan|date=November 2015}}

System-level simulation (SLS) is a collection of practical methods used in the field of systems engineering, in order to simulate, with a computer, the global behavior of large cyber-physical systems.

Cyber-physical systems (CPS) are systems composed of physical entities regulated by computational elements (e.g. electronic controllers).

System-level simulation is mainly characterized by:

  • a level of detail adapted to the practical simulation of large and complex cyber-physical systems (e.g. plants, aircraft, industrial facilities)
  • the possibility to use the simulation even if the system is not fully specified, i.e. simulation does not necessarily require a detailed knowledge of each part of the system. This makes it possible to use the simulation for conception or study phases, even at an early stage in this process

These two characteristics have several implications in terms of modeling choices (see further).

System-level simulation has some other characteristics, that it shares with CPS simulation in general:

  • SLS involves multi-physics models (thermo-fluidic, mechanical, electrical, etc.)
  • SLS is frequently cross-disciplinary,[1] i.e. it is frequently the result of a collaboration between people with different expertises
  • SLS is generally built upon a hierarchy of models; an organized modeling is usually necessary to make the whole model envisagable; the conceptual decomposition of the system into sub-systems is related to the notion of system of systems

SLS is mainly about computing the evolution over time of the physical quantities that characterize the system of interest, but other aspects can be added like failure modeling or requirement verification.

Motivations and benefit

The main motivation for SLS is the application of the holistic principle to computer simulation, which would state that simulating the system as a whole tells more than simulating parts of the system separately.

Indeed, simulating the different parts of a complex system separately means neglecting all the possible effects of their mutual interactions.

In many applications, these interactions cannot be ignored because of strong dependencies between the parts. For instance, many CPSs contain feedbacks that cannot be broken without modifying the system behavior. Feedbacks can be found in most modern industrial systems, which generally include one or more control systems. Another example of benefits from system level simulations is reflected in the high degree of accuracy (e.g. less than 1% cumulative validation error over 6 months of operation) of such simulations in the case of a solar thermal system[2].

On the other hand, simply connecting existing simulation tools, each built specifically to simulate one of the system parts, is not possible for large systems since it would lead to unacceptable computation times.

SLS aims at developing new tools and choosing relevant simplifications in order to be able to simulate the whole cyber-physical system.

SLS has many benefits compared to detailed co-simulation of the system sub-parts.

The results of a simulation at the system level are not as accurate as those of simulations at a finer level of detail but, with adapted simplifications, it is possible to simulate at an early stage, even when the system is not fully specified yet. Early bugs or design flaws can then be detected more easily.

SLS is also useful as a common tool for cross-discipline experts, engineers and managers and can consequently enhance the cooperative efforts and communication.

Improving the quality of exchanges reduces the risk of miscommunication or misconception between engineers and managers, which are known to be major sources of design errors in complex system engineering.[3]

More generally SLS must be contemplated for all applications whenever only the simulation of the whole system is meaningful, while the computation times are constrained.

For instance, simulators for plant operators training must imitate the behavior of the whole plant while the simulated time must run faster than real time.

Modeling choices

Cyber-physical systems are hybrid systems, i.e. they exhibit a mix of discrete and continuous dynamics.

The discrete dynamics mostly originates from digital sensing or computational sub-systems (e.g. controllers, computers, signal converters).

The adopted models must consequently be capable of modeling such a hybrid behavior.

It is common in SLS to use 0D —sometimes 1D— equations to model physical phenomena with space variables, instead of 2D or 3D equations. The reason for such a choice is the size of the simulated systems, which is generally too large (i.e. too many elements and/or too large space extension) for the simulation to be computationally tractable. Another reason is that 3D models require the detailed geometry of each part to be modeled. This detailed knowledge might not be known to the modeler, especially if he/she works at an early step in the development process.

The complexity of large CPSs make them difficult to describe and visualize. A representation that can be arranged so that its structure looks like the structure of the original system

is a great help in terms of legibility and ease of comprehension. Therefore, acausal modeling is generally preferred to causal block-diagram modeling.[4] Acausal modeling is also

preferred because component models can be reused, contrary to models developed as block diagrams.[4]

Domains of application

System-level simulation is used in various domains like:

  • building engineering for heating, ventilating and air conditioning simulation[5]
  • automotive engineering[6][7][8]
  • power plants (solar,[9] combined-cycle[10])
  • MEMS[11]
  • naval architecture[12]
  • aircraft architecture[13]
  • offshore oil production[14][15]

Usages

In an early stage of the development cycle, SLS can be used for dimensioning or to test different designs.

For instance, in automotive applications, "engineers use simulation to refine the specification before building a physical test vehicle".[16]

Engineers run simulations with this system-level model to verify performance against requirements and to optimize tunable parameters.

System-level simulation is used to test controllers connected to the simulated system instead of the real one.

If the controller is a hardware controller like an ECU, the method is called hardware-in-the-loop. If the controller is run as a computer program on an ordinary PC, the method is called software-in-the-loop. Software-in-the-loop is faster to deploy and releases the constraint of real time imposed by the use of a hardware controller.[17]

SLS is used to build plant models that can be simulated fast enough to be integrated in an operator training simulator or in an MPC controller.[18] Systems with a faster dynamics can also be simulated, like a vehicle in a driving simulator.[19]

Another example of SLS use is to couple the system-level simulation to a CFD simulation.

The system-level model provides the boundary conditions of the fluid domain in the CFD model.[20]

Methods and tools

Specific languages are used to model specification and requirement modeling, like SysML or FORM-L.[21] They are not meant to model the system physics but tools exist that can combine specification models and multi-physics models written in hybrid system modeling languages like Modelica.[22]

If a model is too complex or too large to be simulated in a reasonable time, mathematical techniques can be utilized to simplify the model. For instance, model order reduction gives an approximate model, which has a lower accuracy but can be computed in a shorter time.

Reduced order models can be obtained from finite element models,[23] and have been successfully used for system-level simulation of MEMS.[24]

SLS can benefit from parallel computing architectures.

For instance, existing algorithms to generate code from high-level modeling languages can be adapted to multi-core processors like GPUs.[25] Parallel co-simulation is another approach to enable numerical integration speed-ups.[26] In this approach, the global system is partitioned into sub-systems. The subsystems are integrated independently of each other and are synchronized at discrete synchronization points. Data exchange between subsystems occurs only at the synchronization points. This results in a loose coupling between the sub-systems.

Optimization can be used to identify unknown system parameters, i.e. to calibrate CPS model, matching the performance to actual system operation[27]. In cases when exact physical equations governing the processes are unknown, approximate empirical equations can be derived, e.g. using multiple linear regression[28].

Possible future evolutions

If the simulation can be deployed on a supercomputing architecture, many of the modeling choices that are commonly adopted today (see above) might become obsolete.

For instance, the future supercomputers might be able to "move beyond the loosely coupled, forward-simulation paradigm".[29] In particular, "exascale computing will enable a more holistic treatment of complex problems".[29] To exploit exascale computers, it will however be necessary to rethink the design of today's simulation algorithms.

For embedded system applications, safety considerations will probably lead the evolution of SLS. For instance, unlike synchronous languages, the modeling languages currently used for SLS (see above) are not predictable and may exhibit unexpected behaviors. It is then not possible to use them in a safety-critical context.

The languages should be rigorously formalized first.[30] Some recent languages combine the syntax of synchronous languages for programming discrete components with the syntax of equation-based languages for writing ODEs.[31]

References

1. ^{{Cite web|title = NASA - System-Level Simulation|url = http://www.nasa.gov/centers/ames/research/technology-onepagers/sys-sim.html|website = www.nasa.gov|accessdate = 2015-11-17}}
2. ^{{cite journal |last1=Fontanella |first1=Giuliano |last2=Basciotti |first2=Daniele |last3=Dubisch |first3=Florian |last4=Judex |first4=Florian |last5=Preisler |first5=Anita |last6=Hettfleisch |first6=Christian |last7=Vukovic |first7=Vladimir |last8=Selke |first8=Tim |title=Calibration and validation of a solar thermal system model in Modelica |journal=Building Simulation |date=2012 |volume=5 |issue=3 |pages=293–300 |doi=10.1007/s12273-012-0070-y |ref=2}}
3. ^{{Cite journal|url = http://www.cmla.ens-cachan.fr/servlet/com.univ.collaboratif.utils.LectureFichiergw?CODE_FICHIER=1446554003051&ID_FICHE=161174|title = The Benefits and Challenges of Massive Behavioural Simulation in the Engineering of Complex and Critical Cyber-Physical & Human Systems|last = Thuy|first = Nguyen|date = October 2015|journal = 3rd International Workshop on Simulation at the System Level (Sim@SL)|doi = |pmid = |access-date = November 17, 2015|publication-date = }}
4. ^{{Cite book|publisher = Springer US|date = 2001-01-01|isbn = 978-1-4613-5615-8|pages = 255–264|series = The Springer International Series in Engineering and Computer Science|doi = 10.1007/978-1-4615-1561-6_11|first = Michael|last = Tiller|title = Introduction to Physical Modeling with Modelica|chapter = Block Diagrams vs. Acausal Modeling}}
5. ^{{Cite web|title = System-Level Monitoring and Diagnosis of Building HVAC System|url = https://escholarship.org/uc/item/8g95z117|website = eScholarship|accessdate = 2015-11-17}}
6. ^{{Cite book|title = Holistic vehicle simulation using Modelica - An application on thermal management and operation strategy for electrified vehicles|journal = Proceedings of the 9th International MODELICA Conference, September 3–5, 2012, Munich, Germany|volume = 76|pages = 264–270|doi = 10.3384/ecp12076263|first = Claude|last = Bouvy|first2 = Sidney|last2 = Baltzer|first3 = Peter|last3 = Jeck|first4 = Jörg|last4 = Gissing|first5 = Thomas|last5 = Lichius|first6 = Lutz|last6 = Eckstein|series = Proceedings of the 9th International MODELICA Conference, September 3-5, 2012, Munich, Germany|year = 2012|isbn = 978-91-7519-826-2}}
7. ^{{Cite journal|title = A Matlab-based modeling and simulation package for electric and hybrid electric vehicle design|journal = IEEE Transactions on Vehicular Technology|date = 1999-11-01|issn = 0018-9545|pages = 1770–1778|volume = 48|issue = 6|doi = 10.1109/25.806769|first = K.L.|last = Butler|first2 = M.|last2 = Ehsani|first3 = P.|last3 = Kamath|citeseerx = 10.1.1.476.2182}}
8. ^{{Cite book|title = System-Level Modeling of an ICE-powered Vehicle with Thermoelectric Waste-Heat-Utilization|journal = Proceedings of the 7 International Modelica Conference Como, Italy|volume = 43|pages = 708–715|doi = 10.3384/ecp09430044|first = Thomas|last = Braig|first2 = Jörg|last2 = Ungethüm|year = 2009|isbn = 9789173935135}}
9. ^{{Cite journal|title = System-level simulation of a solar power tower plant with thermocline thermal energy storage|journal = Applied Energy|date = 2014-01-01|pages = 86–96|volume = 113|doi = 10.1016/j.apenergy.2013.07.004|first = Scott M.|last = Flueckiger|first2 = Brian D.|last2 = Iverson|first3 = Suresh V.|last3 = Garimella|first4 = James E.|last4 = Pacheco}}
10. ^{{Cite journal|url = https://www.modelica.org/events/modelica2006/Proceedings/sessions/Session1a1.pdf|title = Fast Start-up of a Combined-Cycle Power Plant: a Simulation Study with Modelica|last = Casella|first = Francesco|date = September 2006|journal = Proceedings Modelica 2006|doi = |pmid = |access-date = November 17, 2015|last2 = Pretolani|first2 = Francesco}}
11. ^{{Cite journal|title = System-level simulation and implementation for a high Q capacitive accelerometer with PD feedback compensation|journal = Microsystem Technologies|date = 2014-09-16|issn = 0946-7076|pages = 2233–2240|volume = 21|issue = 10|doi = 10.1007/s00542-014-2315-4|first = Zhaohui|last = Song|first2 = Teng|last2 = Sun|first3 = Jian|last3 = Wu|first4 = Lufeng|last4 = Che}}
12. ^{{Cite book|title = System-level thermal modeling and co-simulation with hybrid power system for future all electric ship|journal = IEEE Electric Ship Technologies Symposium, 2009. ESTS 2009|date = 2009-04-01|pages = 547–553|doi = 10.1109/ESTS.2009.4906565|first = Ruixian|last = Fang|first2 = Wei|last2 = Jiang|first3 = J.|last3 = Khan|first4 = R.|last4 = Dougal|isbn = 978-1-4244-3438-1}}
13. ^{{Cite book|title = Collaborative complex system design applied to an aircraft system|journal = Proceedings of the 9th International MODELICA Conference, September 3–5, 2012, Munich, Germany|volume = 76|pages = 855–866|doi = 10.3384/ecp12076855|first = Eric|last = Thomas|first2 = Michel|last2 = Ravachol|first3 = Jean Baptiste|last3 = Quincy|first4 = Martin|last4 = Malmheden|series = Proceedings of the 9th International MODELICA Conference, September 3-5, 2012, Munich, Germany|year = 2012|isbn = 978-91-7519-826-2}}
14. ^{{Cite book|title = Designing models for online use with Modelica and FMI|journal = Proceedings of the 9th International MODELICA Conference, September 3–5, 2012, Munich, Germany|volume = 76|pages = 197–204|doi = 10.3384/ecp12076197|first = Pål|last = Kittilsen|first2 = Svein Olav|last2 = Hauger|first3 = Stein O.|last3 = Wasbø|series = Proceedings of the 9th International MODELICA Conference, September 3-5, 2012, Munich, Germany|year = 2012|isbn = 978-91-7519-826-2}}
15. ^{{Cite book|title = On the Simulation of Offshore Oil Facilities at the System Level.|journal = Proceedings of the 10th International Modelica Conference, March 10–12, 2014, Lund, Sweden|volume = 96|pages = 799–808|doi = 10.3384/ecp14096799|first = Joris|last = Costes|first2 = Jean-Michel|last2 = Ghidaglia|first3 = Philippe|last3 = Muguerra|first4 = Keld Lund|last4 = Nielsen|first5 = Xavier|last5 = Riou|first6 = Jean-Philippe|last6 = Saut|first7 = Nicolas|last7 = Vayatis|series = Proceedings of the 10th International Modelica Conference, March 10-12, 2014, Lund, Sweden|year = 2014|isbn = 978-91-7519-380-9}}
16. ^{{Cite web|title = Optimizing Vehicle Suspension Design Through System-Level Simulation|url = http://www.mathworks.com/company/newsletters/articles/optimizing-vehicle-suspension-design-through-system-level-simulation.html?s_tid=gn_loc_drop|website = www.mathworks.com|accessdate = 2015-11-17}}
17. ^{{Cite web|url = https://www.qtronic.de/en/sil.html|title = Software in the Loop Simulation|date = |accessdate = |website = QTronic|publisher = |last = |first = }}
18. ^{{Cite book|title = A framework for nonlinear model-predictive control using object-oriented modeling with a case study in power plant start-up|journal = 2013 IEEE Conference on Computer Aided Control System Design (CACSD)|date = 2013-08-01|pages = 346–351|doi = 10.1109/CACSD.2013.6663487|first = P.-O.|last = Larsson|first2 = F.|last2 = Casella|first3 = F.|last3 = Magnusson|first4 = J.|last4 = Andersson|first5 = M.|last5 = Diehl|first6 = J.|last6 = Akesson|isbn = 978-1-4799-1565-1}}
19. ^{{Cite web|title = MapleSim used in the creation of breakthrough vehicle driving simulator technology - User Case Studies - Maplesoft|url = http://www.maplesoft.com/company/casestudies/stories/137744.aspx|website = www.maplesoft.com|accessdate = 2015-11-17}}
20. ^{{Cite journal|url = https://www.modelica.org/events/modelica2011/Proceedings/pages/papers/11_3_ID_129_a_fv.pdf|title = Strong Coupling of Modelica System-Level Models with Detailed CFD Models for Transient Simulation of Hydraulic Components|last = Viel|first = Antoine|date = March 2011|journal = Proceedings 8th Modelica Conference|doi = |pmid = |access-date = November 17, 2015}}
21. ^{{Cite book|title = Formal Requirements Modeling for Simulation-Based Verification|journal = Proceedings of the 11th International Modelica Conference, Versailles, France, September 21–23, 2015|volume = 118|pages = 625–635|doi = 10.3384/ecp15118625|first = Martin|last = Otter|first2 = Nguyen|last2 = Thuy|first3 = Daniel|last3 = Bouskela|first4 = Lena|last4 = Buffoni|first5 = Hilding|last5 = Elmqvist|first6 = Peter|last6 = Fritzson|first7 = Alfredo|last7 = Garro|first8 = Audrey|last8 = Jardin|first9 = Hans|last9 = Olsson |first10 = Andrea|last10 = Tundis|series = Proceedings of the 11th International Modelica Conference, Versailles, France, September 21-23, 2015|year = 2015|isbn = 978-91-7685-955-1}}
22. ^{{Cite book|title = Towards Unified System Modeling and Simulation with ModelicaML: Modeling of Executable Behavior Using Graphical Notations|journal = Proceedings of the 7 International Modelica Conference Como, Italy|volume = 43|pages = 612–621|doi = 10.3384/ecp09430081|first = Wladimir|last = Schamai|first2 = Peter|last2 = Fritzson|first3 = Chris|last3 = Paredis|first4 = Adrian|last4 = Pop|citeseerx = 10.1.1.364.1268|year = 2009|isbn = 9789173935135}}
23. ^{{Cite journal|url = http://modelreduction.com/doc/papers/rudnyi09automation.pdf|title = From Finite Elements to System Level Simulation by means of Model Reduction|last = Rudnyi|first = Evgenii B.|date = June 2009|journal = Automation 2009, 6. Und 17. Juni 2009, Kongresshaus Baden-Baden, VDI Bericht|doi = |pmid = |access-date = November 17, 2015}}
24. ^{{Cite web|title = Wiley: System-level Modeling of MEMS, Volume 10 - Gabriele Schrag, Oliver Brand, Gary K. Fedder, et al|url = http://eu.wiley.com/WileyCDA/WileyTitle/productCd-3527319034.html|website = eu.wiley.com|accessdate = 2015-11-17}}
25. ^{{Cite journal|url = http://www.diva-portal.org/smash/get/diva2:457587/FULLTEXT01.pdf|title = Contributions to Parallel Simulation of Equation-Based Models on Graphics Processing Units|last = Stavåker|first = Kristian|date = 2011|journal = Licentiate Thesis No 1507, Department of Computer and Information Science, Linköping University|doi = |pmid = |access-date = November 17, 2015}}
26. ^{{Cite journal|title = Fast multi-core co-simulation of Cyber-Physical Systems: Application to internal combustion engines|journal = Simulation Modelling Practice and Theory|date = 2014-09-01|pages = 79–91|volume = 47|doi = 10.1016/j.simpat.2014.05.002|first = Abir|last = Ben Khaled|first2 = Mongi|last2 = Ben Gaid|first3 = Nicolas|last3 = Pernet|first4 = Daniel|last4 = Simon|citeseerx = 10.1.1.635.1427}}
27. ^{{cite journal |last1=Ali |first1=Muzaffar |last2=Vukovic |first2=Vladimir |last3=Sahir |first3=Mukhtar Hussain |last4=Basciotti |first4=Daniele |title=Development and validation of a desiccant wheel model calibrated under transient operating conditions |journal=Applied Thermal Engineering |date=2013 |volume=61 |issue=2 |pages=469–480 |doi=10.1016/j.applthermaleng.2013.08.010 }}
28. ^{{cite journal |last1=Ali |first1=Muzaffar |last2=Vukovic |first2=Vladimir |last3=Sheikh |first3=Nadeem Ahmed |last4=Ali |first4=Hafiz M. |last5=Sahir |first5=Mukhtar Hussain |title=Enhancement and integration of desiccant evaporative cooling system model calibrated and validated under transient operating conditions |journal=Applied Thermal Engineering |date=2015 |volume=75 |pages=1093–1105 |doi=10.1016/j.applthermaleng.2014.10.064 }}
29. ^{{Cite journal|title = Applied Mathematics Research for Exascale Computing|osti=1149042|date = 2014-02-07|location = Livermore, CA|doi = 10.2172/1149042|first = J.|last = Dongarra|first2 = J.|last2 = Hittinger|first3 = J.|last3 = Bell|first4 = L.|last4 = Chacon|first5 = R.|last5 = Falgout|first6 = M.|last6 = Heroux|first7 = P.|last7 = Hovland|first8 = E.|last8 = Ng|first9 = C.|last9 = Webster}}
30. ^{{Cite book|title = Towards a Formalized Modelica Subset|journal = Proceedings of the 11th International Modelica Conference, Versailles, France, September 21–23, 2015|volume = 118|pages = 637–646|doi = 10.3384/ecp15118637|first = Lucas|last = Satabin|first2 = Jean-Louis|last2 = Colaço|first3 = Olivier|last3 = Andrieu|first4 = Bruno|last4 = Pagano|series = Proceedings of the 11th International Modelica Conference, Versailles, France, September 21-23, 2015|year = 2015|isbn = 978-91-7685-955-1}}
31. ^{{Cite journal|url = https://hal.inria.fr/hal-00909029/document|title = Zélus: A Synchronous Language with ODEs|last = Bourke|first = Timothy|date = April 2013|journal = Proceedings of the 16th International Conference on Hybrid Systems: Computation and Control|doi = |pmid = |access-date = November 17, 2015|last2 = Pouzet|first2 = Marc|pages = 113–118}}

External links

  • International Workshop on Simulation at the System Level: Sim@SL
  • International Workshop on Equation-based Object-Oriented Modeling Languages and Tools: EOOLT
  • ACM/IEEE International Conference on Model Driven Engineering Languages and Systems: MODELS

1 : Systems engineering

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/13 18:12:00