Konvergenz zu Frequenz, Tabelle zu den ersten 20 Eigenfrequenzen und zu der Abweichung der Frequenzen ein Balkendiagramm hinzugefügt

This commit is contained in:
2015-06-08 02:07:47 +02:00
parent 9997c2d4b9
commit 45d1ad03c6
4 changed files with 217 additions and 3 deletions

View File

@@ -243,6 +243,124 @@ Mit den abschließenden Zeilen werden die Ebenen mit dem Modell verknüpft. Zuvo
\subsubsection{Netz}
%\begin{figure}[H]\centering
%\begin{tikzpicture}[]
%\begin{axis}[
% width=11.0cm, height=5cm,
% title={},
% enlarge x limits=false,
% enlarge y limits=false,
% scale only axis,
% grid=major,
% tick align = outside,
% axis lines=left,
% xmode=log,log basis x=10,
% xmin=80000,
% xmax=370000,
% ymin=0,
% ymax=1100,
% xlabel={Knotenanzahl},
% ylabel={\ref{pgfplots:konvergenz:wiege:sigma} Max.\,Spannung $\sigma\ti{Mises}$ in MPa},
% yticklabel style={ /pgf/number format/.cd,fixed,fixed zerofill,precision=0},
% ytick={0,200,...,1400},
% legend style={
% nodes=right,
% font=\small,
% },
% legend pos=south west,
%]
% \pgfplotstableread[col sep=semicolon]{data/Konvergenz.csv}\datatable
% \addplot[draw1, mark=x] table[skip first n=1, x index=0,x expr=\thisrowno{0}*1, y index=2] from \datatable;
% \label{pgfplots:konvergenz:wiege:sigma}
%\end{axis}
%\begin{axis}[
% width=11.0cm, height=5cm,
% enlarge x limits=false,
% enlarge y limits=false,
% scale only axis,
% tick align = outside,
% axis y line*=right,
% xmode=log,log basis x=10,
% xmin=80000,
% xmax=370000,
% ymin=0,
% ymax=22,
% ytick={4,8,...,25},
% ylabel={\ref{pgfplots:konvergenz:wiege:U} Max.\,Verformung $U$ in mm},
% axis x line=none,
% legend style={
% nodes=right,
% font=\small,
% },
% legend pos=south east,
%]
% \pgfplotstableread[col sep=semicolon]{data/Konvergenz.csv}\datatable
%\addplot[draw2, mark=*,mark size=1] table[skip first n=1, x index=0,x expr=\thisrowno{0}*1, y index=3] from \datatable;
% \label{pgfplots:konvergenz:wiege:U}
%\end{axis}
%\end{tikzpicture}%
%\caption[
%Konvergenzstudie zur maximalen Vergleichsspannung und der maximalen Verformung
%]{
%Konvergenzstudie zur maximalen Vergleichsspannung $\sigma\ti{Mises}$~\ref{pgfplots:konvergenz:wiege:sigma} und der maximalen Verformung $U$~\ref{pgfplots:konvergenz:wiege:U}
%}\label{fig:konvergenz:wiege}
%\end{figure} \vspace{-.5em}
%\begin{figure}[H]
\begin{figure}[H]\centering %!htb
\begin{tikzpicture}[]
\begin{axis}[
width=12cm, height=5cm,
title={},
enlarge x limits=false,
enlarge y limits=false,
scale only axis,
grid=major, %grid style={dashed, gray!30},
tick align = outside,
axis lines=left, % middle
xmode=log,log basis x=10,
xmin=40000,
xmax=3100000,
ymin=0,
ymax=3.6,
xlabel={Freiheitsgrade},
ylabel={Eigenfrequenzen $f_i$ in Hz},
yticklabel style={ /pgf/number format/.cd,fixed,fixed zerofill,precision=1},
ytick={0,.5,...,3.5},
legend style={
nodes=right,
font=\small,
},
legend pos=south west,
]
\pgfplotstableread{datas/Frequenzen.dat}\datatable
\addplot[matlab1, thick, mark=x] table[x index=0, y index=1] from \datatable;
\addplot[matlab2, thick, mark=x] table[x index=0, y index=2] from \datatable;
\addplot[matlab3, thick, mark=x] table[x index=0, y index=3] from \datatable;
\addplot[matlab4, thick, mark=x] table[x index=0, y index=4] from \datatable;
\addplot[matlab5, thick, mark=x] table[x index=0, y index=5] from \datatable;
\addplot[matlab6, thick, mark=x] table[x index=0, y index=6] from \datatable;
\addplot[matlab7, thick, mark=x] table[x index=0, y index=7] from \datatable;
\addplot[matlab1, thick, mark=x] table[x index=0, y index=8] from \datatable;
\addplot[matlab2, thick, mark=x] table[x index=0, y index=9] from \datatable;
\addplot[matlab3, thick, mark=x] table[x index=0, y index=10] from \datatable;
\addplot[matlab4, thick, mark=x] table[x index=0, y index=11] from \datatable;
\addplot[matlab5, thick, mark=x] table[x index=0, y index=12] from \datatable;
\addplot[matlab6, thick, mark=x] table[x index=0, y index=13] from \datatable;
\addplot[matlab7, thick, mark=x] table[x index=0, y index=14] from \datatable;
\addplot[matlab1, thick, mark=x] table[x index=0, y index=15] from \datatable;
\addplot[matlab2, thick, mark=x] table[x index=0, y index=16] from \datatable;
\end{axis}
\end{tikzpicture}%
\caption[
Konvergenzstudie zur Eigenfrequenz der Windenergieanlage
]{
Konvergenzstudie zur Eigenfrequenz der Windenergieanlage
}\label{fig:konvergenz:wiege}
\end{figure} \vspace{-.5em} %\vspace{-1.5em}
\subsubsection{Randbedingungen}
\subsubsection{Analyseparameter}