CH4 as submitted to J Howse today

This commit is contained in:
Robin P. Clark 2012-09-25 14:21:45 +01:00
parent d0cfa0651b
commit dfe77306a9
2 changed files with 8 additions and 6 deletions

View File

@ -114,11 +114,13 @@ Once we have the failure mode behaviour of the {\fg}, we can determine its sympt
%or the failure modes of the {\dc}. %or the failure modes of the {\dc}.
%for the {\fg}. %for the {\fg}.
% %
We view these symptoms as %derived We view these symptoms as the %derived
failure modes of the {\fg}. failure modes of the {\fg}.
% %
Or in other words we can determine how the `{\fg}' can fail. %Or in other words
We can now consider the {\fg} as a {\dc} % sort of super component That is, we can determine how the {\fg} can fail.
As we now have a set of failure modes for the {\fg} we can treat it as a component.
We can now consider the {\fg} as a `{\dc}' % sort of super component
with its own set of failure modes. with its own set of failure modes.
% %
% Rather than taking each component failure mode % Rather than taking each component failure mode
@ -138,6 +140,7 @@ with its own set of failure modes.
% % % %
% We call this a {\dc}. % We call this a {\dc}.
% % % %
%We term this newly created component as a `{dc}'.
%This {\dc} has a set of failure modes: we can thus treat it as a `higher~level' component. %This {\dc} has a set of failure modes: we can thus treat it as a `higher~level' component.
% %
Because a {\dc} has a set of failure modes we can use it in higher level {\fgs} Because a {\dc} has a set of failure modes we can use it in higher level {\fgs}

View File

@ -1,7 +1,7 @@
all: bib chapters_sub_make thesis all: bib copy thesis
thesis: thesis:
pdflatex thesis pdflatex thesis
@ -16,8 +16,7 @@ clean:
bib: bib:
pdflatex thesis # do this first otherwise bibtex gets its knickers in a twist pdflatex thesis # do this first otherwise bibtex gets its knickers in a twist
bibtex thesis bibtex thesis
copy:
chapters_sub_make:
echo "chapters submake"; sleep 2 echo "chapters submake"; sleep 2
cd CH1_introduction; make copy cd CH1_introduction; make copy
cd CH2_FMEA; make copy cd CH2_FMEA; make copy