Skip to content
Snippets Groups Projects
Commit 8101cea0 authored by Thomas Lambert's avatar Thomas Lambert 🚁
Browse files

ADS v4 slides for 2022

parent 7cdc724a
No related branches found
No related tags found
No related merge requests found
% ADS
% Lecture Notes
% APRI0004 - ADS Presentation
% ------------------------------
%
% Author: Thomas Lambert <t.lambert@uliege.be>
% ULiege - Aeroelasticity and Experimental Aerodynamics
%
%
%==============================================================================
%------------------------------------------------------------------------------
% MANAGE HANDOUT AUTOMATICALLY
%------------------------------------------------------------------------------
% Manage handout automatically
\ifdefined\ishandout
\documentclass[handout, aspectratio=169]{beamer}
\documentclass[handout, aspectratio=169]{beamer}
\else
\documentclass[aspectratio=169]{beamer}
\documentclass[aspectratio=169]{beamer}
\fi
%------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%------------------------------------------------------------------------------
% Theme
%------------------------------------------------
\usetheme[titlestyle=style2, headingcolor=theme,
sectionstyle=style2, sectionpage=none]{trigon}
\usetheme[
titleformat=smallcaps,
titlestyle=style2,
headingcolor=theme,
sectionstyle=style2]{trigon}
\usepackage[faculty=uliege, slidelogo=none]{ULiege-trigon}
\usepackage{ULiege-colors}
% Custom Changes
%------------------------------------------------
\usepackage{appendixnumberbeamer}
\pdfstringdefDisableCommands{% Fix hyperref translate warning with \appendix
\def\translate#1{#1}%
......@@ -57,7 +46,55 @@ sectionstyle=style2, sectionpage=none]{trigon}
label style={font=\footnotesize},
legend style={font=\scriptsize},
}
\hypersetup{
colorlinks=true,
linkcolor = .,
anchorcolor = .,
citecolor = .,
filecolor = .,
menucolor = .,
runcolor = .,
urlcolor = ulgBlueGreenLight,
}
\usepackage{listings} %Typeset code exmaples
\lstset{%
float=htbp,
basicstyle=\ttfamily\footnotesize,
keywordstyle=\color{ulgBlueGreen}\bfseries,
commentstyle=\color{ulgGrey}\itshape,
stringstyle=\color{ulgBlueGreenLight},
%backgroundcolor=\color{ulgBeigeLight!90},
numbers=none,
numberstyle=\tiny\ttfamily,
stepnumber=2,
showspaces=false,
showstringspaces=false,
showtabs=false,
frame=none,
framerule=1pt,
tabsize=2,
rulesep=5em,
captionpos=b,
breaklines=true,
breakatwhitespace=false,
framexleftmargin=0em,
framexrightmargin=0em,
xleftmargin=0em,
xrightmargin=0em,
aboveskip=1em,
belowskip=1em,
}
\newcommand\lst[1]{\lstinline[basicstyle=\ttfamily\normalsize]{#1}}
\newcommand\lstmat[1]{\lstinline[language=matlab]{#1}}
\newcommand\lstpy[1]{\lstinline[language=python]{#1}}
\newcommand\todo[1]{\textcolor{red}{\textbf{#1}}}
\usepackage{tikz}
\usetikzlibrary{shapes}
\newcommand{\colsquare}[1]{\raisebox{0.5pt}{\tikz{\node[draw,scale=0.4,regular
polygon, regular polygon sides=4,fill=#1](){};}}}
%------------------------------------------------------------------------------
% TITLE SLIDE
......@@ -67,176 +104,345 @@ sectionstyle=style2, sectionpage=none]{trigon}
%\subtitle{Subtitle}
\author[TL]{Thomas \textsc{Lambert}}
\titlegraphic{
\includegraphics[height=0.8\paperheight, trim=30pt 0pt 0pt -40pt]
{figures/illustration.jpg}
{figures/applied-aircraft.jpg}
}
\date{\, }
\date{21 March 2022}
%==============================================================================
% BEGIN DOCUMENT
%==============================================================================
\begin{document}
%------------------------------------------------
% Title
\titleframe
%------------------------------------------------
% Introduction
{
\AtBeginSection{} % Disables section frame here
\begin{frame}{Introduction}
\section*{Introduction}
\label{sec:ADS:intro}
\begin{columns}[c,onlytextwidth]
\column{0.55\textwidth}
\textbf{OAD - Aircraft Design Software (ADS)}
\begin{itemize}
\item Developped by a Belgian engineer (Namur)
\item Used by
\begin{itemize}
\item small companies
\item hobbyists
\item independent manufacturers
\item universities
\end{itemize}
\item Simple to use, yet rich features
\item \textbf{Detailed technical approach}
\end{itemize}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\setcounter{tocdepth}{1}
\tableofcontents
\end{frame}
\hfill
\column{0.35\textwidth}
\includegraphics[width=0.8\linewidth]{figures/ADSlogo.png}
\end{columns}
\end{frame}
\begin{frame}{\insertsectionhead}
\begin{columns}[c,onlytextwidth]
\column{0.55\textwidth}
\textbf{OAD - Aircraft Design Software (ADS)}
\begin{itemize}
\item OAD is a Belgian company (Namur)
\item They develop ADS (Aircraft Design Software)
\item Used mostly by
\begin{itemize}
\item startups
\item hobbyists
\item independent manufacturers
\item universities
\end{itemize}
\item Simple to use, yet feature-rich
\item \textbf{Detailed technical approach}
\end{itemize}
\hfill
\column{0.35\textwidth}
\includegraphics[width=0.9\linewidth]{figures/ADS-logo.eps}
\end{columns}
\end{frame}
}
%------------------------------------------------
\section{Installation and usage}
\label{sec:ADS:install}
\begin{frame}{Basic concept}
Two main features
\begin{itemize}
\item \textbf{Analysis}: analyze existing aircraft
\item \textbf{Design}: design your aircraft
\end{itemize}
\pause
Each one is divided in 3 levels of completeness/hypotheses
\subsection{Download}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{enumerate}
\item Few inputs, not much information about the plane
\item Many inputs, decent list of information about the plane
\item Complete set of inputs, you know (almost) everything about the plane
\item Download \href{https://www.pca2000.com/ADSV4-Part01.pdf}{ADS user
manual}\\
\qquad http://www.oad.aero > ADS > Technical reports > User's manual
\item Download latest version of \href{https://www.pca2000.com/en/ads-espace-client.php}{ADS
Software and ADS Database}\\
\qquad http://www.oad.aero > ADS > Client Area
\item Use the \textbf{Client ID} I gave you
\end{enumerate}
\end{frame}
%------------------------------------------------
\begin{frame}{Output}
ADS will use these inputs to determine a large set of outputs such as
\subsection{Installation}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
Install the software
\begin{enumerate}
\item Right-click the \textit{setup.exe} and \textbf{Run as Administrator}
\item Follow the instructions to complete the install process
\end{enumerate}
Place the database in a proper directory
\begin{itemize}
\item Complete design (weights, stability, etc.)
\item Speeds, ranges, consumption, etc.
\item Climb, derivatives, thrusts, powers, propellers
\item Drag detail, etc.
\item ADS will look for the database every time you use it
\item Avoid letting it sit at a random place where it could be deleted
\item Suggestion: \lst{Users\\Documents} or \lst{C:\\Users\\Program Files}
\end{itemize}
Depending on the design level, it can also render a 3D model of your aircraft
\end{frame}
%------------------------------------------------
\begin{frame}{Optimized design}
Two design options are possible (see \textit{processing options})
\subsection{Starting the software}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
First start
\begin{enumerate}
\item Simple design: design the aircraft from your inputs
\item Optimized design: do a trade-off study based on your inputs
\item Right-click ADS launcher and \textbf{Run as Administrator}
\item Indicate the location of the Data folder
\end{enumerate}
\pause
Subsequent runs
\begin{itemize}
\item No longer need to be run as Administrator
\item Create or load a new session
\begin{itemize}
\item Session = windows and opened aircraft
\item You can reload you aircraft in a new session every time
\end{itemize}
\item \textbf{Run online activation}
\end{itemize}
\end{frame}
In Optimized design, you can select a few parameters to vary (up to 15) and define range for their variation.\\
ADS will then create up to 10k configurations and present you the performance for these configurations.
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead - Online activation}
\begin{itemize}
\item We only have 5 licenses keys.
\item Online activation ensures a single key is not used simultaneously
\end{itemize}
\pause
Process (to be repeated at every use of ADS)
\begin{enumerate}
\item In ADS: File > On-Line Activation
\item Indicate the \textbf{User ID}
\item Click \textit{Generate and Copy to Clipboard}
\item Click \textit{On-Line Activation}
\item Paste the code and click \textit{continue}
\item Copy the access code and paste it back in ADS
\end{enumerate}
\end{frame}
%------------------------------------------------
\section{ADS Overview}
\label{sec:ADS:overview}
\begin{frame}{What we ask you to do}
\textbf{Now} -- \textit{Get familiar with the software}
\subsection{Philosophy}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
ADS has two main philosophies
\begin{itemize}
\item Design one of your aircraft with \textit{design level 1 and 2}
\item Quickly check your performance with ADS prediction
\item \textbf{Design}: new aircraft from scratch, evaluate impact of modifications
\item \textbf{Analysis}: analyze existing aircraft
\begin{itemize}
\item Reverse engineering of existing aircraft (competitors)
\item Extended performance analysis of your design
\end{itemize}
\end{itemize}
\pause
\textbf{For the report} -- \textit{Complete comparison}
The design module is split in two different levels
\begin{enumerate}
\item Few inputs, not much information about the aircraft
\item Complete set of inputs, you know (almost) everything about the
aircraft dimensions and components
\end{enumerate}
\end{frame}
\subsection{Use cases}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{itemize}
\item Design both aircraft with \textit{design level 3}
\item Check the performance with ADS prediction
\item Criticize the differences between your results and ADS
\item Based on the same methodology and equations that you used in this
course (Raymer, Torenbeek, Gudmundsson, etc.)
\item Well adapted for:
\begin{itemize}
\item Using ADS technical documentation
\item General Aviation
\item Light transport or business aircraft
\item Unmanned Aircraft
\item Single-aisle jets (business, regional, etc.)
\end{itemize}
\pause
\item Many features: Multi-engines, canard, full-electric, special designs,
distributed propulsion, vector thrust, etc.
\end{itemize}
\end{frame}
\subsection{Limitations}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{itemize}
\item Transonic and supersonic aircraft are not well supported
\item Complex and advanced concept not (yet) supported
\begin{itemize}
\item VTOL, STOL
\item Hybrid
\item Boundary-layer ingestion
\item ...
\end{itemize}
\pause
\item Adding this could be the topic of a Master Thesis Project (contact me)
\end{itemize}
\end{frame}
%------------------------------------------------
\section{ADS for this project}
\label{sec:ADS:project}
\subsection{Main task}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
Due to the limitations, it will not be possible to do a full design
\begin{enumerate}
\item Input your current design for cruise
\begin{itemize}
\item Add unused components (\textit{e.g.} T/O engine) as a \textit{system}
\item Consider the full fuel or full-electric case (depending on your type
of cruise)
\end{itemize}
\item Analyze ADS results in terms of
\begin{itemize}
\item design
\item performance
\end{itemize}
\item Criticize the differences
\end{enumerate}
\end{frame}
\subsection{Subsidiary task}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
Use ADS to improve the design
\begin{itemize}
\item Check position and clearances for the occupants
\item Remove unnecessary empty spaces
\item Quick way of doing a trade-off study in some conditions
\item Quick way of checking impact on stability
\item Study impact of added systems (air-co, anti-icing)
\end{itemize}
\end{frame}
\begin{frame}
%------------------------------------------------
\section{ADS interface}
\label{sec:ADS:interface}
\subsection{Main window}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{center}
Get ADS technical notes, user manual and \textbf{video tutorials} on their website\\[1cm]
\textcolor{tAccent}{\url{http://www.pca2000.com/en/ads-rapports-techniques.php}}
\includegraphics[width=0.7\textwidth]{figures/interface.png}
\end{center}
\end{frame}
%==============================================================================
% APPENDIX
%==============================================================================
\subsection{Tree view}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{columns}[c,onlytextwidth]
\column{0.45\textwidth}
\includegraphics[trim=5 580 1250 65, clip, width=0.95\linewidth]{figures/interface.png}
\column{0.53\textwidth}
\begin{itemize}
\item Most important is \textbf{airplanes}
\begin{itemize}
\item This is where you define all your design
\end{itemize}
\item Engines, airfoils, fuels, etc
\begin{itemize}
\item Allow to open and edit existing items
\item Allow to add extra items based on specifications that you know
(\textit{e.g.} next-gen batteries, etc.)
\end{itemize}
\end{itemize}
\hfill
\end{columns}
\end{frame}
\appendix
\begin{frame}[fragile]{Practical details}
\begin{itemize}
\item Lots of information/details in the right-side pane (use \textbf{F1} to show it).
\item The files are saved/stored in
\begin{verbatim}
C:\Users\...\AppData\Local\VisualStore\Program Files (x86)\ADS\ADS-Data
\end{verbatim}
\begin{itemize}
\item You can copy the technical notes on a USB stick
\item Your design and results are in 'Airplanes'
\end{itemize}
\item Create a new file for each aircraft and each design level, \textit{i.e.}:
\begin{itemize}
\item Single(1), Single(2), Single(3)
\item Twin(1), Twin(2), Twin(3)
\end{itemize}
\item Demo available but saving is not possible \url{http://www.pca2000.com/en/software/ads-demo.php}
\end{itemize}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead (2)}
\begin{columns}[c,onlytextwidth]
\column{0.45\textwidth}
\includegraphics[width=0.95\linewidth]{figures/treeView_reddots.png}
\column{0.53\textwidth}
Sometimes colored dots will appear in the treeview alongside some elements
\begin{table}
\caption{Color dots in treeview}
\begin{center}
\begin{tabular}[c]{@{}ll@{}}
\hline
\colsquare{red} & Possibility to download one Technical Note \\
\colsquare{green} & Possibility to display one picture \\
\colsquare{blue} & Possibility to go to website \\
\hline
\end{tabular}
\end{center}
\end{table}
\hfill
\end{columns}
\end{frame}
\subsection{Aircraft creation}
\begin{frame}{\insertsectionhead}
\framesubtitle{\insertsubsectionhead}
\begin{columns}[c,onlytextwidth]
\column{0.45\textwidth}
\includegraphics[width=0.95\linewidth]{figures/newAirplane.png}
\column{0.53\textwidth}
\begin{itemize}
\item \textbf{Program name:} Aircraft name
\item \textbf{Version:} Original, trade-off 1, ...
\item \textbf{Variant:} Different version of the same aircraft
\item \textbf{Type:} Light aircraft
\end{itemize}
\hfill
\end{columns}
\end{frame}
%------------------------------------------------
\section{Resources}
\label{sec:ADS:resources}
%==============================================================================
% END DOCUMENT
%==============================================================================
\begin{frame}{\insertsectionhead}
On ADS website (\url{https://oad.aero})
\begin{itemize}
\item User manuals (especially \textbf{Part I and II})
\item \textbf{Video} tutorials
\item Validation reports
\end{itemize}
In ADS
\begin{itemize}
\item Technical notes on the calculation of many elements
\begin{enumerate}
\item Right click on the element
\item Click pdf logo
\end{enumerate}
\end{itemize}
\end{frame}
\end{document}
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.17.4 (https://cairographics.org)
%%CreationDate: Fri Mar 11 20:31:07 2022
%%Pages: 1
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 14 19 169 155
%%EndComments
%%BeginProlog
50 dict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
/cairo_data_source {
CairoDataIndex CairoData length lt
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
{ () } ifelse
} def
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
/cairo_image { image cairo_flush_ascii85_file } def
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 14 19 169 155
%%EndPageSetup
q 14 19 155 136 rectclip
1 0 0 -1 0 180 cm q
0 g
14.707 116.5 m 20.059 140.441 l 133.965 160.141 l 167.859 116.57 l 64.164
116.543 l 40.344 136.523 l 19.723 127.539 l 30.891 116.555 l h
132.492 121.473 m 136.305 121.852 137.488 122.641 138.746 124.172 c 140.539
126.352 140.488 128.82 140.488 128.82 c 136.441 128.891 l 136.441 128.891
136.391 126.59 135.418 125.691 c 134.441 124.793 132.129 124.613 130.281
124.941 c 128.312 125.289 127.738 127.078 127.641 127.617 c 127.383 129.043
128.605 129.637 130.512 130.68 c 132.418 131.719 138.395 131.582 140 134.309
c 141.082 136.145 142.141 138.191 140.77 140.477 c 138.953 143.516 137.789
144.047 134.07 144.992 c 132.148 145.48 129.082 145.23 127.262 144.078
c 125.391 142.898 123.285 140.547 122.863 139.16 c 122.441 137.77 122.781
136.504 122.781 136.504 c 126.953 136.504 l 126.953 136.504 126.859 136.809
127.113 138.363 c 127.363 139.914 129.461 140.824 130.543 141.223 c 131.621
141.621 133.629 142.141 135.57 140.566 c 136.992 139.418 137.172 137.891
136.555 136.77 c 135.59 135.027 132.211 135.004 129.961 134.5 c 127.715
134 124.586 132.926 123.723 130.266 c 123.094 128.332 123.609 126.074 124.32
124.844 c 125.816 122.383 128.055 121.73 132.492 121.473 c h
89.883 122.113 m 98.766 144.105 l 94.035 144.168 l 91.746 137.516 l 83.77
137.34 l 81.406 144.031 l 77.062 143.887 l 85.512 122.121 l h
100.391 121.797 m 111.48 121.859 l 111.48 121.859 119.559 122.266 119.816
132.855 c 120.227 143 112.574 144.371 112.574 144.371 c 100.48 144.328
l h
104.621 125.508 m 104.523 141.141 l 104.523 141.141 109.504 141.543 110.867
141.152 c 112.055 140.812 115.566 140.367 115.527 133.031 c 115.426 126.609
112.84 126.109 111.77 125.672 c 111.02 125.367 104.621 125.508 104.621
125.508 c h
87.496 126.746 m 84.5 134.578 l 90.844 134.613 l h
87.496 126.746 m f
0.749999 w
0 J
0 j
[] 0.0 d
4 M q 1 0 0 1 0 0 cm
14.707 116.5 m 20.059 140.441 l 133.965 160.141 l 167.859 116.57 l 64.164
116.543 l 40.344 136.523 l 19.723 127.539 l 30.891 116.555 l h
132.492 121.473 m 136.305 121.852 137.488 122.641 138.746 124.172 c 140.539
126.352 140.488 128.82 140.488 128.82 c 136.441 128.891 l 136.441 128.891
136.391 126.59 135.418 125.691 c 134.441 124.793 132.129 124.613 130.281
124.941 c 128.312 125.289 127.738 127.078 127.641 127.617 c 127.383 129.043
128.605 129.637 130.512 130.68 c 132.418 131.719 138.395 131.582 140 134.309
c 141.082 136.145 142.141 138.191 140.77 140.477 c 138.953 143.516 137.789
144.047 134.07 144.992 c 132.148 145.48 129.082 145.23 127.262 144.078
c 125.391 142.898 123.285 140.547 122.863 139.16 c 122.441 137.77 122.781
136.504 122.781 136.504 c 126.953 136.504 l 126.953 136.504 126.859 136.809
127.113 138.363 c 127.363 139.914 129.461 140.824 130.543 141.223 c 131.621
141.621 133.629 142.141 135.57 140.566 c 136.992 139.418 137.172 137.891
136.555 136.77 c 135.59 135.027 132.211 135.004 129.961 134.5 c 127.715
134 124.586 132.926 123.723 130.266 c 123.094 128.332 123.609 126.074 124.32
124.844 c 125.816 122.383 128.055 121.73 132.492 121.473 c h
89.883 122.113 m 98.766 144.105 l 94.035 144.168 l 91.746 137.516 l 83.77
137.34 l 81.406 144.031 l 77.062 143.887 l 85.512 122.121 l h
100.391 121.797 m 111.48 121.859 l 111.48 121.859 119.559 122.266 119.816
132.855 c 120.227 143 112.574 144.371 112.574 144.371 c 100.48 144.328
l h
104.621 125.508 m 104.523 141.141 l 104.523 141.141 109.504 141.543 110.867
141.152 c 112.055 140.812 115.566 140.367 115.527 133.031 c 115.426 126.609
112.84 126.109 111.77 125.672 c 111.02 125.367 104.621 125.508 104.621
125.508 c h
87.496 126.746 m 84.5 134.578 l 90.844 134.613 l h
87.496 126.746 m S Q
0.749999 w
q 1 0 0 1 0 0 cm
104.156 83.301 m 105.773 83.652 106.422 85.918 105.871 87.242 c 105.602
87.895 104.602 87.953 103.895 88.02 c 103.262 88.082 102.52 88.062 102.012
87.676 c 101.145 87.012 100.539 85.816 100.594 84.73 c 100.625 84.113 101.023
83.461 101.555 83.145 c 102.133 82.863 103.059 82.934 104.156 83.301 c
h
104.156 83.301 m S Q
104.754 83.555 m 104.754 83.555 107.391 81.145 98.477 75.516 c 89.559 69.887
88.227 68.125 84.039 66.883 c 79.855 65.641 55.129 66.797 55.129 66.797
c 57.145 67.84 l 74.82 67.426 l 74.82 67.426 81.219 66.996 84.848 68.648
c 88.48 70.301 96.609 75.777 96.609 75.777 c 96.609 75.777 100.418 77.863
102.359 79.891 c 104.301 81.918 104.156 83.301 104.156 83.301 c h
104.754 83.555 m f
q 1 0 0 1 0 0 cm
104.754 83.555 m 104.754 83.555 107.391 81.145 98.477 75.516 c 89.559 69.887
88.227 68.125 84.039 66.883 c 79.855 65.641 55.129 66.797 55.129 66.797
c 57.145 67.84 l 74.82 67.426 l 74.82 67.426 81.219 66.996 84.848 68.648
c 88.48 70.301 96.609 75.777 96.609 75.777 c 96.609 75.777 100.418 77.863
102.359 79.891 c 104.301 81.918 104.156 83.301 104.156 83.301 c h
104.754 83.555 m S Q
102.242 88.043 m 102.242 88.043 100.719 89.516 98.738 90.363 c 95.215 91.875
93.145 90.945 91.152 90.766 c 87.82 90.465 87.348 90.09 81.77 88.504 c
78.098 87.461 74.957 86.109 73.277 85.246 c 69.035 83.066 54.289 74.609
54.289 74.609 c 41.727 86.387 l 35.395 84.098 l 35.992 83.023 l 40.387 84.355
l 52.906 71.711 l 52.906 71.711 74.039 83.883 75.363 84.41 c 76.688 84.941
80.324 87.07 88.277 88.844 c 96.227 90.621 97.367 89.918 98.527 89.512
c 99.691 89.105 101.168 87.676 101.168 87.676 c h
102.242 88.043 m f
q 1 0 0 1 0 0 cm
102.242 88.043 m 102.242 88.043 100.719 89.516 98.738 90.363 c 95.215 91.875
93.145 90.945 91.152 90.766 c 87.82 90.465 87.348 90.09 81.77 88.504 c
78.098 87.461 74.957 86.109 73.277 85.246 c 69.035 83.066 54.289 74.609
54.289 74.609 c 41.727 86.387 l 35.395 84.098 l 35.992 83.023 l 40.387 84.355
l 52.906 71.711 l 52.906 71.711 74.039 83.883 75.363 84.41 c 76.688 84.941
80.324 87.07 88.277 88.844 c 96.227 90.621 97.367 89.918 98.527 89.512
c 99.691 89.105 101.168 87.676 101.168 87.676 c h
102.242 88.043 m S Q
49 68.711 m 35.457 53.398 l 38.57 53.316 l 57.699 68.562 l 50.738 68.773
l 50.527 68.004 l 53.203 67.836 l 41.512 57.082 l h
49 68.711 m f
q 1 0 0 1 0 0 cm
49 68.711 m 35.457 53.398 l 38.57 53.316 l 57.699 68.562 l 50.738 68.773
l 50.527 68.004 l 53.203 67.836 l 41.512 57.082 l h
49 68.711 m S Q
53.703 104.586 m 26.074 127.652 l 37.418 131.621 l 87.512 89.727 l 84.625
88.77 l 36.488 129.719 l 28.816 127.188 l 54.195 105.316 l h
53.703 104.586 m f
q 1 0 0 1 0 0 cm
53.703 104.586 m 26.074 127.652 l 37.418 131.621 l 87.512 89.727 l 84.625
88.77 l 36.488 129.719 l 28.816 127.188 l 54.195 105.316 l h
53.703 104.586 m S Q
99.883 77.227 m 141.246 30.191 l 129.043 26.535 l 94.289 66.258 l 95.309
66.93 l 129.918 28.062 l 138.816 30.941 l 97.977 76.109 l f
q 1 0 0 1 0 0 cm
99.883 77.227 m 141.246 30.191 l 129.043 26.535 l 94.289 66.258 l 95.309
66.93 l 129.918 28.062 l 138.816 30.941 l 97.977 76.109 l S Q
64.777 55.023 m 65.934 53.723 l 72.824 56.438 l 62.082 66.621 l 58.754
66.711 l 68.949 56.676 l h
64.777 55.023 m f
q 1 0 0 1 0 0 cm
64.777 55.023 m 65.934 53.723 l 72.824 56.438 l 62.082 66.621 l 58.754
66.711 l 68.949 56.676 l h
64.777 55.023 m S Q
1.31811 w
q 1 0 0 1 0 0 cm
72.742 67.762 m 72.742 67.762 72.75 68.238 72.656 68.453 c 72.098 69.742
71.227 71.082 69.957 71.691 c 69.141 72.078 67.242 71.734 67.242 71.734
c 67.242 71.734 66.457 72.316 66.844 74.465 c 67.227 76.613 70.879 80.086
76.461 83.594 c 82.043 87.102 85.223 82.633 85.223 82.633 c 91.625 76.309
l 91.625 76.309 92.504 75.109 92.477 73.336 c 92.445 71.562 82.039 67.215
82.039 67.215 c h
72.742 67.762 m S Q
0.979804 w
q 0.987476 0.407225 -0.375421 1 0 0 cm
131.296 37.322 m 131.295 45.986 125.658 53.009 118.704 53.009 c 111.749
53.009 106.113 45.987 106.114 37.323 c 106.111 28.656 111.751 21.633 118.706
21.633 c 125.66 21.633 131.297 28.657 131.296 37.322 c h
131.296 37.322 m S Q
Q Q
showpage
%%Trailer
end
%%EOF
This diff is collapsed.
APRI0004-ADP/ADS/figures/ADS_logo.png

6.2 KiB

APRI0004-ADP/ADS/figures/ADSlogo.png

23.7 KiB

APRI0004-ADP/ADS/figures/OAD_logo.jpg

4.54 KiB

APRI0004-ADP/ADS/figures/applied-aircraft.jpg

45.6 KiB

APRI0004-ADP/ADS/figures/interface.png

430 KiB

APRI0004-ADP/ADS/figures/newAirplane.png

43.5 KiB

APRI0004-ADP/ADS/figures/treeView_reddots.png

26.6 KiB

......@@ -10,5 +10,4 @@ $pdf_mode = 1;
$bibtex_use = 2;
# Additional files to clean
$clean_ext = 'synctex.gz synctex.gz(busy) run.xml tex.bak bcf fdb_latexmk run tdo %R-blx.bib nav snm'
$clean_ext = 'synctex.gz synctex.gz(busy) run.xml tex.bak bcf fdb_latexmk run tdo %R-blx.bib nav snm vrb'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment