DLR-SL / CPACS

CPACS - Common Parametric Aircraft Configuration Schema
http://dlr-sl.github.io/CPACS/
Apache License 2.0
78 stars 38 forks source link

Proposal: Definition of Geometric Routing of Systems Architecture Connections #829

Open vKriewall opened 8 months ago

vKriewall commented 8 months ago

Following some discussion with the DLR-SL colleagues on how the geometric routing of connections between system components, e.g. cables and pipes, could be incorporated into CPACS, I would like to make a proposal concerning this topic based on the definition of connections that we have for our in-house Overall Systems Design (OSD) framework. The definition of logical connections is possible with CPACS v3.5, however, the geometric routing is not finally elaborated, as far as we are informed.

The way we do it in our OSD framework is to define routing points as virtual components. These components can then just be referenced as a source or target for a connection. Our experiments with writing Systems Architectures into CPACS v3.5 follow this approach: we define routing points as genericComponents.

Complementarily, as the just described approach refers to direct linear connections, other types of describing the connection routing are imaginable, such as

The description of systems architecture connections could also be extended to incorporate additional parameters, such as mass of the connection and geometry parameters, e.g. inner diameter, outer diamater.

Moreover, we discussed that it would be helpful do be able to define

I am putting this out here to get the discussion started :)