From 99f5f0e666a0d098e7018d318ad00cf2761bad7d Mon Sep 17 00:00:00 2001 From: HOS Date: Mon, 23 Sep 2024 13:26:51 +0200 Subject: [PATCH] Restore init for clocked discretized. --- chapters/synchronous.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/synchronous.tex b/chapters/synchronous.tex index 729230677..5aea68fb6 100644 --- a/chapters/synchronous.tex +++ b/chapters/synchronous.tex @@ -1400,13 +1400,13 @@ \subsection{Inferencing of solverMethod}\label{inferencing-of-solvermethod} \section{Initialization of Clocked Partitions}\label{initialization-of-clocked-partitions} -The standard scheme for initialization of Modelica models does not apply for clocked base-partitions. +The standard scheme for initialization of Modelica models does not apply for discrete-time sub-partitions. Instead, initialization is performed in the following way: \begin{itemize} \item - Variables in clocked partitions cannot be used in initial equation or initial algorithm sections. + Variables in discrete-time sub-partitions cannot be used in initial equation or initial algorithm sections. \item - Attribute \lstinline!fixed! cannot be applied to variables in clocked partitions. + Attribute \lstinline!fixed! cannot be applied to variables in discrete-time sub-partitions. The attribute \lstinline!fixed! is true for variables to which \lstinline!previous! is applied, otherwise false. \end{itemize}