Skip to content

Commit

Permalink
Say "\lstinline!start! attribute"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 6, 2020
1 parent bcb6f98 commit 945e5d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ \section{Initialization, initial equation, and initial algorithm}\label{initiali

\begin{nonnormative}
In case of iterative solver failure, it is recommended to specially report those variables for which the solver needs an initial guess, but which only have the default
value of the start attribute as defined in \cref{predefined-types-and-classes}, since the lack of appropriate initial guesses is a likely cause of the solver failure.
value of the \lstinline!start! attribute as defined in \cref{predefined-types-and-classes}, since the lack of appropriate initial guesses is a likely cause of the solver failure.
\end{nonnormative}

If a parameter has a modifier for the \lstinline!start! attribute, does not have \lstinline!fixed = false!, and neither has a binding equation nor is part of a record having a binding equation,
Expand Down
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ \subsection{Built-in Variable time}\label{built-in-variable-time}
final unit = "s");
\end{lstlisting}

The value of the start attribute of time is set to the time instant at
The value of the \lstinline!start! attribute of \lstinline!time! is set to the time instant at
which the simulation is started.

\begin{example}
Expand Down
2 changes: 1 addition & 1 deletion chapters/revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ \subsection{Main changes in Modelica 3.4}\label{main-changes-in-modelica-3-4}
indicated that this appendix is not normative. Ticket
\href{https://github.com/modelica/ModelicaSpecification/issues/1852}{\#1852}.
\item
Clarified using start-attribute for parameters, \cref{initialization-initial-equation-and-initial-algorithm}. Ticket
Clarified using \lstinline!start! attribute for parameters, \cref{initialization-initial-equation-and-initial-algorithm}. Ticket
\href{https://github.com/modelica/ModelicaSpecification/issues/2136}{\#2136}.
\item
Clarified that states for first order ODE, \cref{the-number-of-equations-needed-for-initialization}. Ticket
Expand Down
2 changes: 1 addition & 1 deletion chapters/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ \subsection{Execution of an algorithm in a model}\label{execution-of-an-algorith
\begin{itemize}
\item
A non-discrete variable is initialized with its start value (i.e.\ the
value of the start-attribute).
value of the \lstinline!start! attribute).
\item
A discrete variable \lstinline!v! is initialized with \lstinline!pre(v)!.
\item
Expand Down

0 comments on commit 945e5d9

Please sign in to comment.