Skip to content

Commit

Permalink
AdditionalOnes
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 4, 2022
1 parent 0bf6ffd commit 2809d1a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1804,7 +1804,7 @@ \subsubsection{Conversion rules}\label{conversion-rules}
This is useful if there is no possibility to convert a specific parameter (or other element), especially if it rarely modified. If the parameter had no impact on the model it can be removed using \lstinline!convertModifiers!, see \cref{convertmodifiers}.
\end{nonnormative}

\subsection{Mapping of Versions to File System}\label{mapping-of-versions-to-file-system}
\subsection{Versions in the File System}\label{mapping-of-versions-to-file-system}\label{versions-in-the-File-System}

A top-level class, \lstinline!IDENT!, with version \lstinline!VERSION-NUMBER! can be stored in
one of the following ways in a directory given in the \lstinline!MODELICAPATH!:
Expand Down
6 changes: 3 additions & 3 deletions chapters/connectors.tex
Expand Up @@ -697,7 +697,7 @@ \section{Overconstrained Connection-Based Equation Systems}\label{equation-opera
There are other causes of overdetermined systems, e.g., explicit zero-sum equations for flow variables, that are not handled by the method described below.
\end{nonnormative}

\subsection{Overconstrained Equation Operators for Connection Graphs}\label{overconstrained-equation-operators-for-connection-graphs}
\subsection{Operators for Connection Graphs}\label{overconstrained-equation-operators-for-connection-graphs}\label{operators-for-connection-graphs}

A type or record declaration may have an optional definition of function \lstinline!equalityConstraint!\indexinline{equalityConstraint} that shall have the following prototype:
% TODO: Can't have angle brackets and \emph in the same mathescape due to LaTeXML issue:
Expand Down Expand Up @@ -899,7 +899,7 @@ \subsection{Examples of Overconstrained Connection Graphs}\label{examples-of-ove
\end{figure}
\end{example}

\subsubsection{An Overdetermined Connector for Power Systems}\label{an-overdetermined-connector-for-power-systems}
\subsubsection{Power Systems Overdetermined Connector}\label{an-overdetermined-connector-for-power-systems}\label{power-systems-overdetermined-connector}

\begin{nonnormative}
An overdetermined connector for power systems based on the transformation theory of Park may be defined as:
Expand Down Expand Up @@ -954,7 +954,7 @@ \subsubsection{An Overdetermined Connector for Power Systems}\label{an-overdeter
The graph analysis performed with the virtual connection graph identifies the connectors, where the \lstinline!AC_Angle! needs not to be passed between components, in order to avoid redundant equations.
\end{nonnormative}

\subsubsection{An Overdetermined Connector for 3-dimensional Mechanical Systems}\label{an-overdetermined-connector-for-3-dimensional-mechanical-systems}
\subsubsection{3-dimensional Mechanical Systems Overdetermined Connector}\label{an-overdetermined-connector-for-3-dimensional-mechanical-systems}\label{3-dimensional-mechanical-systems-overdetermined-connector}

\begin{nonnormative}
An overdetermined connector for 3-dimensional mechanical systems may be defined as:
Expand Down
4 changes: 2 additions & 2 deletions chapters/functions.tex
Expand Up @@ -2579,7 +2579,7 @@ \subsubsection{Input Parameters, Function Value}\label{input-parameters-function
\end{lstlisting}
\end{example}

\subsubsection{Arbitrary Placement of Output Parameters, No External Function Value}\label{arbitrary-placement-of-output-parameters-no-external-function-value}
\subsubsection{Arbitrary Placement of Output Parameters, No External Function Value}\label{arbitrary-placement-of-output-parameters-no-external-function-value}\label{both-function-value-and-output-variable}

\begin{example}
In the following example, the external function call is given
Expand Down Expand Up @@ -2609,7 +2609,7 @@ \subsubsection{Arbitrary Placement of Output Parameters, No External Function Va
\end{lstlisting}
\end{example}

\subsubsection{External Function with Both Function Value and Output Variable}\label{external-function-with-both-function-value-and-output-variable}
\subsubsection{Both Function Value and Output Variable}\label{external-function-with-both-function-value-and-output-variable}

\begin{example}
The following external function returns two results: one
Expand Down
2 changes: 1 addition & 1 deletion chapters/packages.tex
Expand Up @@ -192,7 +192,7 @@ \subsection{Example of Searching MODELICAPATH}\label{example-of-searching-modeli
\end{example}


\section{Mapping Package/Class Structures to a Hierarchical File System}\label{mapping-package-class-structures-to-a-hierarchical-file-system}
\section{File System Mapping of Package/Class Hierarchy}\label{mapping-package-class-structures-to-a-hierarchical-file-system}\label{file-system-mapping-of-package-class-hierarchy}

Packages/classes may be represented in the hierarchical structure of the
operating system (the file system). For classes with version
Expand Down

0 comments on commit 2809d1a

Please sign in to comment.