Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue26 refactoring ex4 #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Exercises/Exercise 4/Latex/Exercise4.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion Exercises/Exercise 4/Latex/Exercise4.tex
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,14 @@ \section{Adding HVAC control}
we can (in this case) work around the existing control signal
by changing the heat pump model input type to \path{enable_variable_speed=true}.
The model then accepts any real signal and connections to the other control
signal are ignored.
signal are ignored. A reference implementation for this example is shown in Figure~\ref{fig:scheHVAC}.

\begin{figure}[h!]
\centering
\includegraphics[width=\linewidth]{Schematic7.png}
\caption{The schematic of Example 7.}
\label{fig:scheHVAC}
\end{figure}

\paragraph{Side notes}
Note that the control signal of the heat pump could also have been used to disable
Expand Down
Binary file modified Exercises/Exercise 4/Latex/Schematic6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Exercises/Exercise 4/Latex/Schematic7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.