Skip to content

Commit

Permalink
Use \firstuse where 'transient analysis' is introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 31, 2022
1 parent 5256930 commit 5fba04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ \subsubsection{Prefix Rules}\label{prefix-rules}

\subsection{Component Variability Prefixes}\label{component-variability-prefixes-discrete-parameter-constant}

The prefixes \lstinline!discrete!, \lstinline!parameter!, \lstinline!constant! of a component declaration are called \firstuse[variability!prefix]{variability prefixes} and are the basis for defining in which situation the variable values of a component are initialized (see \cref{events-and-synchronization} and \cref{initialization-initial-equation-and-initial-algorithm}) and when they are changed during transient analysis (i.e., solution of initial value problem of the hybrid DAE).
The prefixes \lstinline!discrete!, \lstinline!parameter!, \lstinline!constant! of a component declaration are called \firstuse[variability!prefix]{variability prefixes} and are the basis for defining in which situation the variable values of a component are initialized (see \cref{events-and-synchronization} and \cref{initialization-initial-equation-and-initial-algorithm}) and when they are changed during \firstuse{transient analysis} (i.e., solution of initial value problem of the hybrid DAE).
Further details on how the prefixes relate to component variability, as well as rules applying to components the different variabilities, are given in \cref{component-variability}.


Expand Down

0 comments on commit 5fba04e

Please sign in to comment.