removed iButton-cooling-sim

This commit is contained in:
Hamza Tamim 2025-03-27 15:03:50 +01:00
parent eced5e2462
commit e328cf821b
5 changed files with 0 additions and 51 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

View File

@ -1,51 +0,0 @@
\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=4}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{multicol}
\usepackage{amsmath, amssymb}
\pagestyle{fancy}
\fancyhf{}
\rhead{\includegraphics*[scale=0.03]{bilder/Fasttube-Logo.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\begin{document}
\lhead{Car 313, 06.03.2025, Rev. 1}
\chead{\large Cooling Simulation}
\hfill \break
The cold plate is simulated in Star-CCM+. There are 3 regions: the fluid, the cold 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]{./bilder/cell.jpg}
\caption{ADBMS6830B specifications}
\label{fig:cellTemp}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./bilder/flow.png}
\caption{ADBMS6830B specifications}
\label{fig:flow}
\end{figure}
\end{document}