From 98f333ffa3a72bd0278c988fc52549313c4c7ea3 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Mon, 18 May 2015 19:02:28 +0200 Subject: [PATCH] =?UTF-8?q?Vorl=C3=A4ufige=20Gliederung=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tex | 10 ++++------ sections/Einleitung.tex | 8 ++++++++ sections/Modellentwicklung.tex | 31 +++++++++++++++++++++++++++++++ sections/Schlussbetrachtung.tex | 11 +++++++++++ sections/Theorie.tex | 20 ++++++++++++++++++++ sections/Untersuchung.tex | 13 +++++++++++++ 6 files changed, 87 insertions(+), 6 deletions(-) create mode 100755 sections/Modellentwicklung.tex create mode 100755 sections/Schlussbetrachtung.tex create mode 100755 sections/Theorie.tex create mode 100755 sections/Untersuchung.tex diff --git a/main.tex b/main.tex index 5f24062..f83c2ae 100755 --- a/main.tex +++ b/main.tex @@ -134,18 +134,16 @@ Abgabedatum: 05.08.2015\\}; \incrementstc\clearpage \pagenumbering{arabic}\setcounter{page}{1} %\acresetall % resets all acronyms to not used. Useful after the abstract to redefine all acronyms in the introduction. -%\include{Introduction} -%\include{Theory} -%\include{Concept} -%\include{Analysis} -%\include{Summary} %\begin{multicols}{2} %\vfill %\columnbreak %\setcounter{section}{1} \include{./sections/Einleitung} -%\include{./sec/2} +\include{./sections/Theorie} +\include{./sections/Modellentwicklung} +\include{./sections/Untersuchung} +\include{./sections/Schlussbetrachtung} %\end{multicols} diff --git a/sections/Einleitung.tex b/sections/Einleitung.tex index 161a145..269e8b5 100755 --- a/sections/Einleitung.tex +++ b/sections/Einleitung.tex @@ -3,8 +3,16 @@ \thispagestyle{plain} \section{Einleitung}\label{sec:Einleitung} +\subsection{Forschungsprojekt} + + +\subsection{Windenergieanlage} +NREL + + \subsection{Modellbildung} Zur Modellbildung der \ac{WEA} kommen unterschiedliche Programme zum Einsatz. Die dreidimensionale Geometrieerzeugung erfolgt mit dem CAD"=Programm \emph{CATIA\,V5} von der Firma \emph{Dassault Systèmes}\footnote{URL: \url{http://www.3ds.com/de/}}. Die Simulation hingegen erfolgt mit dem FEM"=Programm \emph{ANSYS Mechanical} von der Firma \emph{ANSYS}\footnote{URL: \url{http://www.ansys.com/de_de}} über die \emph{ANSYS Workbench} in der 15. Version. + diff --git a/sections/Modellentwicklung.tex b/sections/Modellentwicklung.tex new file mode 100755 index 0000000..bda13f4 --- /dev/null +++ b/sections/Modellentwicklung.tex @@ -0,0 +1,31 @@ + +\newpage +\thispagestyle{plain} +\section{Modellentwicklung aus Faserverbundwerkstoffen}\label{sec:Modellentwicklung} + + +\subsection{Forschungsanlage} + +\subsubsection{Rotorblatt} + +\subsubsection{Spinner} + +\subsubsection{Gondel} + +\subsubsection{Turm} + + + +\subsection{Computermodell} +Note: Computermodell validiert durch Masterthesis von Sonja +\subsubsection{Rotorblatt} + + +\subsection{Berechnungsmodell} % oder Simulationsmodell + +\subsubsection{Netz} + +\subsubsection{Randbedingungen} + +\subsubsection{Analyseparameter} + diff --git a/sections/Schlussbetrachtung.tex b/sections/Schlussbetrachtung.tex new file mode 100755 index 0000000..a1603a8 --- /dev/null +++ b/sections/Schlussbetrachtung.tex @@ -0,0 +1,11 @@ + +\newpage +\thispagestyle{plain} +\section{Schlussbetrachtung}\label{sec:Schlussbetrachtung} + + +\subsection{Zusammenfassung} + + +\subsection{Ausblick} + diff --git a/sections/Theorie.tex b/sections/Theorie.tex new file mode 100755 index 0000000..86b0994 --- /dev/null +++ b/sections/Theorie.tex @@ -0,0 +1,20 @@ + +\newpage +\thispagestyle{plain} +\section{Theorie}\label{sec:Theorie} + +\subsection{Rechnerunterstütztes Konstruieren} +\subsubsection{Flächendarstellung} +\subsubsection{Datenaustausch} + + +\subsection{Faserverbundwerkstoffe} + + +\subsection{Aerodynamik einer Windenergieanlage} + + +\subsection{Strukturdynamik einer Windenergieanlage} + + +\subsection{Numerische Strukturmechanik} \ No newline at end of file diff --git a/sections/Untersuchung.tex b/sections/Untersuchung.tex new file mode 100755 index 0000000..554750d --- /dev/null +++ b/sections/Untersuchung.tex @@ -0,0 +1,13 @@ + +\newpage +\thispagestyle{plain} +\section{Strukturdynamische Untersuchung der Windenergieanlage}\label{sec:Untersuchung} + + +\subsection{Statische Analyse} + + +\subsection{Modalanalyse} + + +\subsection{Transiente Analyse} \ No newline at end of file