From 65f5e9463af0a978ac1846eeb0fc0f6f5027156d Mon Sep 17 00:00:00 2001 From: HOS Date: Fri, 29 Nov 2024 09:51:35 +0100 Subject: [PATCH] Clarify further. Closes #3551 --- chapters/stream.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/stream.tex b/chapters/stream.tex index e36682ac6..c971c1a08 100644 --- a/chapters/stream.tex +++ b/chapters/stream.tex @@ -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} +These variable(s) with \lstinline!stream! and \lstinline!flow! prefix must be directly in the connector (possibly inherited) and not in a sub-connector. \begin{example} \begin{lstlisting}[language=modelica]