Added skeleton life cycle chapter

This commit is contained in:
Robin Clark 2010-10-28 10:18:55 +01:00
parent 528413b3a6
commit d79a8fd7bd
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,20 @@
#
paper: paper.tex lifecycle_modelling_paper.tex
#latex paper.tex
#dvipdf paper pdflatex cannot use eps ffs
pdflatex paper.tex
mv paper.pdf lifecycle_modelling.pdf
okular lifecycle_modelling.pdf
# Remove the need for referncing graphics in subdirectories
#
lifecycle_modelling_paper.tex: lifecycle_modelling.tex paper.tex
cat lifecycle_modelling.tex | sed 's/lifecycle_modelling\///' > lifecycle_modelling_paper.tex
bib:
bibtex paper

View File

@ -0,0 +1,38 @@
\ifthenelse {\boolean{paper}}
{
\abstract{
This paper describes how the FMMD methodology
can be applied throughout the lifecycle of a product,
with minimal impact to the cost of re-analysis.
}
}
{
This chapter describes how the FMMD methodology
can be applied throughout the lifecycle of a product,
with minimal impact to the cost of re-analysis.
}
\section{Introduction}
\ifthenelse {\boolean{paper}}
{
paper
}
{
chapter
}
Give general idea of how a new failure mode can be integrated into the model.
How it may cause a new symptom but may not.
How it will generally be limited to small sections of th FMMD tree.
Give specific example, pretend a new failure mode is discovered in a SCHOTTKY diode.

View File

@ -135,6 +135,9 @@ for incorrect temperature.
\chapter{FMMD Used as a design aide}
\input{fmmd_design_aide/fmmd_design_aide}
\chapter{FMMD use throughout product lifecycle}
\input{lifecycle_modelling/lifecycle_modelling}
\chapter{Conclusion}
%\input{conclusion/conclusion}