Formelsammlung/Zusammenfassung für ENT4 SS2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ENT4_FS.tex 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. \documentclass[7pt,a4paper,landscape]{article}
  2. \usepackage[left=0.55cm,right=0.55cm,top=1.10cm,bottom=0.55cm,landscape,
  3. headsep=2mm]{geometry}
  4. \usepackage[dvipsnames]{xcolor} %fürs farbige markieren mit \colorbox
  5. \usepackage{lastpage}
  6. \usepackage{fancyhdr}
  7. \usepackage{multicol}
  8. \usepackage[utf8]{inputenc}
  9. \usepackage[ngerman]{babel}
  10. \usepackage[T1]{fontenc}
  11. \usepackage{listings}
  12. \usepackage{enumitem}
  13. \setitemize{leftmargin=15pt}
  14. \setenumerate{leftmargin=15pt}
  15. \usepackage{titlesec}
  16. \usepackage{color,soul}
  17. \usepackage{graphicx}
  18. \usepackage{tabularx}
  19. \usepackage{tikz}
  20. \usetikzlibrary{automata,positioning,calc,matrix} %calc und Matrix für 3x3 det
  21. \usepackage[babel,german=quotes]{csquotes}
  22. \usepackage{arydshln}
  23. \usepackage[fleqn]{amsmath}
  24. \usepackage{setspace}
  25. \usepackage{amssymb}
  26. \usepackage{float}
  27. \usepackage{booktabs}
  28. \usepackage{multirow}
  29. \usepackage{pbox}
  30. \usepackage{pifont}
  31. \usepackage{wrapfig}
  32. \usepackage[T1]{fontenc}
  33. \renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
  34. \usepackage{comment}
  35. \usepackage{mathrsfs} %für geschwungendes Laplace L
  36. \usepackage{trfsigns} %für Laplace-Trafo Symbol
  37. \usepackage[hyphens]{url}
  38. \usepackage{gensymb} %fürs degree Zeichen
  39. \usepackage{mdframed} %colored frames
  40. \usepackage{pdfpages} %um pdfs einzubinden
  41. \usepackage[
  42. pdftex,
  43. pdftitle={ENT4_FS},
  44. pdfauthor={Annette Schmidt},
  45. pdfcreator={Annette Schmidt},
  46. pdfsubject={Formelsammlung ENT4 Energiewandlung in mechatronischen Systemen},
  47. %pdfkeywords={MPC, FCS-MPC, field weakening},
  48. linktoc=all, % Sowohl Text als auch Seitenzahlen als Link
  49. colorlinks=false, % Keine Farbe bei Links
  50. pdfborder={0 0 0}, % Kein Rand um Links
  51. breaklinks, % Links umbrechen
  52. bookmarks, % Lesezeichen beim Öffnen des Dokuments anzeigen
  53. plainpages=false, % Zur korrekten Erstellung der Bookmarks
  54. pdfpagelabels, % Zur korrekten Erstellung der Bookmarks
  55. hypertexnames=false % Zur korrekten Erstellung der Bookmarks
  56. ]{hyperref}
  57. % Header
  58. \pagestyle{fancy}
  59. \fancyhead{}
  60. \fancyfoot{}
  61. \fancyhead[L]{FS ENT4 SoSe2020, Annette Schmidt, \url{https://git.efi.th-nuernberg.de/gitea/schmidtan65529/ENT4_Formelsammlung.git} Fehler bitte sofort melden!}
  62. \fancyhead[R]{Seite $\thepage$ von $\pageref{LastPage}$}
  63. \fancyheadoffset{0cm}
  64. % Document
  65. \setlength{\columnseprule}{0.5pt}
  66. \setlength{\topskip}{10pt}
  67. \setlist{nosep}
  68. \titleformat*{\section}{\normalsize\bfseries}
  69. \titleformat*{\subsection}{\small\bfseries}
  70. \titleformat*{\subsubsection}{\small\bfseries}
  71. \titleformat*{\paragraph}{\bfseries}
  72. \titleformat*{\subparagraph}{\bfseries}
  73. \titlespacing*{\section}
  74. {0pt}{4pt}{0pt}
  75. \titlespacing*{\subsection}
  76. {0pt}{4pt}{0pt}
  77. \titlespacing*{\subsubsection}
  78. {0pt}{4pt}{0pt}
  79. \titlespacing*{\paragraph}
  80. {0pt}{4pt}{8pt}
  81. \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
  82. \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
  83. \makeatletter
  84. \newcommand{\xRightarrow}[2][]{\ext@arrow 0359\Rightarrowfill@{#1}{#2}}
  85. \makeatother
  86. % Building blocks
  87. %\newcommand{\heading}[1]{\noindent\section*{\colorbox{SpringGreen}{\framebox[\columnwidth][l]{#1}}}}
  88. \newcommand{\heading}[1]{\noindent\section*{
  89. \fcolorbox{black}{SpringGreen}{
  90. \parbox{0.945\columnwidth}{#1}
  91. }}}
  92. \newcommand{\subheading}[1]{\noindent\subsection*{
  93. \fcolorbox{black}{SpringGreen!50}{
  94. \parbox{0.945\columnwidth}{#1}
  95. }}}
  96. %\newcommand{\heading}[1]{\noindent\section*{\colorbox{SpringGreen}{\framebox[\columnwidth][l]{#1}}}}
  97. %\newcommand{\subheading}[1]{\noindent\subsection*{\framebox[\columnwidth][l]{#1}}}
  98. \newcommand{\subsubheading}[1]{\noindent\framebox[\columnwidth][l]{#1}}
  99. % centering stuff
  100. \newcommand{\ccontent}[1]{\parbox{\columnwidth}{\centering{#1}}}
  101. % for partial derivative at a point
  102. \newcommand*{\at}[2][]{#1|_{#2}}
  103. %for yellow highlights in equations
  104. \newcommand{\highlight}[1]{\colorbox{yellow}{$\displaystyle #1$}}
  105. \graphicspath{{Abbildungen/}} %Fügt den Pfad der Abbildungen hinzu
  106. % Content
  107. \begin{document}
  108. \footnotesize
  109. \begin{multicols*}{3}
  110. \heading{Asynchronmaschine}
  111. \begin{tabularx}{\columnwidth}{p{2cm} X}
  112. \textbf{Formelzeichen} & \textbf{Beschreibung} \\
  113. \hline
  114. $X_{h}$ & Hauptreaktanz [?]\\
  115. $X_{k}$ & Streureaktanz [?]\\
  116. $R_2'~^{1)}$ & Läuferwiderstand [$\Omega$]\\
  117. $P_{\delta}$ & Luftspaltleistung $ = P_{el}$ [W]\\
  118. $P_{Cu2}$ & Stromwärmeverluste/ohmsche Läuferverluste [W]\\
  119. $P_{mech}$ & mechanische Leistung [W]\\
  120. $f_1~^{2)}$ & Ständerfrequenz [Hz]\\
  121. $f_2$ & Läuferfrequenz [Hz]\\
  122. $\omega_{1/2}$ & Sänder-/Läuferkreisfrequenz [$\frac{1}{s}$]\\
  123. $n = n_1$ & Läuferdrehzahl [$\frac{1}{min}$]\\
  124. $s$ & Schlupf [\%]\\
  125. $p$ & Polpaarzahl\\
  126. $\underline{I}_\mu$ & ?\\
  127. $\underline{I}_1$ & ?\\
  128. $\underline{I}_2$ & ?\\
  129. \end{tabularx}
  130. $~^{1)}$ ' heißt die Läufergröße ist auf Ständer umgerechnet\\
  131. $~^{2)}$ Index 1 immer Ständergröße, Index 2 immer Läufergröße\\
  132. \subheading{Am Netz}
  133. Voraussetzung für ein zeitlich konstantes Drehmoment ist ein mit konstanter Winkelgeschwindgkeit im Luftspalt umlaufendes, räumlich möglichst sinusförmig verteiltes magnetisches Feld. \\
  134. \colorbox{yellow!60}{Grundfeld einer Drehstromwicklung:}
  135. \begin{equation}
  136. b_p(x,t) = B_p \cdot cos(px -\omega_1t)
  137. \end{equation}
  138. Zusammenhang Ständer- und Läuferkoordinaten:\\
  139. \includegraphics[width= 0.2\columnwidth]{ZusammenhangSaenderLaeufer.jpg}
  140. \begin{equation}
  141. x_1 = 2\pi nt+x_2
  142. \end{equation}
  143. \colorbox{yellow!60}{Frequenz:}
  144. \begin{equation}
  145. f_2 = f_1 \cdot (1-n\cdot p/f_1) = f_1 - pn
  146. \end{equation}
  147. Bei stillstehendem Läufer (n = 0) sind Sänder- und Läuferfrequenz gleich ($f_2 = f_1$). Wenn sich der Läufer mit der \colorbox{yellow!60}{synchronen Drehzahl}
  148. \begin{equation}
  149. n = n_1 = f_1/p = 1-\frac{p\cdot n}{f_1}
  150. \end{equation}
  151. dreht, so ist die Läuferfrequenz Null.
  152. \begin{equation}
  153. f_2 = s\cdot f_1
  154. \end{equation}
  155. \colorbox{yellow!60}{Schlupf:}\\
  156. Bei Leerlauf ist s = 0, im Stillstand s = 1.
  157. \begin{equation}
  158. s = 1-\frac{p\cdot n}{f_1} = 1-\frac{n}{n_1} = \frac{n_1-n}{n_1}
  159. \end{equation}
  160. Prozentuale/relative Abweichung der Läuferdrehzahl von der \colorbox{yellow!60}{synchronen Drehzahl $n_1$} (bei Synchronmaschinen ist s = 0, bei ASM möglichst klein)\\
  161. \subsubheading{Ersatzschaltbild}
  162. Strangsröme werden im ESB mit ' gekennzeichnet (sie unterscheiden sich nur duch die Phasenlagen)\\
  163. \includegraphics[width= 0.5\columnwidth]{ErsatzschaltbildAsynchr.jpg}
  164. \begin{equation}
  165. \underline{I}_\mu = \underline{I}_1 + \underline{I}_2
  166. \end{equation}
  167. \textcolor{magenta}{Kanns sein, dass in der Formel die ' nicht passen?}
  168. \colorbox{yellow!60}{Leitwertsortskurve(?????)}
  169. \begin{equation}
  170. s = 0:~~~~~~~~\underline{Y}_0 = \frac{-j}{X_R}
  171. \end{equation}
  172. \begin{equation}
  173. s = \infty:~~~~~~~~\underline{Y}_\infty = \frac{-j}{X_R} - \frac{j}{X_K}
  174. \end{equation}
  175. \colorbox{yellow!60}{Kreismuttelpunkt:}
  176. \begin{equation}
  177. \underline{Y} = \frac{-j}{X_R}- \frac{j}{2X_K}
  178. \end{equation}
  179. \colorbox{yellow!60}{Kreisradius:}
  180. \begin{equation}
  181. r = \frac{1}{2X_K}
  182. \end{equation}
  183. im Läufer \colorbox{yellow!60}{umgesetzte Leistung:} (Läuferverlustleistung)
  184. \begin{equation}
  185. P_\mu = 3\cdot I_2' \cdot \frac{R_2'}{s} = s \cdot P_\mu + (1-s)\cdot P_\mu = P_{Cu2} + P_{mech}
  186. \end{equation}
  187. 'Gesetz über die Spaltung der Luftspaltleitung':\\
  188. \colorbox{yellow!60}{Stromwärmeverluste} in der Läuferwicklung:
  189. \begin{equation}
  190. P_{Cu2} = 3\cdot I_2' \cdot R_2' = s\cdot P_\mu
  191. \end{equation}
  192. \colorbox{yellow!60}{mechanische Leistung:}
  193. \begin{equation}
  194. P_{mech} = P_\mu - P_{Cu2} = P_\mu \cdot (1-s)
  195. \end{equation}
  196. \colorbox{yellow!60}{Drehmoment:}
  197. \begin{equation}
  198. M = \frac{P_{mech}}{2\pi n} = \frac{P_\mu (1-s)}{2\pi n_1 (1-s)} = \frac{P_\mu}{2\pi n_1}
  199. \end{equation}
  200. \colorbox{yellow!60}{Wirkungsgrad:}
  201. \begin{equation}
  202. \eta = \frac{P_{Welle}}{P_{el}}
  203. \end{equation}
  204. \subheading{Stationär}
  205. \end{multicols*}
  206. \begin{multicols*}{2}
  207. \includepdf[width = \columnwidth]{Abbildungen/SOK_TEG_FS.pdf}
  208. \subheading{Synchronmaschine}
  209. \begin{tabularx}{\columnwidth}{p{2cm} X}
  210. \textbf{Formelzeichen} & \textbf{Beschreibung} \\
  211. \hline
  212. $I_{KS}$ & Kurzschlussstrom [A]\\
  213. $U_{DC}$ & Batteriegleichspannung bzw. Zwischenkreisspannung auch $U_{Bat}$ [V]\\
  214. $\psi$ & Statorfluss [Vs]\\
  215. $\psi_d$ & d-Komponente des Statorflusses [Vs]\\
  216. $\psi_q$ & q-Komponente des Statorflusses [Vs]\\
  217. $\psi_{PM}$ & Permanent Magnetfluss [Vs]\\
  218. $p$ & Polpaarzahl [-]\\
  219. $U_{ph,max}$ & maximale Phasenspannung [V]\\
  220. $U_{ph}$ & Phasenspannung [V]\\
  221. $U_d$ & d-Komponente der Statorspannung [V]\\
  222. $U_q$ & q-Komponente der Statorspannung [V]\\
  223. $I_d$ & d-Komponente des Statorstrom [A]\\
  224. $I_q$ & q-Komponente des Statorstrom [A]\\
  225. $m_o$ & Modulations Index [-]\\
  226. $M$ & Drehmoment [Nm]\\
  227. $M_{Ref}$ & Referenzdrehmoment [Nm]\\
  228. $n$ & mechanische Drehzahl [rpm]\\
  229. $L_d$ & d-Komponente der Induktivität der Statorwicklung [H]\\
  230. $L_q$ & q-Komponente der Induktivität der Statorwicklung [H]\\
  231. $R_s$ & Statorwiderstand [$\Omega$]\\
  232. $I_{max}$ & maximaler Phasenstrom [A]\\
  233. $\omega_{el}$ & elektrische Winkelgeschwindgkeit [$\frac{rad}{s}$]\\
  234. $\omega_{mech}$ & mechanische Winkelgeschwindgkeit [$\frac{rad}{s}$]\\
  235. $U_{EMF}$ & induzierte Spannung (EMF = Elektric Motoric Force) [V]\\
  236. $u_{a,b,c}$ & Strangspannungen [V]\\
  237. \end{tabularx}
  238. \end{multicols*}
  239. \end{document}