Conference PaperPDF Available

Maintaining Consistency between System Architecture and Dynamic System Models with SysML4Modelica

Authors:

Abstract and Figures

Nowadays many technical products include mechatronic systems that incorporate components from multiple disciplines — mechanical, electronic, controls and software. In model-based design of mechatronic systems different kinds of models are used to model various system aspects, such as the system structure or its dynamic behavior. This often leads to a process that involves multiple formalisms and is concerned with the coupling of and transformation between models described in these formalisms. In this paper, an approach based on the OMG SysML-Modelica specification is introduced to facilitate the formal definition of dependencies between a system architecture view described in SysML and a continuous system dynamics view defined in Modelica. We discuss the problem of maintaining consistency between these two views. Taking into account the characteristics of the modeling languages, the design workflows, and current modeling tool capabilities, we present the advantages and challenges of modeling the dynamic behavior completely in SysML4Modelica followed by a transformation to Modelica. To overcome the disadvantages, a "mixed-paradigm" approach is proposed in which different parts of the dynamic system behavior are modeled at different levels of abstraction with different formalisms. Finally, an illustrative example is provided which focuses on practical issues related to the usage of SysML4Modelica.
Content may be subject to copyright.
Maintaining Consistency between System Architecture
and Dynamic System Models with SysML4Modelica
Axel Reichwein
Georgia Institute of Technology,
Atlanta
axel.reichwein@me.gatech.edu
Petra Witschel
Siemens Corporate Technology,
Munich
petra.witschel@siemens.com
Christiaan J.J. Paredis
Georgia Institute of Technology,
Atlanta
chris.paredis@me.gatech.edu
Philipp Emanuel Stelzig
Siemens Corporate Technology,
Munich
philipp.stelzig@siemens.com
Rainer Wasgint
Siemens Corporate Technology,
Munich
Arquimedes Canedo
rainer.wasgint@siemens.com
Siemens Corporate Research,
Princeton
arquimedes.canedo@siemens.com
Anjelika Votintseva
Siemens Corporate Technology,
Munich
anjelika.votintseva@siemens.com
ABSTRACT
Nowadays many technical products include mechatronic systems
that incorporate components from multiple disciplines
mechanical, electronic, controls and software. In model-based
design of mechatronic systems different kinds of models are used
to model various system aspects, such as the system structure or
its dynamic behavior. This often leads to a process that involves
multiple formalisms and is concerned with the coupling of and
transformation between models described in these formalisms. In
this paper, an approach based on the OMG SysML-Modelica
specification is introduced to facilitate the formal definition of
dependencies between a system architecture view described in
SysML and a continuous system dynamics view defined in
Modelica. We discuss the problem of maintaining consistency
between these two views. Taking into account the characteristics
of the modeling languages, the design workflows, and current
modeling tool capabilities, we present the advantages and
challenges of modeling the dynamic behavior completely in
SysML4Modelica followed by a transformation to Modelica. To
overcome the disadvantages, a “mixed-paradigm” approach is
proposed in which different parts of the dynamic system behavior
are modeled at different levels of abstraction with different
formalisms. Finally, an illustrative example is provided which
focuses on practical issues related to the usage of
SysML4Modelica.
Categories and Subject Descriptors
D.3 [Programming Languages]: Language Classifications-- design
languages, specialized application languages; I.6 [Simulation and
Modeling]: Model Development, Simulation Languages
General Terms
Design, Experimentations, Languages, Verification.
Keywords
Model-Based Design; Mechatronic Systems; SysML; Modelica.
1. INTRODUCTION
Mechatronic systems, from basic mobile phones to high-
performance fighter aircraft, are characterized by the integration
of mechanical, electronic, control, and software components.
Mechatronic design is a complex process due to the inherent
complexity of combining distinct engineering teams and
disciplines within short periods of time and with limited budget.
Model-based concept design is often used to allow engineers to
describe and evaluate various system aspects. Models used in
mechatronic product design are, for example, mathematical
models, geometric models, software models, system models,
control system models, multi-body system models, requirement
models and function models.
Since models have common properties and common structures, it
is necessary to maintain consistency between them. A change in
one model thus requires the update of dependent models.
Maintaining consistency among models is necessary in order to
avoid miscommunication among engineers and in order to acquire
meaningful (simulation) results. Due to the wide variety of
disciplines and modeling tools that are used in mechatronic de-
sign, there is currently no established solution that allows
engineers to efficiently and formally define dependencies between
different models. Therefore, maintaining consistency between
different models is often a manual, time-consuming, and error-
prone process.
In this paper, an approach related to maintaining consistency be-
tween a high-level system model defined in SysML and a dynamic
system model defined in Modelica is presented. The purpose of a
high-level system model is to describe system requirements, sys-
tem functions, system use cases, and the system architecture
including its component structure, component behavior, and com-
ponent interactions. On the other hand, the purpose of a dynamic
system model is to describe and simulate the dynamic behavior of
a system such as a control system or a multi-body system. An
important observation is that, although the purpose of the system
architecture and dynamic system models is different, the two share
a common structure and common properties.
The Systems Modeling Language (SysML) [1] is a standardized
general-purpose modeling language to describe systems including
hardware, software, personnel and processes. Although it is still a
relatively new modeling language, it has already been used for the
description of many different systems such as satellites [2],
telescopes [3], and for product reconfiguration [4]. Many
modeling tools support SysML since it is based on the widely
used software modeling language UML [5]. The Modelica
language [6] is the most widespread tool-independent modeling
language to describe dynamic systems. Modelica is a textual
language capable of defining reusable modular components. It can
be used to describe multi-domain dynamic systems containing
mechanical, electrical, electronic, hydraulic, thermal, control and
electric power components. The Modelica language is
standardized by the Modelica Association [6] and is supported by
many commercial and open-source modeling tools. These
Modelica tools can simulate the dynamic systems described in
Modelica by automatically translating the models into
corresponding differential algebraic equations.
Using SysML profiles for representing various discipline-specific
models in SysML, and then translating these models into other
languages through model transformations has been demonstrated
in [7]. A SysML model can be composed both of the normal
system description including requirements, use cases, and
architecture as well as of the Modelica dynamic models through
the use of profiles. In order to distinguish between both, the
subset of the SysML model representing the Modelica model is
referred to as the SysML4Modelica [15] model. The
transformation of SysML4Modelica models into Modelica has, for
example, been used for the model-based design of automotive
architectures [8].
The mapping specification between SysML4Modelica and
Modelica is currently under formalization by the OMG [9].
Therefore, it is of great interest to identify the best use of it by
either modeling the dynamic behavior in SysML4Modelica, in
Modelica, or a combination of both languages. The objective of
this paper is to identify the advantages and the challenges of the
different approaches while taking into account the modeling
language characteristics, the design workflows, and the
capabilities of state-of-the-art modeling tools. Based on these
assessments and an illustrating example, we propose a workflow
to efficiently create dynamic system models in conformance with
the system architecture model.
2. RELATED WORK
Pop et al. [10] introduced a UML profile for Modelica called
ModelicaML in order to represent Modelica models in UML. This
approach allows describing Modelica models graphically in UML
diagrams and to automatically generate the corresponding Modeli-
ca code based on UML diagrams. ModelicaML has been further
investigated by Schamai et al. [11]. Similarly, Nytsch-Geusen
developed UMLH [12] to represent Modelica models in UML,
and Ji et al. [13] developed the MDRE4BR profile to support
automated verification of requirements based on a dynamic
system simulation.
The representation of Modelica models in SysML was first
introduced by Johnson et al. [14]. Shortly after, the standard-
ization of the mapping of the Modelica language into SysML with
appropriate stereotypes started at the OMG [9]. All Modelica-
specific stereotypes have been unified in a SysML4Modelica pro-
file. It is important to note that a simpler mapping between
SysML and Modelica considering only a small subset of the
Modelica language has been proposed by Vasaiely [16]. Although
this partial SysML-Modelica mapping can be very attractive for
some use cases, it only covers a very limited scope of the
Modelica language and thus cannot be used in a more professional
context.
While one of the highly used strengths of SysML is its capability
to provide traceability between different model artifacts, the integ-
ration of system requirements and dynamic system model features
can also be done in Modelica as shown in [17].
3. MODELING THE SYSTEM
ARCHITECTURE IN SYSML
Typically, the high-level system aspects including system func-
tions, requirements, and the system architecture are defined before
the detailed system dynamics. Different systems engineering pro-
cesses such as OOSEM [18] and SysMOD [19] propose guide-
lines to describe high-level system aspects in SysML. Since
SysML is a relatively new modeling language, the corresponding
systems engineering processes are also new and very few
experience reports have been published. Nevertheless, a system
engineer will typically perform the following steps:
Define project context and goals
Define stakeholders
Define functions/use cases/requirements
Define system components
Define component interfaces and interactions
Define analysis to be performed
Define variation points
While the definition of the project context and goals is still done
mostly in text, the other system aspects can be expressed in
SysML. Stakeholders can be described through SysML actors.
Function trees, use cases and requirements can be represented
respectively through SysML block, use case, and requirement dia-
grams. The system components as well as their interfaces and in-
teractions can be represented through SysML block definition and
internal block diagrams. The analysis that needs to be performed
on a system can be described in SysML sequence, parametric, and
activity diagrams. In addition, test cases can be defined in SysML
for the validation of requirements. Furthermore, SysML has
language constructs to specify system variation points and specific
system variants such as association multiplicities, generalizations,
property redefinitions and instance specifications.
4. BRIDGING THE GAP BETWEEN
SYSML AND MODELICA
SysML and Modelica are two different modeling languages that
serve different purposes. However, they both share common
object-oriented modeling principles to support the encapsulation
of information in reusable model components. As a result, a
Modelica model can be represented in SysML similarly as in
Modelica. Modelica-related stereotypes can be applied to SysML
constructs to indicate their additional Modelica-specific
semantics. All Modelica-related stereotypes are grouped into the
SysML4Modelica profile. The part of the SysML model
representing a Modelica model is called a SysML4Modelica
model as shown in Figure 1.
In the context of the cooperation between the Georgia Institute of
Technology and Siemens Corporate Technology, two
implementations of the bidirectional SysML4Modelica-Modelica
transformations were developed. The first implementation attempt
was based on the QVT [20] standard for model transformations
but could not be completed due to the absence of a bug-free QVT
interpreter. The QVT implementation defined a model-to-model
transformation. Since the Modelica metamodel is not standardi-
zed, a Modelica metamodel was chosen based on the metamodel
of OpenModelica. A second Java-based prototypical
implementation was developed to also take into account graphical
model layout information. Since graphical layout information of
SysML models is not standardized, maintaining this information
requires a SysML tool-specific transformation. Therefore, our
Java-based implementation used MagicDraw as a SysML
modeling tool. The Java-based transformation was not a strict
model-to-model transformation based on metamodels but a direct
transformation between the Modelica concrete syntax and SysML.
5. MODELING SYSTEM DYNAMICS IN
SYSML4MODELICA
Some system requirements and functions are preferably validated
with a dynamic system simulation. For this purpose, the dynamic
system model can either be described in Modelica or in SysML4-
Modelica because both representations are semantically
equivalent. A dynamic system model defined in SysML4Modelica
can be automatically translated into Modelica code and vice versa.
As a result, the modeler has to decide between defining the
complete dynamic model in Modelica, in SysML4Modelica, or in
a combination of both languages. Each approach has benefits and
drawbacks. In any case, however, a SysML4Modelica model will
be used to bridge the gap between high-level systems aspects
defined in SysML and the executable dynamic system model
described in Modelica.
When developing the complete dynamic model in SysML4-
Modelica (e.g. to keep everything in one model for better
management), the following advantages and challenges should be
taken into consideration.
5.1 Advantages of Modeling Complete
System Dynamics in SysML4Modelica
5.1.1 Staying in the same environment
SysML4Modelica allows the modeler to stay in the same SysML
modeling environment when describing both the high-level
system aspects and the dynamic system behavior. A modeler then
needs to add Modelica-specific stereotypes of SysML4Modelica
profile to the SysML modeling constructs to describe a Modelica
model in SysML. A Modelica class, for example, corresponds in
SysML to the base level SysML block with a «ModelicaClass»
stereotype applied to it. SysML4Modelica parts can finally be
translated automatically into executable Modelica code.
5.1.2 Representing more graphical information
While most Modelica modeling tools support representation of
component interactions similar to SysML internal block diagrams,
SysML and thus, SysML4Modelica have other diagrams that can
be used to represent additional information. For example, SysML
block definition diagrams can describe relationships between
different component types, SysML state charts and activity
diagrams can specify the discrete and continuous behavior of
components or subsystems, and SysML parametric diagrams can
describe (Modelica) equations as well as other (combined system)
constraints. Although the current SysML4Modelica standard only
supports the representation of Modelica models with SysML
internal block and block definition diagrams, the additional
graphical SysML capabilities could eventually be used. As an
additional example, SysML requirement diagrams can specify
connections between Modelica components and the correspond-
ding requirements.
5.1.3 Setting SysML4Modelica parts as invisible
Since SysML4Modelica is not a new language but just an
extension of SysML, Modelica-related stereotypes can be masked
out by the SysML modeling tool. If the stereotypes are hidden,
only the underlying SysML modeling constructs will be shown.
This is advantageous for a system engineer who wants to gain an
overview of the system model in SysML but who is not interested
in the details that are necessary to describe an executable dynamic
system model in Modelica.
5.2 Challenges of Modeling Complete
System Dynamics in SysML4Modelica
It is important to note that the drawbacks listed in this section
relate to the practice of modeling complete system dynamics in
SysML4Modelica and not to the SysML4Modelica language
itself.
5.2.1 Different structures and abstraction levels
The degree to which the system architecture definition in SysML
can be reused to describe the SysML4Modelica model has an
impact on the modeling effort to create the dynamic system model
in SysML4Modelica. If the SysML constructs describing the sys-
tem architecture match the intended structure of the dynamic
system model in SysML4Modelica, then the SysML constructs
describing the system architecture can be reused to also describe
the dynamic system model in SysML4Modelica. In this case, the
SysML4Modelica model can be defined by only adding SysML4-
Modelica stereotypes to the existing SysML constructs.
However, the component decomposition of the system archi-
tecture will most likely not match the component decomposition
SysML
Requirements
Functions
Figure 1. Relationship between Models in SysML,
SysML4Modelica, and Modelica.
System Architecture
(Dynamics)
System
Architecture
(Structure)
SysML4
Modelica Modelica
of the dynamic model needed for simulation. While the com-
ponent decomposition of the system architecture is intended to
represent the main system components on a level of detail purely
based on the modeler’s preference, the component decomposition
of the SysML4Modelica model will be motivated by the reuse of
existing Modelica components and by the need to define a
dynamic system model that can be simulated without errors. The
SysML4Modelica model will, for example, be composed of more
modeling constructs than the system architecture model and of
additional SysML constraints and connectors related to Modelica
equations and algorithms. Since in this case the structure of the
SysML4Modelica model is likely to be different than the system
architecture defined in SysML, the SysML4Modelica model will
have to be defined through new base level SysML constructs
requiring additional modeling effort.
Another drawback of combining abstraction levels is that the de-
velopment of the detailed dynamics model requires different skills
than high-level system architecture development. For example, a
system architect knowing SysML may not be able to provide the
complete and correct information for a detailed dynamic model.
Similarly, a Modelica simulation expert may not be fluent in
SysML. Nevertheless, because mapping of SysML constructs into
Modelica constructs is often a one-to-many mapping, the modeler
has to decide which SysML4Modelica stereotype has to be
applied to a SysML construct. For example, a SysML block could
either be a «ModelicaClass» or a «ModelicaBlock». A
«ModelicaPort» stereotype could for example be uniquely applied
to a SysML port. However, users would still be required to
manually complete the definition of the Modelica port through the
properties of the «ModelicaPort» stereotype.
5.2.2 Debugging with graphical visualization
An important aspect to consider when modeling a dynamic system
model is debugging. The definition of a dynamic system model
often contains errors by being either under- or over-determined, or
by having wrong values. Most SysML modeling tools do not
provide off-the-shelf checking and debugging capabilities as
Modelica modeling tools do. Therefore, the only way to
efficiently track down and resolve errors in a SysML4Modelica
model is to translate it into the corresponding Modelica model
and to open and simulate it with a Modelica modeling tool.
Furthermore, the graphical visualization of simulation results is an
important feature for efficient analysis. The simulation results
shown as graphs allow quick and simple validation of a dynamic
system model. Most Modelica modeling tools provide plotting
capabilities in order to easily see the value of the system states
during a simulation run. This information is important as several
system parameters are typically fine-tuned during such analysis.
5.2.3 Iterative development
In general, it is more efficient to resolve bugs in a dynamic system
model iteratively (for example by going through several small and
manageable modeling and testing phases) rather than sequentially
by modeling the entire model and then testing the entire model
with all its errors. This means that a modeler who wants to follow
the efficient iterative development method and to define a
dynamic system model in SysML4Modelica would have to
translate it into Modelica, test it with a Modelica modeling tool,
and adapt the model in SysML4Modelica in many iterations.
Having to often switch between two different dynamic system
representations and two different modeling tools to define and test
a dynamic system model is cumbersome.
5.3 Mixed-Paradigm Approach
To overcome the identified challenges while taking advantage of
the identified benefits, we propose a “mixed-paradigm” approach
whereby instead of exclusively using SysML4Modelica, we use a
combination of SysML, SysML4Modelica, and Modelica for the
different phases of mechatronic design. In the proposed workflow,
only the high-level dynamic structure and interfaces are defined in
SysML4Modelica and the detailed dynamic behavior is defined in
Modelica. These are the proposed steps:
1. Definition of high-level system aspects including
requirements, use cases and functions in SysML
2. Definition of the high-level structure of system architecture
in SysML. Definition of the high-level dynamic system
model including components, component interfaces and in-
teractions in SysML
3. (Partial) definition of dynamic models in SysML4Modelica
for components intended to be implemented in Modelica.
4. Definition of dependencies between the dynamic system
model components and the structure of the architecture
model in SysML
5. Translation of the provided SysML4Modelica subsystem
into Modelica
6. Completion of the dynamic model components in Modelica
by adding the missing behavior, followed by simulations,
and the analysis of simulation results
7. Translation of the complete dynamic system model from
Modelica into SysML4Modelica
8. Definition of additional dependencies between dynamic
system model components and high-level system aspects in
SysML, among others: traces from the detailed dynamic
model to the requirements, test cases etc.
Figure 2 shows how the proposed approach can be applied to the
model of the electrical vehicle (eCar) described in [8]. The
different steps and experienced benefits are explained below in
more detail.
Step #1 and Step #2
SysML is used to define high-level system aspects such as
requirements, functions, use cases (Step #1), and the system
architecture (Step #2). Requirements related to the eCar may, for
example, impose a remaining minimum battery state of charge
after a specified driving cycle. The system architecture of the eCar
is composed of the main components including the driver, electric
motor, cruise control, environment, and others.
Since modelers like to use their language of preference, it is very
likely that components of a large dynamic system model will be
defined in different languages. Many modeling or programming
languages including Modelica, Simulink, FORTRAN, and C can
be used to describe various components of a large dynamic system
model. SysML can be used as a neutral representation for defining
the structure of a large dynamic system model whose components
are intended to be implemented in different languages. In this
case, interfaces of components need to be clearly defined in order
to be compatible with each other. Since SysML is language- and
vendor-neutral, it can be used to define interfaces and interactions
of dynamic system model components. Thus, the SysML model
can be seen as a contract which various component modelers
need to be in compliance with in order to ensure component
compatibility.
Step # 3
If some dynamic system model components are intended to be
transformed to Modelica, they are distinguished by applying
SysML4Modelica stereotypes. In this case, the definition of black-
box components is not as error-prone as the definition of the
internal component behavior in SysML4Modelica. Instead, the
detailed internal component behavior can be specified in a
Modelica environment and the definition of interfaces and inter-
actions between components can be defined in SysML4Modelica.
Step #4
An important advantage of defining the structure of a dynamic
system model in SysML/SysML4Modelica is the fact that
dependencies between the system architecture model and the
dynamic system model can be formally defined in SysML (Step
#4). Both models will share common properties as well as, to a
certain degree, a common structure. For example, the number of
moveable system components defined in the system architecture
will be reflected in the dynamic system model. Similarly, the
inertial properties of the moveable system components such as the
mass and moment of inertia defined in the system architecture will
also be defined redundantly in the dynamic system model.
Consequently, for Step #4 it is important to formally define
interfaces between all components and the dependencies between
them in order to enable an efficient and unambiguous
communication between system engineers and dynamic system
specialists. A system engineer can then easily see how a change in
the system architecture will affect the dynamic system model, and
a dynamic system specialist can trace back features of the dynamic
system model to the system architecture aspects such as
requirements, test cases, and system structure. In addition, the
formally defined dependencies can also support the automatic
propagation of values from one model to the other in order to
efficiently ensure automatic model consistency. The dependencies
can be expressed in SysML through various SysML concepts
including allocation, generalization, redefinition, association
blocks, and parametric diagrams. For example, a SysML
constraint can express the equality condition between the mass
property of the vehicle situated redundantly in the system
architecture and in the dynamic system model.
Step #5
As a next step, partially defined components in SysML4Modelica
are automatically translated into Modelica code. This ensures that
the component interfaces defined in SysML4Modelica are
identical with the ones used in Modelica and it avoids the time-
consuming and error-prone manual redefinition of component
interfaces in Modelica. Moreover, problems related to different
structures and abstraction levels (see Section 5.2.1) can be
avoided to a certain degree.
Step #6, Step #7 and Step #8
The definition of the dynamic system model components can be
completed in a Modelica modeling environment by adding more
details (Step #6). This supports the efficient debugging
capabilities of a Modelica modeling environment and mitigates
the problem of the lack of debugging in SysML (see Section
5.2.2).
Use cases
Function Trees
System Architecture
Dynamic System Model
in SysML4Modelica
Dynamic System Model
in Modelica
SysML Modeling Environment
Modeica Modeling Environment
1
6
7
5
Requirements
2
4 8
3
Figure 2. Mixed-paradigm approach for mechatronic design in
SysML, SysML4Modelica, and Modelica
3
2
In addition, the drawbacks of an interactive development
approach (see Section 5.2.3) are diminished. The fully defined
and analyzed dynamic system model can then be translated back
into SysML4Modelica (Step #7) in order to allow the definition of
additional dependencies between the dynamic system model and
other system aspects such as requirements, functions, and system
architecture (Step #8).
6. CONCLUSION
Traditionally, systems engineering aspects and system dynamics
are described in different modeling languages e.g. SysML and
Modelica. As a result, the system architecture model is decoupled
from the dynamic system model and the risk of inconsistencies is
high. A model that is not up to date may increase the likelihood of
miscommunication among engineers and may lead to wrong
design decisions. In this paper, we present how SysML4Modelica
can be used to efficiently bridge the gap between high-level
system aspects defined in SysML and dynamic system models
defined in Modelica. An analysis of the advantages and challenges
of modeling a dynamic system model entirely in SysML4-
Modelica has been presented. In this case the advantages of
SysML4Modelica are its capabilities for extended graphical
representation and the traceability between all aspects defined in
SysML. On the other hand, the main disadvantage when
developing the complete dynamics in SysML4Modelica is the
combination of the abstraction levels that makes its development
unmanageable. To overcome this and other problems, our recent
experiences show that it is more efficient to define the detailed
dynamic system model in Modelica instead of SysML4Modelica.
Taking into account both the modeling effort and the need to
maintain consistency between high-level system architecture and a
dynamic system model, a mixed-paradigm approach combining
SysML, SysML4Modelica and Modelica has been proposed. Our
future work will be focused on a better integration of
SysML4Modelica with SysML and Modelica to enable the
application of this technology in large industrial projects.
7. ACKNOWLEDGMENTS
This work has been funded by Siemens Corporate Technology in
the context of the Siemens internal research project LHP MDE
(Light House Project - Mechatronic Design). The authors would
like to thank Wladimir Schamai, Adeel Asghar, Adrian Pop and
Peter Fritzson for providing support for OpenModelica as well as
Roland Samlaus for sharing with us his XText-based Modelica
grammar.
8. REFERENCES
[1] OMG, OMG Systems Modeling Language (OMG SysML)
Version 1.2, 2010: http://www.omg.org/spec/SysML/1.2/.
[2] Spangelo, S.C., et al., Applying Model Based Systems
Engineering (MBSE) to a standard CubeSat, in IEEE
Aerospace Conference, 2012
[3] Karban, R., et al., Exploring Model Based Engineering for
Large Telescopes - Getting started with descriptive models,
in SPIE Astronomical Telescopes and Instrumentation, 2008.
[4] Wu, D., et al., SysML-based design chain information
modeling for variety management in production
reconfiguration. J Intell Manuf, 2011: p. 1-22.
[5] OMG, OMG Unified Modeling Language (OMG UML),
Superstructure Version 2.4.1, 2011:
http://www.omg.org/spec/UML/2.4.1/.
[6] Modelica Association, Modelica Specification, version 3.2,
2010: https://modelica.org/association.
[7] Shah, A.A., D. Schaefer, and C.J.J. Paredis, Enabling Multi-
View Modeling With SysML Profiles and Model
Transformations, in International Conference on Product
Lifecycle Management, 2009.
[8] Votintseva, A., P. Witschel, and A. Goedecke, Analysis of a
Complex System for Electrical Mobility Using a Model-
Based Engineering Approach Focusing on Simulation.
Procedia Computer Science, 2011. 6: p. 57-62.
[9] OMG, SysML-Modelica Transformation (SyM), V1.0, Beta
3, 2012, http://www.omg.org/spec/SyM/Current
[10] Pop, A., D. Akhvlediani, and P. Fritzson, Towards Unified
Systems Modeling with the ModelicaML UML Profile, in
International Workshop on Equation-Based Object-Oriented
Languages and Tools. 2007.
[11] Schamai, W., et al., Towards Unified System Modeling and
Simulation with ModelicaML: Modeling of Executable
Behavior Using Graphical Notations, in 7th Modelica
Conference, 2009.
[12] Nytsch-Geusen, C., The use of the UML within the
modelling process of Modelica-models, in Proceedings of
EOOLT, 2007.
[13] Ji, H., Lenord O., and D. Schramm, A Model Driven
Approach for Requirements Engineering of Industrial
Automation Systems, in Proceedings of the 4th International
Workshop on Equation-Based Object-Oriented Modeling
Languages and Tools, Zurich, Switzerland, 2011.
[14] Johnson, T., C.J.J. Paredis, and R. Burkhart, Integrating
models and simulations of continuous dynamics into SysML,
in Modelica Conference, 2008.
[15] Paredis C.J.J., et al., An Overview of the SysML-Modelica
Transformation Specification, in INCOSE International
Symposium, 2010.
[16] Vasaiely, P., Interactive Simulation of SysML Models using
Modelica, 2009, Hamburg University of Applied Sciences.
[17] Plateaux, R., et al., Integrated design methodology of a
mechatronic system. Mécanique & Industries, 2010. 11: p.
401-406.
[18] Friedenthal S., Moore A., and Steiner R., A Practical Guide
to SysML: The Systems Modeling Language, 2009: Morgan
Kaufmann.
[19] Weilkiens, T., Systems Engineering with SysML/UML:
Modeling, Analysis, Design, 2008: Morgan Kaufmann
[20] OMG, Meta Object Facility (MOF) 2.0 Query/View/
Transformation Specification, V1.1, January 2011,
http://www.omg.org/spec/QVT/Current
... In order to ensure the link between SysML/UML, simulation and 3D models, multiple profiles were already developed. There are two famous profiles linked with simulation which are: the SysML4Modelica extension [89,90] and the ModelicaML UML profile [91,92]. Because ModelicaML provided an UML environment to develop Modelica modelling which was not adapted for SAs as it was necessary to write the code required to perform a simulation in a Modelica environment, Schamai et al. [92] introduced SysML4Modelica, a SysML extension designed by artefacts where Modelica code was automatically generated from a diagram in SysML and did not have to be written directly in SysML. ...
Thesis
During the design phase, the different engineering teams make multiple FE simulations dealing with various physical behaviours in order to ensure both verification and validation.However, the unsatisfactory results lead to late changes and hence to long iterations and increasing costs.In order to tackle this problem, it is essential to take into account the geometrical and multi-physical constraints in the complex system architecture since the conceptual design phase.In fact, a process called SAMOS is developed aiming at selecting the most adequate 3D multi-physical architecture while ensuring an efficient collaboration between the engineering teams. Moreover, this framework is based on two SysML extensions which allow the enrichment of the architecture with geometrical and multi-physical data.Furthermore, this thesis focuses on magnetic constraints and magnetic-thermal coupling.Since this phase does not support long FE simulations, the analytical models based on simplified geometries are sufficient to provide satisfactory approximate results.In this context, different analytical models are studied and validated through FE simulations and measures for several cases such as NdFeB permanent magnets. Indeed, the temperature rise does not only decrease the remanent flux density but is able also to cause irreversible losses. In fact, once we go back to the initial temperature, the characteristics of the magnet are modified. The different factors impacting the demagnetization process are discussed.Besides, the temperature impact on brushless motors’ performances is studied since this device represents a complex mechatronic system.
... Finally, a java based implementation of the OMG SysML-Modelica Transformation using MagicDraw SysML has been proposed in [Reichwein et al., 2012] but it does not use model transformation and code generation technology. ...
Chapter
Full-text available
Dimensions of smart cities are identified and described from essential factors and characteristics to improve efficiency, sustainability, and quality of life for the citizens living in these cities. It is possible to note in the literature that the domains areas are not yet consolidated for structuring the dimensions of a smart city. In this article, the main idea is to describe the extension of a SysML profile to model dimensions of smart cities as native elements of system design. The profile extension, named SmartCitySysML, has been extended from SysML Internal Block Definition diagrams. The conception of this extension arose from the need to think about different dimensions to separate interests and to improve the focus on problem-solving. As a result, the SmartCitySysML profile facilitates the use of common elements of smart cities and provides a visual representation to evaluate the quality of diagrams from a practical point of view, as it provides using common terminology well-known by the stakeholders that are responsible for managing a variety of aspects of a smart city.
Article
Full-text available
In Model-Based Systems Engineering (MBSE) there is yet no converged terminology. The term ‘system model’ is used in different contexts in literature. In this study we elaborated the definitions and usages of the term ‘system model’, to find a common definition. We analyzed 104 publications in depth for their usage and definition as well as their meta-data e.g., the publication year and publication background to find some common patterns. While the term is gaining more interest in recent years, it is used in a broad range of contexts for both analytical and synthetic use cases. Based on this, three categories of system models have been defined and integrated into a more precise definition.
Preprint
In MBSE there is yet no converged terminology. The term ’system model’ is used in different contexts in literature. In this study we elaborated the definitions and usages of the term ’system model’, to find a common definition. 104 publications have been analyzed in depth for their usage and definition as well as their meta-data e.g., the publication year and publication background to find some common patterns. While the term is gaining more interest in recent years it is used in a broad range of contexts for both analytical and synthetic use cases. Based on this three categories of system models have been defined and integrated into a more precise definition.
Article
Full-text available
Objective The goal of this study is to identify gaps and challenges related to cross-domain model management focusing on consistency checking. Method We conducted a systematic literature review. We used the keyword-based search on Google Scholar, and we identified 618 potentially relevant studies; after applying inclusion and exclusion criteria, 96 papers were selected for further analysis. Results The main findings/contributions are: (i) a list of available tools used to support model management; (ii) 40% of the tools can provide consistency checking on models of different domains and 25% on models of the same domain, and 35% do not provide any consistency checking; (iii) available strategies to keep the consistency between models of different domains are not mature enough; (iv) most of the tools that provide consistency checking on models of different domains can only capture up to two inconsistency types; (v) the main challenges associated with tools that manage models on different domains are related to interoperability between tools and the consistency maintenance. Conclusion The results presented in this study can be used to guide new research on maintaining the consistency between models of different domains. Example of further research is to investigate how to capture the Behavioral and Refinement inconsistency types. This study also indicates that the tools should be improved in order to address, for example, more kinds of consistency check.
Article
Full-text available
The OMG standard Systems Modeling Language (SysML) has been on the market for about thirteen years. This standard is an extended subset of UML providing a graphical modeling language for designing complex systems by considering software as well as hardware parts. Over the period of thirteen years, many publications have covered various aspects of SysML in different research fields. The aim of this paper is to conduct a systematic mapping study about SysML to identify the different categories of papers, (i) to get an overview of existing research topics and groups, (ii) to identify whether there are any publication trends, and (iii) to uncover possible missing links. We followed the guidelines for conducting a systematic mapping study by Petersen et al. (Inf Softw Technol 64:1–18, 2015) to analyze SysML publications from 2005 to 2017. Our analysis revealed the following main findings: (i) there is a growing scientific interest in SysML in the last years particularly in the research field of Software Engineering, (ii) SysML is mostly used in the design or validation phase, rather than in the implementation phase, (iii) the most commonly used diagram types are the SysML-specific requirement diagram, parametric diagram, and block diagram, together with the activity diagram and state machine diagram known from UML, (iv) SysML is a specific UML profile mostly used in systems engineering; however, the language has to be customized to accommodate domain-specific aspects, (v) related to collaborations for SysML research over the world, there are more individual research groups than large international networks. This study provides a solid basis for classifying existing approaches for SysML. Researchers can use our results (i) for identifying open research issues, (ii) for a better understanding of the state of the art, and (iii) as a reference for finding specific approaches about SysML.
Article
This paper proposes a modeling framework for a consistent geometrical data link between a system model and a spatial architecture modeling in a 3D computer-aided design (CAD) environment, with a model-based system engineering (MBSE) approach. Our approach, focused on the conceptual design stage, for the evaluation of 3D architecture under physical constraints, aims at improving the system design by ensuring data consistency during collaborative design. This model transformation platform will ensure a seamless geometrical consistency and traceability from the requirements to the further design stages. The theoretical formalization of our approach presents a consistent integration of geometry knowledge all along the conceptual design. Then, the corresponding modeling platform implementation between the developed system modeling language (SysML) geometrical extension and a 3D CAD tool is described before detailing an application on a conveyor case study.
Article
Full-text available
Model Based Systems Engineering (MBSE) is an emerging technology that is providing the next advance in modeling and systems engineering. MBSE uses Systems Modeling Language (SysML) as its modeling language. SysML is a domain-specific modeling language for systems engineering used to specify, analyze, design, optimize, and verify systems. An MBSE Challenge project was established to model a hypothetical FireSat satellite system to evaluate the suitability of SysML for describing space systems. Although much was learned regarding modeling of this system, the fictional nature of the FireSat system precluded anyone from actually building the satellite. Thus, the practical use of the model could not be demonstrated or verified. This paper reports on using MBSE and SysML to model a standard CubeSat and applying that model to an actual CubeSat mission, the Radio Aurora Explorer (RAX) mission, developed by the Michigan Exploration Lab (MXL) and SRI International.
Conference Paper
Full-text available
In order to support the development of complex products, modeling tools and processes need to support co-design of software and hardware in an integrated way. Modelica is the major object-oriented mathematical modeling language for component-oriented modeling of complex physical systems and UML is the dominant graphical modeling notation for software. In this paper we propose ModelicaML UML profile as an integration of Modelica and UML. The profile combines the major UML diagrams with Modelica graphic connec- tion diagrams and is based on the System Modeling Language (SysML) profile.
Article
Full-text available
Large telescopes pose a continuous challenge to systems engineering due to their complexity in terms of requirements, operational modes, long duty lifetime, interfaces and number of components. A multitude of decisions must be taken throughout the life cycle of a new system, and a prime means of coping with complexity and uncertainty is using models as one decision aid. The potential of descriptive models based on the OMG Systems Modeling Language (OMG SysMLTM) is examined in different areas: building a comprehensive model serves as the basis for subsequent activities of soliciting and review for requirements, analysis and design alike. Furthermore a model is an effective communication instrument against misinterpretation pitfalls which are typical of cross disciplinary activities when using natural language only or free-format diagrams. Modeling the essential characteristics of the system, like interfaces, system structure and its behavior, are important system level issues which are addressed. Also shown is how to use a model as an analysis tool to describe the relationships among disturbances, opto-mechanical effects and control decisions and to refine the control use cases. Considerations on the scalability of the model structure and organization, its impact on the development process, the relation to document-centric structures, style and usage guidelines and the required tool chain are presented.
Conference Paper
Full-text available
This paper provides an overview of the formal trans formation between the two complementary languages: OMG SysML TM and Modelica. SysML is a standardized general pur pose graphical modeling language for capturing complex system descriptions in terms of their structure, behavior, properties, and requirements. Modelica is a standa rdized general purpose systems modeling language for analyzing the continuous and discrete time dynamics of complex systems in terms of differential algebraic equations. Integrating the descriptive power of SysML models with the analytic and computational power of Modelica models provides a capability that is significantly greater than provided by SysML or Modelica individually. A standardized bi-directional transformation between the two modeling languages is being developed that will support implementations to transfer efficiently and automat ically the modeling information between SysML and Modelica models without ambiguity. In addition to an overview of this bi-directional transformation approach, the paper provides a simpl e example to clarify the transformation principles and to illustrate the important synergie s resulting from the integration between these two languages.
Article
Full-text available
Satisfying diverse customer needs leads to pro-liferation of product variants. It is imperative to model the coherence of functional, product and process varie-ties throughout the design chain. Based on a model-based systems engineering approach, this paper applies the Sys-tems Modeling Language (SysML) to model design chain information. To support variety management decisions, the SysML-based information models are further imple-mented as a variety coding information system. A case study of switchgear enclosure production reconfiguration system demonstrates that SysML-based information model-ing excels in conducting requirements, structural, behavioral and constraints analysis and in performing trade-off study. In addition, it maintains semantic coherence along the design chain, keeps traceability across different levels of abstrac-tion, thus improving interoperability among heterogeneous tools.
Article
Full-text available
Model driven requirements engineering (MDRE) is proposed to deal with the ever-increasing complexity of technical systems in the sense of providing requirement specifications as formal models that are correct, complete, consistent, unambiguous and easy to read and easy to maintain. A critical issue in this area is the lack of a universal and standardized modeling language which covers the whole requirements engineering process from requirement specification, allocation to verification. SysML is being proposed to meet these requirements. In this paper a model driven requirements engineering process for industrial applications in the field of automation systems is described in order to reveal shortcomings in recent modeling tools and modeling languages. Special focus is layed on the requirements definition and the automated verification of the design against the requirements using executable models. Based on the analysis a new profile of the Unified Modeling Language (UML) called Model Driven Requirements Engineering for Bosch Rexroth (MDRE4BR) is presented which aims to contribute to latest investigations in this field. An application example of a hydrostatic press system is given to illustrate the approach.
Article
Full-text available
Due to increases in system complexity, systems engineering problems often involve many domains, each with their own experts and tools. To help these experts with analysis and decision making, it is desirable to present them with a view of the system that is tailored to their particular task. In this paper, a model integration framework, based on Models Based Systems Engineering, is demonstrated to address issues associated with multi-view modeling. One important issue discussed in particular is the problem of maintaining consistency between the multiple models and views. The Systems Modeling Language (OMG SysML TM) is proposed as a general language to represent the dependencies between the multiple views. Metamodels and graph transformations are defined to map between the views and maintain consistency between them. The integration is achieved in a user-interactive and continuous manner based on declarative transformation rules. The approach is illustrated by applying it to an example problem of an Electrical CAD subsystem of a mechatronic system.
Conference Paper
Full-text available
This paper is a further step towards application of the Model-Based Systems Engineering (MBSE) paradigm, using standardized, graphical, and executable system modeling languages. It presents further development of Modelica graphical Modeling Language (Modeli-caML), a UML Profile for Modelica, which enables an integrated modeling and simulation of system require-ments and design (for systems including both hardware and software). This approach combines the power of the OMG UML/SysML standardized graphical notation for system and software modeling, and the modeling and simulation power of Modelica. It facilitates the creation of executable system-specification and analy-sis models that can simulate time-discrete (or event-based) and time-continuous system behavior.
Article
Current literature provides many studies on the mechatronic design process. However; they only focus on one level of the design V-cycle. This study deals with the entire downward side of the cycle in view to processing it globally. To achieve this, we propose a hybrid methodology based on several tools, languages and methodologies such as SADT, SysML, Mode Ilea. and CATIA Systems (R). The method was validated successfully in a Modelica/Dymola framework. It is now possible to partially automate the process.