-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ | |
\usepackage{booktabs} | ||
\usepackage{caption} | ||
\usepackage{url} | ||
\newcounter{ucnum} | ||
\newcommand{\ltheucnum}{UC\theucnum} | ||
\newcommand{\ucref}[1]{UC\ref{#1}} | ||
%\usepackage{refcheck} | ||
|
||
\hypersetup{ | ||
|
@@ -1545,6 +1548,15 @@ \section{Likely Changes}\label{sec_likelychgs} | |
|
||
\end{itemize} | ||
|
||
\section{Unlikely Changes} | ||
If changes were to be made with regards to the following, a different algorithm would be needed. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
\begin{itemize} | ||
\item[\refstepcounter{ucnum}\ltheucnum \label{UC_convCooling}:] Changes related to \aref{A_Newt_coil} are not possible due to the dependency of the calculations on the Heat Flux into the water from the coil. | ||
This comment has been minimized.
Sorry, something went wrong.
smiths
Owner
|
||
\item[\refstepcounter{ucnum}\ltheucnum \label{UC_opRange}:] Changes related to \aref{A_OpRange} are not possible due to \iref{ewat} and \iref{I_HWAT} only applying if \aref{A_OpRange} is true. | ||
This comment has been minimized.
Sorry, something went wrong.
smiths
Owner
|
||
\item[\refstepcounter{ucnum}\ltheucnum \label{UC_intHeat}:] For the derivation of \iref{ewat}, \aref{A_int_heat} must be held as true. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
\end{itemize} | ||
|
||
\bibliographystyle {plain} | ||
\bibliography {PCM_SRS} | ||
|
||
|
Algorithm isn't a good word here. This is about the requirements, not the design. For now, just delete this introductory sentence.