Skip to content

Commit

Permalink
Add "which is used in this case"
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Nov 11, 2022
1 parent 6e91963 commit df60bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -1186,7 +1186,7 @@ \section{Balanced Models}\label{balanced-models}
The model \lstinline!BaseProperties! together with its use in derived classes and as component relies on a special design pattern defined below.
The variables \lstinline!p!, \lstinline!h!, \lstinline!Xi! are marked as input to get correct equation count.
Since they are connectors they should neither be given binding equations in derived classes nor when using the model.
The design pattern is to give textual equations for them (as below); using \lstinline!connect!-equations for these connectors would be possible (and would work) but is not part of the design pattern.
The design pattern, which is used in this case, is to give textual equations for them (as below); using \lstinline!connect!-equations for these connectors would be possible (and would work) but is not part of the design pattern.

This partial model defines that \lstinline!T!, \lstinline!d!, \lstinline!u! can be computed from
the medium model, provided \lstinline!p!, \lstinline!h!, \lstinline!Xi! are given. Every medium with
Expand Down

0 comments on commit df60bfa

Please sign in to comment.