141 lines
7.4 KiB
TeX
141 lines
7.4 KiB
TeX
\documentclass[conference]{IEEEtran}
|
|
\usepackage[siunitx]{circuitikz}
|
|
\usepackage{graphicx}
|
|
%\usepackage{lipsum}
|
|
\usepackage{color}
|
|
\usepackage{enumitem}
|
|
\usepackage{epsfig}
|
|
\usepackage{mathptmx}
|
|
\usepackage{times}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{float}
|
|
\usepackage{hyperref}
|
|
%\usepackage{setspace}
|
|
%\usepackage{tikz}
|
|
\usepackage{circuitikz}
|
|
\usepackage{pgfplots}
|
|
\usepackage{textcomp}
|
|
%\usepgfplotslibrary{external}
|
|
%\tikzexternalize
|
|
%\usepackage[utf8]{inputenc}
|
|
%\usepackage[english]{babel}
|
|
%\usepackage{pgf}
|
|
\usepackage{pgfpages}
|
|
\usepackage[margin=0.4in]{geometry}
|
|
\usepackage{lmodern}
|
|
\usepackage{datetime}
|
|
\usepackage{ragged2e}
|
|
\input{border.tex}
|
|
\pgfpagesuselayout{boxed}
|
|
|
|
\hyphenation{op-tical net-works semi-conduc-tor}% correct bad hyphenation here
|
|
|
|
\font\myfont=cmr12 at 15pt
|
|
\title{\myfont Simulating Simple Electrostatic Capacitors}
|
|
\author{Aidan Sharpe 916373346}
|
|
|
|
|
|
\providecommand{\keywords}[1]{\textbf{\textit{Keywords---}} #1}
|
|
\providecommand{\e}[1]{\ensuremath{\times 10^{#1}}}
|
|
\setlength{\columnsep}{7mm}
|
|
\pgfplotsset{compat=1.15}
|
|
\begin{document}
|
|
|
|
\makeatletter
|
|
\@twocolumnfalse
|
|
\maketitle
|
|
\@twocolumntrue
|
|
\makeatother
|
|
\begin{abstract}
|
|
This lab focuses on measuring the inductance of a rectangular coil of wire. The coil is modeled to be representative of a standard circuit board coil. The inductance was measured parametrically to understand the impact of trace width.
|
|
\end{abstract}
|
|
|
|
\section{Introduction \& Methods}
|
|
Lab setup was probably the most time-consuming portion of the process. Before taking any measurements, the model circuit board coil had to be created. This was done by drawing a path for the trace to follow, and then dimension was provided to create a trace with a rectangular cross section.
|
|
|
|
Due to a simpler geometry, measuring a coil following a rectangular path is less computationally intensive than measuring one with a circular path. To work with the computational restrictions imposed by the virtual machine's limited resources, the rectangular path was the obvious choice. It also happens that most PCB design packages default to eight trace directions, so rectangular path coils are somewhat common in the real world.
|
|
|
|
Every dimension of the coil plays some role in its inductance---its reaction to a changing current. The coil, as seen in figure \ref{fig:coil} has the dimensions shown in table \ref{tbl:coil-dimensions}. Width and height are the width and height of the rectangular section of the coil, terminal is the length of the terminals, via is the vertical via distance for bringing the second terminal back outside the coil. Trace is the width of the trace, thickness is the thickness of the trace, dist is the distance between parallel traces, and pitch is the distance between the centers of parallel traces.
|
|
|
|
\begin{figure}[h]
|
|
\includegraphics[width=0.48\textwidth]{coil.png}
|
|
\caption{Final coil design}
|
|
\label{fig:coil}
|
|
\end{figure}
|
|
|
|
\begin{table}[h!]
|
|
\caption{Initial coil dimensions}
|
|
\begin{center}
|
|
\begin{tabular}{c c c}
|
|
Dimension & Magnitude & Units \\
|
|
\hline
|
|
Width & 4 & mm \\
|
|
Height & 4 & mm \\
|
|
Terminal & 700 & $\mu$m \\
|
|
Via & 200 & $\mu$m \\
|
|
Trace & 200 & $\mu$m \\
|
|
Thickness & 50 & $\mu$m \\
|
|
Dist & 100 & $\mu$m \\
|
|
Pitch & trace + dist & -- \\
|
|
\end{tabular}
|
|
\end{center}
|
|
\label{tbl:coil-dimensions}
|
|
\end{table}
|
|
|
|
After constructing the coil, a box of air, just larger than the coil, was created. Getting the box to fit properly around the coil took some messing with, but the final positioning and dimensions cab be seen in table \ref{tbl:box-dimensions}. This box of air defined the region over which the magnetic field was analyzed.
|
|
|
|
|
|
\begin{table}[h!]
|
|
\caption{Air box dimensions}
|
|
\begin{center}
|
|
\begin{tabular}{c c c}
|
|
Dimension & Magnitude & Units \\
|
|
\hline
|
|
X Position & -width/2 - trace & -- \\
|
|
Y Position & -1.3 & mm \\
|
|
Z Position & -1 & mm \\
|
|
X Size & 2 $\times$ trace + width & -- \\
|
|
Y Size & length + trace + terminal & -- \\
|
|
Z Size & 2 & mm \\
|
|
\end{tabular}
|
|
\end{center}
|
|
\label{tbl:box-dimensions}
|
|
\end{table}
|
|
|
|
\section{Results \& Analysis}
|
|
A 1[A] current was passed through the coil, and the magnetic field was analyzed inside the box of air. In doing so, the inductance of the coil could be found. Using the coil dimensions in table \ref{tbl:coil-dimensions}, the inductance was found to be 22.822[nH]. Given that it is a small coil with only two windings, a small, but non-zero inductance is expected.
|
|
|
|
Analyzing equation \ref{eqn:inductance}, the inductance of the coil is directly proportional to magnetic flux. Therefore, inductance can be increased by either making the loop area larger or by increasing the number of turns of the coil.
|
|
|
|
\begin{equation}
|
|
L = {\Phi_M(i) \over i}
|
|
\label{eqn:inductance}
|
|
\end{equation}
|
|
|
|
The goal of this lab was to determine the effect that trace width had on inductance. Originally, the trace width was increased from 100[$\mu$m] to 300[$\mu$m] at 100[$\mu$m] intervals to decrease analysis time, but the result of this simulation was too low resolution to make out any distinct patterns. To mitigate this, the range was increased to extend up to 400[$\mu$m] with a finer step value of 10[$\mu$m]. This drastically increased the resolution, and the results can be seen in figure \ref{fig:inductance}.
|
|
|
|
\begin{figure}[h]
|
|
\includegraphics[width=0.48\textwidth]{inductance.png}
|
|
\caption{Inductance as it relates to trace width}
|
|
\label{fig:inductance}
|
|
\end{figure}
|
|
|
|
The magnetic field produced by the coil will add around parallel wires and cancel out between the wires. This means that as the coils get wider, the magnetic field has a smaller area to travel through. The net effects of the current in the coil can be seen in figure \ref{fig:magnetic-field}.
|
|
|
|
\begin{figure}[h]
|
|
\includegraphics[width=0.48\textwidth]{magnetic-field.png}
|
|
\caption{Magnetic field around the coil}
|
|
\label{fig:magnetic-field}
|
|
\end{figure}
|
|
|
|
\section{Conclusions}
|
|
Looking closer at figure \ref{fig:inductance}, increasing the trace width had a positive effect up until about 230[$\mu$m] before levelling off and trending downwards. Since the coil is made of copper and not a perfect conductor, it has some resistance. Therefore, increasing the trace width will increase cross-sectional area and thereby decrease resistance. This possibly explains why the inductance increases as resistance goes down.
|
|
|
|
However, as the traces get wider without increasing the size of the coil, the area of magnetic flux must decrease. This is because the area that contributes the most to the magnetic flux is inside the coil. This combination of behavior could explain the increase and decrease of inductance as a function of trace width.
|
|
|
|
Making an inductor on a circuit board therefore poses a few challenges. Firstly, the current must be limited as the trace width impacts inductance. Second, the number of windings is limited by the area given to the coil. Typically, inductors are mounted components that use all three dimensions allotted. This is because they are defined by their geometry and can often be quite difficult to make compact.
|
|
|
|
The PCB inductor has its benefits, however. If the required inductance is small, it can be quite easy to put together a PCB inductor to use as a small antenna. Unfortunately, this design takes up a lot of board space and makes the center more or less unusable. For this reason, a better, more compact design should probably be used for most applications.
|
|
\end{document}
|