Skip to content

Commit

Permalink
Say 'only during initialization' instead of 'at the initial time only'
Browse files Browse the repository at this point in the history
Since the equations aren't active during the initial event iteration, it sounds a bit misleading (although not logically incorrect) to say that they are used at the initial time only.
  • Loading branch information
henrikt-ma committed Jan 8, 2021
1 parent 21be91e commit d5f3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ \section{Scope of the Specification}\label{scope-of-the-specification}
\end{itemize}

Therefore, a flat hybrid DAE is seen as a set of equations where some of the equations are only conditionally evaluated.
Initial setup of the model is specified using start-values and equations that hold at the initial time only.
Initial setup of the model is specified using start-values and equations that hold only during initialization.

A Modelica class may also contain annotations, i.e.\ formal comments,
which specify graphical representations of the class (icon and diagram),
Expand Down

0 comments on commit d5f3380

Please sign in to comment.