Please enable JavaScript.
Coggle requires JavaScript to display documents.
Key concepts related to MBSE, modelling of system and SysML - Coggle…
Key concepts related to MBSE, modelling of system and SysML
-
Systems Engineering
It is an interdisciplinary field of engineering and engineering management that focuses on how to design and manage complex systems over their life cycles
Models
It can be graphical, mathematical, or descriptive in nature and are used to communicate, analyze, and simulate various aspects of the system.
-
SysML
It is a general-purpose modeling language for systems engineering that extends the Unified Modeling Language (UML) with features tailored for systems engineering.
Structural Modelling
It involves representing the physical and logical structure of a system, including its components, their properties, and relationships. This typically includes things like block diagrams, component diagrams, and class diagrams in SysML.
Behavioral Modelling
It focuses on capturing the dynamic aspects of a system, such as its state changes, interactions, and processes. This can be represented using state machines, activity diagrams, sequence diagrams, and use case diagrams in SysML.
Requirements Modelling
It involves capturing the functional and non-functional requirements of a system, as well as their relationships and dependencies. SysML provides constructs like requirement diagrams and allocation tables for this purpose.
Simulation and Analysis
: Models created in MBSE can be used for simulation and analysis to evaluate the behavior, performance, and characteristics of the system under different conditions. This helps in identifying potential issues early in the development process.
-