Abbildung zur Konvergenzanalyse statisch mit versteiften Federn hinzugefügt
This commit is contained in:
@@ -446,6 +446,74 @@ Konvergenzstudie zur maximalen Vergleichsspannung $\sigma\ti{Mises}$~\ref{pgfplo
|
||||
}\label{fig:konvergenz:statik}
|
||||
\end{figure} \vspace{-.5em}
|
||||
%
|
||||
%
|
||||
\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=40000,
|
||||
xmax=3400000,
|
||||
ymin=0,
|
||||
ymax=1100,
|
||||
xlabel={Anzahl der Freiheitsgrade},
|
||||
ylabel={\ref{pgfplots:konvergenz: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{datas/Statische_Ergebnisse.dat}\datatable
|
||||
\addplot[draw1, opacity=0.15] table[skip first n=1, x index=1,x expr=\thisrowno{1}*1, y index=3] from \datatable;
|
||||
\pgfplotstableread{datas/Statische_Ergebnisse_Federn.dat}\datatable
|
||||
\addplot[draw1, mark=x] table[skip first n=1, x index=1,x expr=\thisrowno{1}*1, y index=3] from \datatable;
|
||||
\label{pgfplots:konvergenz: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=40000,
|
||||
xmax=3400000,
|
||||
ymin=0,
|
||||
ymax=550,
|
||||
ytick={100,200,...,500},
|
||||
ylabel={\ref{pgfplots:konvergenz:u} Max.\,Verformung $U$ in mm},
|
||||
axis x line=none,
|
||||
legend style={
|
||||
nodes=right,
|
||||
font=\small,
|
||||
},
|
||||
legend pos=south east,
|
||||
]
|
||||
\pgfplotstableread{datas/Statische_Ergebnisse.dat}\datatable
|
||||
\addplot[draw2, opacity=0.15] table[skip first n=1, x index=1,x expr=\thisrowno{1}*1, y index=2] from \datatable;
|
||||
\pgfplotstableread{datas/Statische_Ergebnisse_Federn.dat}\datatable
|
||||
\addplot[draw2, mark=*,mark size=1] table[skip first n=1, x index=1,x expr=\thisrowno{1}*1, y index=2] from \datatable;
|
||||
\label{pgfplots:konvergenz:u}
|
||||
\end{axis}
|
||||
\end{tikzpicture}%
|
||||
\caption[
|
||||
Konvergenzstudie zur maximalen Vergleichsspannung und der maximalen Verformung mit versteiften Rotorblattspitzen
|
||||
]{
|
||||
Konvergenzstudie zur maximalen Vergleichsspannung $\sigma\ti{Mises}$~\ref{pgfplots:konvergenz:sigma} und der maximalen Verformung $U$~\ref{pgfplots:konvergenz:u} mit versteiften Rotorblattspitzen
|
||||
}\label{fig:konvergenz:statik-federn}
|
||||
\end{figure} \vspace{-.5em}
|
||||
%
|
||||
Wie sich in Abbildung~\ref{fig:konvergenz:statik} zeigt, ist sowohl für die Verformung als auch für die Spannung
|
||||
die Konvergenz erreicht.
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user