Skip to content

Commit

Permalink
Corrected placement of J constraints and created a new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
elwazana committed Aug 20, 2018
1 parent eb1731a commit 590869e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file modified CaseStudies/glass/docs/SRS/glassbr_srs.pdf
Binary file not shown.
10 changes: 8 additions & 2 deletions CaseStudies/glass/docs/SRS/glassbr_srs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1165,8 +1165,6 @@ \subsubsection{Data Constraints} \label{sec_DataConstraints}
$b$&$0 < b \leq a$ & $d_{\text{min}} \leq b \leq d_{\text{max}}$
& 1.2 \si[per-mode=symbol]{\metre}& 10\%\\

$J$&$J > 0 $ & $J_{\text{min}} \leq J \leq J_{\text{max}}$ & -- & 10\%\\

$P_{b_{\text{tol}}}$& $0 < P_{b_{\text{tol}}} < 1$& --& 0.008 &0.1\%\\

$\text{SD}$&$\text{SD}>0$&$\text{SD}_{\text{min}} \leq \text{SD} \leq \text{SD}_{\text{max}}$&45
Expand Down Expand Up @@ -1206,6 +1204,7 @@ \subsubsection{Data Constraints} \label{sec_DataConstraints}
\toprule
\textbf{Var} & \textbf{Physical Constraints} \\
\midrule
$J$&$1 \leq J \leq 32$\\
$P_b$ & $0 < P_b < 1$\\
\bottomrule
\end{tabular}
Expand Down Expand Up @@ -1306,6 +1305,13 @@ \subsection{Functional Requirements} \label{Func}
\item Aspect Ratio (AR) (\ddref{DD_AR})
\end{itemize}

\item[R\refstepcounter{reqnum}\thereqnum \label{Verify}:]

The system shall check the calculated output values to ensure that they do not
exceed the data constraints mentioned in Section~\ref{sec_DataConstraints}. If any of
the output values are out of bounds, an error message is displayed and the
calculations stop.

\end{itemize}

\subsection{Non-Functional Requirements}
Expand Down

0 comments on commit 590869e

Please sign in to comment.