Skip to content

Commit

Permalink
Merge pull request #3442 from HansOlsson/OverBalanced
Browse files Browse the repository at this point in the history
Balancing of models with overdetermined connectors.
  • Loading branch information
HansOlsson authored Nov 28, 2023
2 parents 63858e5 + 7b75ad1 commit 86ab4a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,12 @@ \section{Balanced Models}\label{balanced-models}
\begin{nonnormative}
I.e., top-level inputs are treated as known variables. This represents the number of binding equations that will be provided when the class is used.
\end{nonnormative}
\item
For over-determined connectors, \cref{equation-operators-for-overconstrained-connection-based-equation-systems1}, each spanning tree without any root node adds the difference between the size of the over-determined type or record and the size of the output of \lstinline!equalityConstraint!.
\begin{nonnormative}
By definition this term is zero in simulation models, but relevant for checking component models.
There are no other changes in the variable and equation count for models -- but a restriction on the size of the output of \lstinline!equalityConstraint!, \cref{balancing-restriction-and-size-of-connectors}.
\end{nonnormative}
\end{itemize}
\end{definition}

Expand Down

0 comments on commit 86ab4a4

Please sign in to comment.