Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClarifyBreakable in ModelicaReference #2380

Merged
merged 3 commits into from
Nov 1, 2017
Merged

Conversation

HansOlsson
Copy link
Contributor

Remove "breakable branch" from connect (since it is confusing).
As decided in https://trac.modelica.org/Modelica/ticket/2201

Also try to explain Connections.branch in a clearer way: both that it is required to be part of spanning-tree, whereas connect is optional for the spanning-tree; and also that Connections.branch does not generate equation - but assumes that equations are present; whereas connect generates equations.

@beutlich beutlich added the L: ModelicaReference Issue addresses ModelicaReference label Oct 25, 2017
@beutlich beutlich added this to the MSL_next-MINOR-version milestone Oct 25, 2017
@dietmarw dietmarw self-requested a review October 25, 2017 10:58
Defines a non-breakable branch from the overdetermined type or record instance <code>R</code> in connector instance <code>A</code> to the corresponding overdetermined type or record instance <code>R</code> in connector instance <code>B</code> for a virtual connection graph.
Defines a branch from the overdetermined type or record instance <code>R</code> in connector instance <code>A</code> to the corresponding overdetermined type or record instance <code>R</code> in connector instance <code>B</code> for a virtual connection graph.
These branches are required to be part of the spanning-tree for the virtual connection graph (they do not directly generate equations, but should be combined with equations coupling A.R to B.R),
whereas connect-statements are optional for the spanning-tree (and generate different equations depending on whether they are part of the spanning-tree or not).
Copy link
Member

@dietmarw dietmarw Nov 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A.R to B.R should be changed to <code>A.R</code> to <code>B.R</code>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated as indicated.

@dietmarw dietmarw merged commit a7e7d6b into modelica:master Nov 1, 2017
@dietmarw
Copy link
Member

dietmarw commented Nov 1, 2017

Thanks!

@beutlich beutlich removed the request for review from MartinOtter June 15, 2018 17:43
@HansOlsson HansOlsson deleted the Breakable branch April 8, 2020 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: ModelicaReference Issue addresses ModelicaReference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants