CH4 as submitted to J Howse today
This commit is contained in:
parent
d0cfa0651b
commit
dfe77306a9
@ -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}.
|
||||
%for the {\fg}.
|
||||
%
|
||||
We view these symptoms as %derived
|
||||
We view these symptoms as the %derived
|
||||
failure modes of the {\fg}.
|
||||
%
|
||||
Or in other words we can determine how the `{\fg}' can fail.
|
||||
We can now consider the {\fg} as a {\dc} % sort of super component
|
||||
%Or in other words
|
||||
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.
|
||||
%
|
||||
% Rather than taking each component failure mode
|
||||
@ -138,6 +140,7 @@ with its own set of failure modes.
|
||||
% %
|
||||
% 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.
|
||||
%
|
||||
Because a {\dc} has a set of failure modes we can use it in higher level {\fgs}
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
all: bib chapters_sub_make thesis
|
||||
all: bib copy thesis
|
||||
|
||||
thesis:
|
||||
pdflatex thesis
|
||||
@ -16,8 +16,7 @@ clean:
|
||||
bib:
|
||||
pdflatex thesis # do this first otherwise bibtex gets its knickers in a twist
|
||||
bibtex thesis
|
||||
|
||||
chapters_sub_make:
|
||||
copy:
|
||||
echo "chapters submake"; sleep 2
|
||||
cd CH1_introduction; make copy
|
||||
cd CH2_FMEA; make copy
|
||||
|
Loading…
Reference in New Issue
Block a user