tidying and compiles under 12.04 ubuntu now
This commit is contained in:
parent
c6b20536aa
commit
8a442a065c
@ -51,14 +51,12 @@ paper
|
||||
{
|
||||
chapter
|
||||
}
|
||||
describes the data types and concepts for the Failure Mode Modular De-composition (FMMD) method.
|
||||
When analysing a safety critical system using
|
||||
any form of Failure Mode Effects Analysis (FMEA), we need clearly defined failure modes for
|
||||
all the components that are used in a given system.
|
||||
%
|
||||
We introduce a constraint that
|
||||
component failure modes must be mutually exclusive within individual components.
|
||||
This concept is later developed as the condition of `unitary state' fault modes (see section~\ref{sec:unitarystate}).
|
||||
starts with a worked example of the new methodology Failure Mode Modular De-composition (FMMD), and then
|
||||
describes the data types and concepts for the method, using these a UML class model is built
|
||||
and then notation is developed.
|
||||
|
||||
|
||||
|
||||
%When this constraint is complied with, we can use the FMMD method to
|
||||
%build hierarchical bottom-up models of failure mode behaviour.
|
||||
%This and the definition of a component are
|
||||
@ -84,7 +82,7 @@ This concept is later developed as the condition of `unitary state' fault modes
|
||||
|
||||
|
||||
|
||||
To demonstrate the principles behind FMMD, we analyse a
|
||||
To demonstrate the principles behind FMMD, we use it to analyse a
|
||||
commonly used circuit, the non-inverting op amp~\cite{aoe}[p.234], shown in figure \ref{fig:noninvamp}.
|
||||
|
||||
|
||||
@ -547,7 +545,13 @@ of component failures.
|
||||
|
||||
\clearpage
|
||||
|
||||
|
||||
% When analysing a safety critical system using
|
||||
% any form of Failure Mode Effects Analysis (FMEA), we need clearly defined failure modes for
|
||||
% all the components that are used in a given system.
|
||||
% %
|
||||
% We introduce a constraint that
|
||||
% component failure modes must be mutually exclusive within individual components.
|
||||
% This concept is later developed as the condition of `unitary state' fault modes (see section~\ref{sec:unitarystate}).
|
||||
|
||||
\section{Defining terms}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
all: bib chapters_sub_make
|
||||
pdflatex thesis
|
||||
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
|
||||
acroread thesis.pdf
|
||||
acroread thesis.pdf || evince thesis.pdf
|
||||
|
||||
clean:
|
||||
#touch ${CHAPTERS}
|
||||
|
Loading…
Reference in New Issue
Block a user