scruti-documents/temperature-sensor-contact/temperature-sensor-contact.tex
2025-03-27 17:05:44 +01:00

42 lines
1.6 KiB
TeX

\documentclass[paper=A4]{article}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\usepackage{siunitx}
\sisetup{
group-separator = {.},
input-decimal-markers={.},
output-decimal-marker = {.},
group-minimum-digits=9}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{amsmath, amssymb}
\hyphenpenalty=10000 %to stop cutting words in a paragraph
\pagestyle{fancy}
\fancyhf{}
\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\lhead{Car 313, 06.03, Rev. 1}
\chead{\large Temperature Sensor Contact}
\begin{document}
The grey circles shown above are the negative terminal of the Cells seen from the underside of the cell in the Z-direction. The black ellipse is the temperature sensor used. As seen in the Figure, the Size of the Sensor is larger than the space in which it should occupy. Together with the flexible epoxy coating from the sensor, the contact with the cell is guaranteed (which also means that the distance to the negative terminal of the cell is 0mm). The Temperature Sensor is glued to the cells with thermal conductive adhesive to make sure the interface kept without air pockets while still maintaining some level of thermal conductivity.
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{./Pictures/temperature-sensor-contact.jpg}
\caption{Temperature Sensor Contact}
\end{figure}
\end{document}