add discharge circuit calculation
This commit is contained in:
parent
59ddd84982
commit
198cdd87c5
Binary file not shown.
@ -17,6 +17,7 @@
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{multicol}
|
||||
\usepackage{amsmath, amssymb}
|
||||
\usepackage{hyperref}
|
||||
|
||||
\hyphenpenalty=10000 %to stop cutting words in a paragraph
|
||||
|
||||
@ -36,6 +37,8 @@
|
||||
\caption{Schematic of the Discharge Circuit PCB}
|
||||
\end{figure}
|
||||
|
||||
\section*{Discharge Time}
|
||||
|
||||
As seen in the Schematic, for our discharge circuitry a PTC (PTCEL13R251NxE) is used. The total capacitance of the DC-link capacitor from the two inverters that we are using is \SI{200}{\micro\farad}, and the maximum voltage of the accumulator is 403.2V. Using the RC discharging circuit equation, we obtain the highest resistance that the PTC can have so that we are still within the 5s discharge limit.
|
||||
|
||||
\begin{align}
|
||||
@ -63,4 +66,23 @@ We then calculate how much energy in produced in one discharge:
|
||||
|
||||
Therefore, the total amount of discharge we can carry out before the time exceeds \SI{5}{\second} is $\SI{174}{\joule} / \SI{16.26}{\joule} = 10.7$ --- ten times.
|
||||
|
||||
\section*{Permanent TS Voltage}
|
||||
We can find the equilibrium temperature by finding the temperature at which the heat loss is equal to the power emitted. Using the model for LTSpice from Vishay, we can see what the heat loss is at equilibrium. (fig. ) We can see that it is about \SI{2.56}{\watt} Since the dissipation factor is \SI{19.5}{\milli\watt/\kelvin}, we can calculate what the temperature difference $\Delta T$ is.
|
||||
|
||||
\begin{align}
|
||||
(T_{eq} - \SI{45}{\celsius}) & \cdot \SI{19.5}{\milli\watt/\kelvin} = \SI{2.56}{\watt} \\
|
||||
T_{eq} & \approx \SI{176.3}{\celsius}
|
||||
\end{align}
|
||||
|
||||
\bibliographystyle{plain}
|
||||
|
||||
\renewcommand\refname{Reference}
|
||||
\begin{thebibliography}{00}
|
||||
|
||||
\bibitem{lem_datasheet} \textit{Current Transducer HO-S series}. \href{https://www.lem.com/sites/default/files/products_datasheets/ho-50__250-s_v7.pdf}{https://www.lem.com/sites/default/files/products\_datasheets/ho-50\_\_250-s\_v7.pdf}, 03.2022
|
||||
\bibitem{adz_datasheet} \textit{ADZ SME 200bar}. \href{https://www.adz.de/fileadmin/user_upload/downloads/produkte/SME/ADZ_SME_OperatingManual_DE-EN_A.pdf}{https://www.adz.de/fileadmin/user\_upload/downloads/produkte/SME/ADZ\_SME\_
|
||||
OperatingManual\_DE-EN\_A.pdf}, 12.2010
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
\end{document}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user