Skip to content

labs4capella/DSM4Capella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DSM4Capella

DSM4Capella allows to get a best logical architecture applying Design Structure Matrix giving a minimun coupling value based on initial parameters of genetic algorithm. This approach is an extend of previous work of Khetan Y., Gauthier J. M. and Dubé S.[1].

The design structure matrix  is a square matrix (i.e., it has an equal number of rows and columns) that shows relationships between elements in a system [2].

It is used to systematically identify, dene, tabulate, design, and analyze functional and physical interfaces [3].

Initial dsm

source: Samares Engineering

Coupling

Is the degree of interdependence between subsystems, where the low coupling is often a sign of a well-structured system and a good design.

They can be used during System Architecture Definition with the goal of keeping the interfaces as simple as possible [3].

Coupling process

  • Start modularization

loading-ag-175

  • Permutate and recalculate the number of interactions

loading-ag-177

As a result the functions allocated to components (modules) are:

loading-ag-179

source: Samares Engineering

Formula to calculate coupling value

To calculate the coupling have been taken the work of Khetan Y., Gauthier J.M.? Dubé S.[1].

loading-ag-181

source:[1]

At this time, the method considers the input and output control values to be zero because only input and output data are considered in the Capella model.

As algorithm to execute is applied the genetic algorithm.

Genetic Algorithm summary process

loading-ag-183

source: [1]

Demo in capella model supported by Python4Capella

For demo has been created a simplified model of the AIDA (Aircraft Inspection by DroneAssistant) system, that is a Remotely Piloted Aircraft System (RPAS) project. It is composed of a quadcopter drone, a control computer and a remote control. The mission ofthis system is to help the pilot to inspect the aircraft before flight [4].

Starts condition:

  • there are some flexibility to allocate the Logical Functions

  • some Logical Functions pre-allocated

loading-ag-185

source: Samares Engineering

  • Use the Python4Capella extension to automate the allocation process and create the logical component relationship within the Capella model

Resultat

source: Samares Engineering

The method proposed can be useful :

  • For system engineer to optimize the logical architecture

  • For a company with a logical architecture constrained by its organization and/or experience / existing systems

    • Interesting if and only if there's flexibility left to allocate functions on the systems

References

[1] Khetan Y., Gauthier J.M., Dubé S. Part 5 – Coupling optimization of logical architecture using genetic algorithm. 2020. Part 5 – Coupling optimization of logical architecture using genetic algorithm – Samares Engineering (samares-engineering.com)

[2]Design Structure Matrix Conference Introduction to DSM – The Design Structure Matrix (DSM) (dsmweb.org)

[3] System Engineering Handbook. A Guide for System Life Cycle Processes and Activities.Part 3 Life Cycle Analyses and Methods. 5th edition. 2023. Pg 205.

[4] Capella model Version V4.5 AIDA / AIDAArchitecture · GitLab(irt-saintexupery.com)

Contacts:

mirna.ojeda@Samares-Engineering.com

sebastien.dube@Samares-Engineering.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages