nice-coils/paper/paper.tex
2024-09-24 18:11:55 +02:00

327 lines
17 KiB
TeX

\documentclass[conference,compsoc]{IEEEtran}
\usepackage[T1]{fontenc}
\usepackage[
backend=biber,
style=numeric,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}
\addbibresource{paper.bib}
\usepackage{amssymb,amsmath}
\usepackage{eurosym}
\usepackage{wasysym}
\usepackage[binary-units]{siunitx}
\DeclareSIUnit{\baud}{Bd}
\DeclareSIUnit{\year}{a}
\usepackage{commath}
\usepackage{graphicx,color}
\usepackage{subcaption}
\usepackage{array}
\usepackage{censor}
\usepackage{hyperref}
\usepackage{makecell}
\renewcommand{\floatpagefraction}{.8}
\newcommand{\degree}{\ensuremath{^\circ}}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\newcommand{\partnum}[1]{\texttt{#1}}
\newcommand{\todo}[1]{\textbf{TODO}\footnote{#1}}
\begin{document}
\date{}
\title{Wireless Power Transfer with a Twist:
Achieving Rotation-Invariant Coupling using Multi-Layer PCB Inductors}
\maketitle
\begin{abstract}
% FIXME
\end{abstract}
\section{Introduction}
Inductive wireless power transfer (WPT) is a widely used technology supported by a large corpus of research literature.
% FIXME cite
While working on a novel application of Inductive wireless power transfer in a Inertial Hardware Security Module (IHSM)
as proposed by Götte and Scheuermann, % FIXME cite
we found ourselves presented with an unusual set of constraints around inductive wireless power transfer through a
rotating joint using a PCB inductor that does not yet seem to be addressed adequately in the existing literature on
inductive wireless power transfer.
Our application poses the challenge of transferring power between a stationary and a rotating part. To reduce
manufacturing cost of both parts, and to reduce weight, and thereby inertia as well as susceptibility to vibration in
the rotating part, we decided to use inductors that are directly patterned onto the IHSM's printed circuit boards.
The primary constraint that results from this choice is a highly constrained turn count that is limited by the PCB
manufacturing processes' pattern resolution and by ohmic heating.
We found that the limited turn count of PCB inductors results in a \emph{slightly} asymmetric field, which means that
the coupling coefficient of two such inductors oscillates at one oscillation per revolution when the inductors are
rotated on-axis, even if both inductors are perfectly coaxially aligned.
In other inductive wireless power transfer systems, this oscillation is mitigated by one of several factors: First, for
this effect to matter in the first place, the two coils have to be rotating with respect to one another. In ferrite or
iron-cored inductors, the core shapes the magnetic field and evens out any such imperfection. In wire-wound inductors,
the (much) higher turn count and circular aspect ratio of the wires reduces this effect to almost nothing. Finally, the
output ripple caused by this oscillation can be filtered through a voltage regulator or by using a large decoupling
capacitor on the secondary side.
While there exist a number of prior works focusing on efficient power transfer between two coils whose position relative
to one another cannot be precisely controlled as is the case in wireless phone charging systems, it is generally assumed
that the two coils remain (almost) stationary with respect to one another throughout the charging process. % FIXME cite
There exists a small body of work on inductive power transfer through rotating joints, % FIXME cite
but here the focus lies on higher power budgets than our application requires, which often requires ferrite or iron-core
inductors.
Our application is unique in that it requires power transfer through a joint that is constantly rotating at high speed,
while we simultaneously want to avoid heavy components on the (rotating) receiver side. (Liquid) electrolytic capacitors
cannot be used due to the large centrifugal acceleration that the rotating part experiences, and other heavy components
such as large ceramic or polymer electrolytic capacitors or ferrite-core power inductors are inadvisable since they will
exert large stresses onto the assembly due to the same centrifugal acceleration, and any imbalance caused by tolerances
in the placement of heavy components will quickly cause a strong vibration.
\subsection{Twisted inductors}
Applying a principle inspired by rectangular or octagonal RFIC inductor design as well as by the polygonal basket-woven
air coils used in early radio set, we propose a novel way of laying out circular PCB inductors that twists the
inductor's windings around one another using a ring of vias each on the inside and outside of the inductor's windings.
Applying some math, we show that we can layout a twisted inductor for any number of twists that is co-prime to the
inductor's turn count.
We observe that in high-frequency applications, a moderate number of twists increases the spacing between the beginning
and end of the inductor's conductor, where the majority of the inductor's AC current flows. This decreases the parasitic
capacitance of the inductor and raises its self-resonant frequency, raising its maximum possible operating frequency and
improving its efficiency at lower operating frequencies. This is the same effect that is exploited in basket-woven
air core inductors that were commonly used in old radio sets.
% FIXME citation on this, citation on basket weaving -> It's hard to find reliable references on that.
\section{Related Work}
\subsection{Inductive Wireless Power Transfer in Practice}
Inductive WPT has been proposed in a large number of scenarios, each of which comese with a set of
unique constraints. When WPT is used to charge an electric toothbrush, the implementation cost of the system is
critical, while efficiency and total power output are of little concern. Mechanically, in an electric toothbrush's
charging system, the position and spacing of the transmitter and receiver coils can easily be controlled down to
millimeter precision.
In contrast to this, wireless smartphone charging is a much more demanding application. Here, the total cost of the
system is only secondary, but the receiver's form factor is critical, and total power output as well as efficiency
become major objectives. At the same time, in wireless smartphone charging, position tolerances are very coarse, and the
two coils in the charging base and in the phone may be positioned more than a centimeter off-axis, with a gap of several
millimeters and potentially not even in parallel planes.
Power transfer across large distances is even more of a concern in implantable medical devices. Where a wireless phone
charger must be able to bridge distances of a few millimeters, an implantable medical device might be situated
underneath several centimeter of tissue and bones. At the same time, cost is of (almost) no concern in this medical
application, which enables the use of complex manufacturing techniques, customized electronic components and exotic
materials.
While all of the aforementioned applications transfer somewhere between a few hundred milliwatts and several watts of
power, at the other end of the spectrum there is a large body of research suggesting the use of inductive wireless power
transfer for the charging of electric vehicles (EVs). In this application, the wireless power transfer system replaces
the conventional wired charging connector, which improves the systems' user experience given the strong force required
to seat or unseat these rather large connectors, as well as the heft of the required water-cooled cables. In this
application, size is of (almost) no concern, but at several kilowatt up to dozens or even a hundred kilowatt, the
transferred power is enormous and consequentially efficiency becomes of utmost importance. When charging an EV at a
rate of 30 kW, an efficiency improvement of just $0.1\%$ corresponds to a reduction in power dissipation of 30 W.
Besides the monetary cost of the power lost this way, each small improvement enables a reduction in size of heat sinks
and other cooling components, which directly translates to a decrease in cost.
\subsection{Twisted Inductors in RFIC Design}
\subsection{Basket-Woven Air Coils}
\subsection{Air-Core Inductors for Inductive Power Transfer}
\subsection{Ferrite or Iron-Core Inductors for Inductive Power Transfer}
\section{Twisted Inductor Design}
We can approach twisted inductors by construction. Let us first consider a simple, planar, circular spiral coil with a
fixed pitch. We will ignore trace width for now, and consider the trace a thin wire. We will assume the inductor's ports
are both located on the positive $x$-Axis. We can rotate it so its first port aligns with the $x$-Axis. To
minimize the loop area of the inductor's connections, inductors are usually designed with both ports close to one
another, so we can also assume its second port aligns with the $x$-Axis.
The trace trajectory of a standard planar spiral inductor can be parameterized in polar coordinates $r, \phi$ based on
an Archimedean spiral: \todo{For the lulz, cite Archimedes here}
\begin{equation}
r = a\cdot\phi
\label{eqn_arch_spi_basic}
\end{equation}
An Archimedean spiral defined this way always starts at the origin, and it continues to infinity. Let us re-parameterize
this spiral to a curve parameter $t$ with range $\left[0,1\right]$, such that $t=0$ corresponds to the start of the
inductor and $t=1$ corresponds to its end. As is customary in PCB inductors, we place the inductor's start on its outer
radius. To make handling of this easier, we introduce a variable $r' \in \left[0,1\right]$ representing the radius
normalized to the spiral's width. Let $n$ be the turn count of our inductor. The resulting parametrization is:
\begin{align}
\phi &= 2\pi n t\\
r' &= 1 - t \\
r &= r_1 + r' \left(r_2 - r_1\right)
\label{eqn_simple_spiral_ind}
\end{align}
The resulting spiral trace starts at radius $r_2$ on the positive $x$ axis, and spirals inward until it meets $r_1$. In
its PCB realization, at $r_1$, a via would be placed to connect the end of the spiral trace to a jumper trace on another
layer of the PCB leading back to the start.
To improve layer utilization, a common technique in PCB inductor design is to use both layers of the PCB for the
inductor's spiral trace, instead of only using the bottom layer for a straight jumper trace. Using both layers this way
allows for wider traces, which lowers resistive losses. We can accomodate this optimization in our definition by
re-defining our normalized radius to allow both positive and negative values, defining negative values to designate
traces on the PCB's bottom layer as follows. Figure\ \ref{fig_twolayer_spiral} shows both a simple and a two-layer
spiral inductor.
\begin{align}
\phi &= 2\pi n t\\
r' &= 1 - 2 t \\
r &= r_1 + \left|r'\right| \left(r_2 - r_1\right)
\label{eqn_twolayer_spiral}
\end{align}
\begin{figure}
\begin{center}
\includegraphics[width=0.7\linewidth]{figures/twolayer_spiral.pdf}
\end{center}
\caption{A single-layer spiral inductor's layout (left), and a two-layer spiral inductor's layout (right). Traces on
the PCB top side are shown in red, traces on the bottom side in blue. Both inductors have $n=3$ turns.}
\label{fig_twolayer_spiral}
\end{figure}
\subsection{From Spiral to Twisted Inductor}
Extending the above parametrization of a spiral inductor's layout, we propose planar \emph{twisted inductors} based on
two core observations:
\begin{itemize}
\item When using an archimedean spiral, multiple such spirals using the same pitch can be interleaved by spreading
out their start and end points at regular angular intervals.
\item In a two-layer spiral inductor as shown in Figure\ \ref{fig_twolayer_spiral} \todo{refer to only right side,
split into (a) and (b) subfigures}, we can adjust the turn count of the pair of traces to move the end point of
the bottom layer trace anywhere on the inductor's outer radius.
\end{itemize}
Combining these two observations, we find that by choosing a number $k$ of top/bottom-layer spiral trace pairs that is
coprime to the number of total turns of the inductor $n$, we achieve a layout where when we connect all $k$ trace pairs
in series, the resulting spirals on the top and bottom layers interleave cleanly. Figure\ \ref{fig_nk_interleave_illust}
shows a layout with $n=3$ turns with both a single trace pair ($k=1$) as in a conventional two-layer inductor, and with
$k=2$ trace pairs, creating two interleaved spirals on both the top and the bottom layer of the PCB. Figure\
\ref{fig_nk_complex_illust} in Appendix\ \ref{sec_appendix_layout_examples} shows additional layout examples for larger
values of $n$ and $k$.
\begin{figure}
\begin{center}
\includegraphics[width=0.7\linewidth]{figures/nk_interleave_illust.pdf}
\end{center}
\caption{A conventional two-layer planar inductor's layout (left), and a twisted inductor with two trace pairs
(right). In the twisted inductor, each layer contains two archimedean spirals that interleave at a regular spacing.
The four spirals of the inductor are connected in series such that they form three total turns.}
\label{fig_nk_interleave_illust}
\end{figure}
\subsubsection{Ohmic Resistance}
\subsubsection{Inductance}
\subsection{CAD Integration}
\section{FEM Simulation}
To validate our analytical approximations, we performed a series of FEM simulations in both Elmer FEM and Simulia CST.
For a number of inductor layouts, we performed simulations to determine ohmic resistance, inductance, and parasitic
capacitance. For a subset of these layout variants we additionally performed simulations to determine the coupling
factor between a pair of identical inductors at a number of different distances and rotations.
\paragraph{Ohmic Resistance}
Determining ohmic resistance by FEM is reasonably easy. In Elmer FEM, we can use the built-in joint static current and
joule heating solver to determine the ohmic resistance at a given current.
\paragraph{Inductance}
We let Elmer determine inductance by first using its coil solver to determine the volumetric current density in our mesh
given a test current, then applying its magnetodynamics solver to solve the electromagnetic field. Elmer provides
routines to derive the total magnetic field energy $U_\text{mag}$ from an EM field solution. Since we have only our
inductor under test inside the simulation volume, with test current $I_\text{test}$, we can then derive the inductor's
inductance according to the well-known relation\todo{Find decent source}:
\begin{equation}
L = \frac{2\cdot U_\text{mag}}{I_\text{test}^2}
\end{equation}
\paragraph{Parasitic Capacitance and Self-Resonant Frequency}
Determining parasitic capacitance is more complex.
\subsection{Coupling}
\section{Experimental Validation}
To experimentally validate our design with real-world inductors, we produced test coupons with a number of variations of
twisted inductors with winding count $n$ between $1$ and $25$, and twist count ranging from $k=0$ (simple single-sided
spiral inductor) to $k=37$.
\subsection{Inductance and Parasitic Capacitance}
\subsection{Self-Resonant Frequency}
\subsection{Coupling}
\begin{figure}
\begin{center}
%\includegraphics[width=0.7\linewidth]{figures/symmetry_3turn_n_twist.pdf}
\end{center}
\caption{Coupling test circuit}
\label{symmetry_test_circuit}
\end{figure}
\begin{figure}
\begin{center}
\includegraphics[width=\linewidth]{figures/symmetry_3turn_n_twist.pdf}
\end{center}
\caption{RMS output voltage of the test circuit from Figure\ \ref{symmetry_test_circuit} for three pairs of matching
inductors with one inductor rotating w.r.t.\ the other. The inductors have $n=3$ turns each and $k=0$, $k=1$, and
$k=3$, respectively. For each $k$, voltage curves are plotted for a number of different radial offsets
between the two inductor's centers.}
\label{symmetry_3turn_n_twist}
\end{figure}
\begin{figure}
\begin{center}
\includegraphics[width=\linewidth]{figures/symmetry_10turn_n_twist.pdf}
\end{center}
\caption{Coupled RMS output voltage of three pairs of matching inductors with $n=10$ turns each and $k=0$, $k=1$,
and $k=3$, respectively, shown as in Figure\ \ref{symmetry_3turn_n_twist}}
\label{symmetry_10turn_n_twist}
\end{figure}
\section{Conclusion}
\section*{Availability}
This is version \texttt{\input{version.tex}\unskip} of this paper, generated on \today.
% The git repository with the
% LaTeX source for this paper as well as our data analysis and demo code can be found at:
% \center{\url{https://git.jaseg.de/nice-coils.git}}
\printbibliography[heading=bibintoc]
\clearpage
\appendix
\section{Layout examples}
\label{sec_appendix_layout_examples}
\begin{figure*}
\begin{center}
\includegraphics[width=\textwidth]{figures/nk_complex_illust.pdf}
\end{center}
\caption{Layout examples for a number of combinations of turn count $n$ and trace pair count $k$. Note that in this
illustration we chose values for $n$ and $k$ such that all pairs are coprime.}
\label{fig_nk_complex_illust}
\end{figure*}
\end{document}