Skip to content

Commit

Permalink
Clean up non-normative content in dae.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 26, 2020
1 parent 15467a2 commit 83cace5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chapters/dae.tex
Expand Up @@ -41,19 +41,19 @@ \chapter{Modelica DAE Representation}\doublelabel{modelica-dae-representation}

\begin{longtable}[]{|p{2cm}|p{12cm}|}
\hline \endhead
\textbf{p} & Modelica variables declared as \emph{parameter} or
\emph{constant}, i.e., variables without any
\textbf{p} & Modelica variables declared as \lstinline!parameter! or
\lstinline!constant!, i.e., variables without any
time-dependency.\\ \hline
\emph{t} & Modelica variable \emph{time}, the independent (real)
\emph{t} & Modelica variable \lstinline!time!, the independent (real)
variable.\\ \hline
\textbf{x}(t) & Modelica variables of type \emph{Real}, appearing
\textbf{x}(t) & Modelica variables of type \lstinline!Real!, appearing
differentiated.\\ \hline
\textbf{m}(t\textsubscript{e}) & Modelica variables of type
\emph{discrete Real, Boolean, Integer} which are unknown. These
\lstinline!discrete Real!, \lstinline!Boolean!, \lstinline!Integer! which are unknown. These
variables change their value only at event instants t\textsubscript{e}.
\lstinline!pre(m)! are the values of m immediately before the current event
occurred.\\ \hline
\textbf{y}(t) & Modelica variables of type \emph{Real} which do not fall
\textbf{y}(t) & Modelica variables of type \lstinline!Real! which do not fall
into any other category (= algebraic variables).\\ \hline
c\textbf{(}t\textsubscript{e}) & The conditions of all if-expressions
generated including when-clauses after conversion, see \autoref{when-equations}).\\ \hline
Expand Down

0 comments on commit 83cace5

Please sign in to comment.