scruti-documents/cell-temperature-logger/cell-temperature-logger.tex

79 lines
2.5 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 Cell Temperature Logger Positioning}
\begin{document}
The cooling plate is simulated in Star-CCM+. There are 3 regions: the fluid, the cooling plate and the heat transfer pad. The assumption is an input temperature of 38°C at a mass flow rate of 0.125 kg/s.
The simulation is performed in a symmetry setup. The outlet of the fluid is a pressure outlet. The cells are impressed on predetermined areas on the heat transfer pad via a heat source of 500W.
The inlet of the fluid is located at the bottom right, the outlet of the fluid at the top right.
The hottest cell is located at the top left, as shown in the picture. The hottest cell reaches a temperature of 41.3°C.
The reason why the hottest point is at this position is that the fluid is already heated by the previous cells,
the flow velocity is very low as the flow is against gravity and only a small area of the cell surface is in direct contact with the fluid.
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/Cooling-Plate-Flow.png}
\caption{Water Flow Simulation of the Cooling Plate}
\label{fig:flow-sim}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/Heatmap.jpg}
\caption{Heatmap of the Cooling Plate}
\label{fig:heatmap}
\end{figure}
\newpage
\begin{figure}[H]
\centering
\includegraphics[scale=0.8]{./Pictures/iButton-Accumulator.png}
\caption{iButton Accumulator View}
\label{fig:accu-view}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[scale=1.2]{./Pictures/iButton-Stack.png}
\caption{iButton Accumulator View}
\label{fig:stack-view}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/iButton-Cell.png}
\caption{iButton Cell View}
\label{fig:cell-view}
\end{figure}
\end{document}