Skip to content

Commit

Permalink
class is not a specialized class
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Feb 22, 2022
1 parent 6cf9648 commit 1f7d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/introduction.tex
Expand Up @@ -10,7 +10,7 @@ \section{Scope of the Specification}\label{scope-of-the-specification}
The semantics of the Modelica language is specified by means of a set of rules for translating any class described in the Modelica language to a flat Modelica structure.
The semantic specification should be read together with the Modelica grammar.

A class (of specialized class \lstinline!model!, \lstinline!class! or \lstinline!block!) intended to be simulated on its own is called a \firstuse{simulation model}.
A class (of specialized class \lstinline!model! or \lstinline!block!) intended to be simulated on its own is called a \firstuse{simulation model}.

The flat Modelica structure is also defined for other cases than simulation models; including functions (can be used to provide algorithmic contents), packages (used as a structuring mechanism), and partial models (used as base-models).
This allows correctness to be verified for those classes, before using them to build the simulation model.
Expand Down

0 comments on commit 1f7d798

Please sign in to comment.