Changes between Version 4 and Version 5 of Ticket #6240, comment 2


Ignore:
Timestamp:
2021-05-11T23:28:40Z (4 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #6240, comment 2

    v4 v5  
    123123I suppose this feature could be implemented rather easily in OpenModelica, as a first prototype implementation of this language extension. It could be tested in an extended version of the attached {{{DynamicOverconstrainedConnectors2.mo}}} package, including some more examples with a bit more nodes and edges in the connection graphs, and finally tested on an extended version of the [https://github.com/powergrids PowerGrids library], that already envisioned such a feature.
    124124
    125 Another application of this extension could be incompressible fluid systems. These systems require a component setting the pressure for each connecte subsystem. When closing some strategic valves, it is possible to split the circuit in two or more unconnecte parts. At that point, new pressure-setting components (i.e. root nodes) should be identified, one for each newly formed subsystem.
     125Another application of this extension could be incompressible fluid systems. These systems require a component setting the pressure for each connected subsystem. When closing some strategic valves, it is possible to split the circuit in two or more unconnected parts. At that point, new pressure-setting components (i.e. root nodes) should be identified, one for each newly formed subsystem.
    126126
    127127If the experiments with the prototype are successful, this could form the basis of an MCP to introduce this feature into the next version of the Modelica Specification.