Abbildung zur Konvergenzanalyse statisch mit versteiften Federn hinzugefügt

This commit is contained in:
2015-06-20 20:29:13 +02:00
parent 7ad288e21a
commit 47fe0480b5
2 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
1000/ dofs u sigma
1000 42931 262.26 89.641
900 46207 263.51 123.26
800 50305 260.87 94.685
700 55405 261.55 95.05
600 70771 260.11 102.81
500 88747 268.69 106.8
400 121975 265.8 108.66
300 184651 260.44 124.5
200 367747 257.58 138.1
100 1287781 258.37 150.83
90 1558099 266.6 135.7
80 1962955 264.95 140.35
70 2526169 284.71 52.038
60 3391465 283.59 48.544

View File

@@ -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.
%