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

Clarify further. #3616

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chapters/stream.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ \section{Definition of Stream Connectors}\label{definition-of-stream-connectors}
Connection equations with stream variables are generated in a model when using \lstinline!inStream! or \lstinline!actualStream!,
see \cref{stream-operator-instream-and-connection-equations} and \cref{stream-operator-actualstream}.
\end{itemize}
The variable with \lstinline!flow! prefix must exist at the same level of the connector as the variable with \lstinline!stream! prefix; i.e., they can each be directly declared in the connector or be inherited, while a stream variable in a sub-connector would result in a separate stream sub-connector.

\begin{example}
\begin{lstlisting}[language=modelica]
Expand Down