Source author record

Hans Fangohr

Hans Fangohr appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

30works
11topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

30 published item(s)

preprint2020arXiv

A nano-carbon route to rare earth free permanent magnetism

High coercivity magnets are an important resource for renewable energy, electric vehicles and memory technologies. Most hard magnetic materials incorporate rare-earths such as neodymium and samarium, but the concerns about the environmental impact and supply stability of these materials is prompting research into alternatives. Here, we present a hybrid bilayer of cobalt and the nano-carbon molecule C60 which exhibits significantly enhanced coercivity with minimal reduction in magnetisation. We demonstrate how this anisotropy enhancing effect cannot be described by existing models of molecule-metal magnetic interfaces. We outline a new form of magnetic anisotropy, arising from asymmetric magneto-electric coupling in the metal-molecule interface. Because this phenomenon arises from pi-d hybrid orbitals, we propose calling this effect pi-anisotropy. While the critical temperature of this effect is currently limited by the rotational degree of freedom of the chosen molecule, C60, we describe how surface functionalisation would allow for the design of room-temperature, carbon based hard magnetic films.

preprint2020arXiv

Fidimag -- a finite difference atomistic and micromagnetic simulation package

Fidimag is an open-source scientific code for the study of magnetic materials at the nano- or micro-scale using either atomistic or finite difference micromagnetic simulations, which are based on solving the Landau-Lifshitz-Gilbert equation. In addition, it implements simple procedures for calculating energy barriers in the magnetisation through variants of the nudged elastic band method. This computer software has been developed with the aim of creating a simple code structure that can be readily installed, tested, and extended. An agile development approach was adopted, with a strong emphasis on automated builds and tests, and reproducibility of results. The main code and interface to specify simulations are written in Python, which allows simple and readable simulation and analysis configuration scripts. Computationally costly calculations are written in C and exposed to the Python interface as Cython extensions. Docker containers are shipped for a convenient setup experience. The code is freely available on GitHub and includes documentation and examples in the form of Jupyter notebooks.

preprint2020arXiv

fmmgen: Automatic Code Generation of Operators for Cartesian Fast Multipole and Barnes-Hut Methods

The Barnes-Hut and Fast Multipole Methods are widely utilised methods applied in order to reduce the computational cost of evaluating long range forces in $N$-body simulations. Despite this, applying existing libraries to simple problems with higher order source points, such as dipoles, is not straightforward or efficient because individual libraries are optimised towards specific problems, normally solving for the potential and field of a set of Coulombic particles. In this paper we detail the implementation and testing of a software package, fmmgen, in which the source code for Barnes-Hut and Fast Multipole operator functions for calculating calculate the potential, field or both from arbitrary ordered sources is easily generated through symbolic algebra.

preprint2020arXiv

Testing with Jupyter notebooks: NoteBook VALidation (nbval) plug-in for pytest

The Notebook validation tool nbval allows to load and execute Python code from a Jupyter notebook file. While computing outputs from the cells in the notebook, these outputs are compared with the outputs saved in the notebook file, treating each cell as a test. Deviations are reported as test failures, with various configuration options available to control the behaviour. Application use cases include the validation of notebook-based documentation, tutorials and textbooks, as well as the use of notebooks as additional unit, integration and system tests for the libraries that are used in the notebook. Nbval is implemented as a plugin for the pytest testing software.

preprint2016arXiv

Computation of the magnetostatic interaction between linearly magnetized polyhedrons

In this paper we present a method to accurately compute the energy of the magnetostatic interaction between linearly (or uniformly, as a special case) magnetized polyhedrons. The method has applications in finite element micromagnetics, or more generally in computing the magnetostatic interaction when the magnetization is represented using the finite element method (FEM). The magnetostatic energy is described by a six-fold integral that is singular when the interaction regions overlap, making direct numerical evaluation problematic. To resolve the singularity, we evaluate four of the six iterated integrals analytically resulting in a 2d integral over the surface of a polyhedron, which is nonsingular and can be integrated numerically. This provides a more accurate and efficient way of computing the magnetostatic energy integral compared to existing approaches. The method was developed to facilitate the evaluation of the demagnetizing interaction between neighouring elements in finite-element micromagnetics and provides a possibility to compute the demagnetizing field using efficient fast multipole or tree code algorithms.

preprint2016arXiv

Exchange-mediated, non-linear, out-of-plane magnetic field dependence of the ferromagnetic vortex gyrotropic mode frequency driven by core deformation

We have performed micromagnetic simulations of the vortex gyrotropic mode resonance in a range of disk geometries subject to spatially uniform out-of-plane magnetic fields. For disks of small lateral dimensions, we observe a drop-off in the mode's frequency for field amplitudes approaching the disk saturation field. This non-linear frequency response is shown to be associated with an increased vortex core deformation, which results from the demagnetizing field created when the core is shifted laterally. Such deformation results in an increase in the average out-of-plane magnetization of the displaced vortex state, which through an exchange contribution, leads to a sharp decrease in the vortex stiffness coefficient. It is this decrease in the vortex stiffness coefficient which leads to the non-linear field dependence of the gyrotropic mode frequency.

preprint2016arXiv

Frequency-based nanoparticle sensing over large field ranges using the ferromagnetic resonances of a magnetic nanodisc

Using finite element micromagnetic simulations, we study how resonant magnetisation dynamics in thin magnetic discs with perpendicular anisotropy are influenced by magnetostatic coupling to a magnetic nanoparticle. We identify resonant modes within the disc using direct magnetic eigenmode calculations and study how their frequencies and profiles are changed by the nanoparticle's stray magnetic field. We demonstrate that particles can generate shifts in the resonant frequency of the disc's fundamental mode which exceed resonance linewidths in recently studied spin torque oscillator devices. Importantly, it is shown that the simulated shifts can be maintained over large field ranges (here up to 1T). This is because the resonant dynamics (the basis of nanoparticle detection here) respond directly to the nanoparticle stray field, i.e. detection does not rely on nanoparticle-induced changes to the magnetic ground state of the disk. A consequence of this is that in the case of small disc-particle separations, sensitivities to the particle are highly mode- and particle-position-dependent, with frequency shifts being maximised when the intense stray field localised directly beneath the particle can act on a large proportion of the disc's spins that are undergoing high amplitude precession.

preprint2016arXiv

Hysteresis of nanocylinders with Dzyaloshinskii-Moriya interaction

The potential for application of magnetic skyrmions in high density storage devices provides a strong drive to investigate and exploit their stability and manipulability. Through a three-dimensional micromagnetic hysteresis study, we investigate the question of existence of skyrmions in cylindrical nanostructures of variable thickness. We quantify the applied field and thickness dependence of skyrmion states, and show that these states can be accessed through relevant practical hysteresis loop measurement protocols. As skyrmionic states have yet to be observed experimentally in confined helimagnetic geometries, our work opens prospects for developing viable hysteresis process-based methodologies to access and observe skyrmionic states.

preprint2016arXiv

Nmag micromagnetic simulation tool - software engineering lessons learned

We review design and development decisions and their impact for the open source code Nmag from a software engineering in computational science point of view. We summarise lessons learned and recommendations for future computational science projects. Key lessons include that encapsulating the simulation functionality in a library of a general purpose language, here Python, provides great flexibility in using the software. The choice of Python for the top-level user interface was very well received by users from the science and engineering community. The from-source installation in which required external libraries and dependencies are compiled from a tarball was remarkably robust. In places, the code is a lot more ambitious than necessary, which introduces unnecessary complexity and reduces main- tainability. Tests distributed with the package are useful, although more unit tests and continuous integration would have been desirable. The detailed documentation, together with a tutorial for the usage of the system, was perceived as one of its main strengths by the community.

preprint2016arXiv

Phase diagrams of vortex matter with multi-scale inter-vortex interactions in layered superconductors

It was recently proposed to use the stray magnetic fields of superconducting vortex lattices to trap ultracold atoms for building quantum emulators. This calls for new methods for engineering and manipulating of the vortex states. One of the possible routes utilizes type-1.5 superconducting layered systems with multi-scale inter-vortex interactions. In order to explore the possible vortex states that can be engineered, we present two phase diagrams of phenomenological vortex matter models with multi-scale inter-vortex interactions featuring several attractive and repulsive length scales. The phase diagrams exhibit a plethora of phases, including conventional 2D lattice phases, five stripe phases, dimer, trimer, and tetramer phases, void phases, and stable low-temperature disordered phases. The transitions between these states can be controlled by the value of an applied external field.

preprint2016arXiv

Resonance-based Detection of Magnetic Nanoparticles and Microbeads Using Nanopatterned Ferromagnets

Biosensing with ferromagnet-based magnetoresistive devices has been dominated by electrical detection of particle-induced changes to the devices' static magnetic configuration. There are however potential advantages to be gained from using field dependent, high frequency magnetization dynamics for magnetic particle detection. Here we demonstrate the use of nano-confined ferromagnetic resonances in periodically patterned magnetic films for the detection of adsorbed magnetic particles with diameters ranging from 6 nm to 4 $μ$m. The nanopatterned films contain arrays of holes which can act as preferential adsorption sites for small particles. Hole-localized particles act in unison to shift the resonant frequencies of the various modes of the patterned layer with shift polarities determined by the localization of each mode within the nanopattern's repeating unit cell. The same polarity shifts are observed for a large range of coverages, even when hole-localized particles are covered by quasi-continuous particle sheets. For large particles however, preferential adsorption no longer occurs, leading to resonance shifts with polarities which are independent of the mode localization. Analogous shifts are seen in continuous layers where, for small particles, the shift of the layer's fundamental mode is typically about 10 times less than in patterned systems and induced by relatively weak fields emanating beyond the particle in the direction of the static applied field. This highlights the importance of having confined modes consistently positioned with respect to nearby particles.

preprint2016arXiv

Skyrmions in thin films with easy-plane magnetocrystalline anisotropy

We demonstrate that chiral skyrmionic magnetization configurations can be found as the minimum energy state in B20 thin film materials with easy-plane magnetocrystalline anisotropy with an applied magnetic field perpendicular to the film plane. Our observations contradict results from prior analytical work, but are compatible with recent experimental investigations. The size of the observed skyrmions increases with the easy-plane magnetocrystalline anisotropy. We use a full micromagnetic model including demagnetization and a three-dimensional geometry to find local energy minimum (metastable) magnetization configurations using numerical damped time integration. We explore the phase space of the system and start simulations from a variety of initial magnetization configurations to present a systematic overview of anisotropy and magnetic field parameters for which skyrmions are metastable and global energy minimum (stable) states.

preprint2016arXiv

Topologically stable magnetization states on a spherical shell: curvature stabilized skyrmions

Topologically stable structures include vortices in a wide variety of matter, such as skyrmions in ferro- and antiferromagnets, and hedgehog point defects in liquid crystals and ferromagnets. These are characterized by integer-valued topological quantum numbers. In this context, closed surfaces are a prominent subject of study as they form a link between fundamental mathematical theorems and real physical systems. Here we perform an analysis on the topology and stability of equilibrium magnetization states for a thin spherical shell with easy-axis anisotropy in normal directions. Skyrmion solutions are found for a range of parameters. These magnetic skyrmions on a spherical shell have two distinct differences compared to their planar counterpart: (i) they are topologically trivial, and (ii) can be stabilized by curvature effects, even when Dzyaloshinskii-Moriya interactions are absent. Due to its specific topological nature a skyrmion on a spherical shell can be simply induced by a uniform external magnetic field.

preprint2016arXiv

Virtual Micromagnetics: A Framework for Accessible and Reproducible Micromagnetic Simulation

Computational micromagnetics requires numerical solution of partial differential equations to resolve complex interactions in magnetic nanomaterials. The Virtual Micromagnetics project described here provides virtual machine simulation environments to run open-source micromagnetic simulation packages. These environments allow easy access to simulation packages that are often difficult to compile and install, and enable simulations and their data to be shared and stored in a single virtual hard disk file, which encourages reproducible research. Virtual Micromagnetics can be extended to automate the installation of micromagnetic simulation packages on non-virtual machines, and to support closed-source and new open-source simulation packages, including packages from disciplines other than micromagnetics, encouraging reuse. Virtual Micromagnetics is stored in a public GitHub repository under a three-clause Berkeley Software Distribution (BSD) license.

preprint2015arXiv

Computing the demagnetizing tensor for finite difference micromagnetic simulations via numerical integration

In the finite difference method which is commonly used in computational micromagnetics, the demagnetizing field is usually computed as a convolution of the magnetization vector field with the demagnetizing tensor that describes the magnetostatic field of a cuboidal cell with constant magnetization. An analytical expression for the demagnetizing tensor is available, however at distances far from the cuboidal cell, the numerical evaluation of the analytical expression can be very inaccurate. Due to this large-distance inaccuracy numerical packages such as OOMMF compute the demagnetizing tensor using the explicit formula at distances close to the originating cell, but at distances far from the originating cell a formula based on an asymptotic expansion has to be used. In this work, we describe a method to calculate the demagnetizing field by numerical evaluation of the multidimensional integral in the demagnetization tensor terms using a sparse grid integration scheme. This method improves the accuracy of computation at intermediate distances from the origin. We compute and report the accuracy of (i) the numerical evaluation of the exact tensor expression which is best for short distances, (ii) the asymptotic expansion best suited for large distances, and (iii) the new method based on numerical integration, which is superior to methods (i) and (ii) for intermediate distances. For all three methods, we show the measurements of accuracy and execution time as a function of distance, for calculations using single precision (4-byte) and double precision (8-byte) floating point arithmetic. We make recommendations for the choice of scheme order and integrating coefficients for the numerical integration method (iii).

preprint2015arXiv

Driving magnetic skyrmions with microwave fields

We show theoretically by numerically solving the Landau-Lifshitz-Gilbert equation with a classical spin model on a two-dimensional system that both magnetic skyrmions and skyrmion lattices can be moved with microwave magnetic fields. The mechanism is enabled by breaking the axial symmetry of the skyrmion, for example through application of a static in-plane external field. The net velocity of the skyrmion depends on the frequency and amplitude of the microwave fields as well as the strength of the in-plane field. The maximum velocity is found where the frequency of the microwave coincides with the resonance frequency of the breathing mode of the skyrmions.

preprint2015arXiv

Magnon-Driven Domain-Wall Motion with the Dzyaloshinskii-Moriya Interaction

We study domain wall (DW) motion induced by spin waves (magnons) in the presence of Dzyaloshinskii-Moriya interaction (DMI). The DMI exerts a torque on the DW when spin waves pass through the DW, and this torque represents a linear momentum exchange between the spin wave and the DW. Unlike angular momentum exchange between the DW and spin waves, linear momentum exchange leads to a rotation of the DW plane rather than a linear motion. In the presence of an effective easy plane anisotropy, this DMI induced linear momentum transfer mechanism is significantly more efficient than angular momentum transfer in moving the DW.

preprint2015arXiv

Microwave-induced dynamic switching of magnetic skyrmion cores in nanodots

The nonlinear dynamic behavior of a magnetic skyrmion in circular nanodots was studied numerically by solving the Landau-Lifshitz-Gilbert equation with a classical spin model. We show that a skyrmion core reversal can be achieved within nanoseconds using a perpendicular oscillating magnetic field. Two symmetric switching processes that correspond to excitations of the breathing mode and the mixed mode (combination of the breathing mode and a radial spin-wave mode) are identified. For excitation of the breathing mode, the skyrmion core switches through nucleation of a new core from a transient uniform state. In the mixed mode, the skyrmion core reverses with the help of spins excited both at the edge and core regions. Unlike the magnetic vortex core reversal, the excitation of radial spin waves does not dominate the skyrmion core reversal process.

preprint2015arXiv

Phenomenological description of the nonlocal magnetization relaxation in magnonics, spintronics, and domain-wall dynamics

A phenomenological equation called Landau-Lifshitz-Baryakhtar (LLBar) equation, which could be viewed as the combination of Landau-Lifshitz (LL) equation and an extra "exchange damping" term, was derived by Baryakhtar using Onsager's relations. We interpret the origin of this "exchange damping" as nonlocal damping by linking it to the spin current pumping. The LLBar equation is investigated numerically and analytically for the spin wave decay and domain wall motion. Our results show that the lifetime and propagation length of short-wavelength magnons in the presence of nonlocal damping could be much smaller than those given by LL equation. Furthermore, we find that both the domain wall mobility and the Walker breakdown field are strongly influenced by the nonlocal damping.

preprint2015arXiv

Resonant translational, breathing and twisting modes of pinned transverse magnetic domain walls

We study translational, breathing and twisting resonant modes of transverse magnetic domain walls pinned at notches in ferromagnetic nanostrips. We demonstrate that a mode's sensitivity to notches depends strongly on the characteristics of that particular resonance. For example, the frequencies of modes involving lateral motion of the wall are the ones which are most sensitive to changes in the notch intrusion depth (especially at the narrower, more strongly confined end of the domain wall). In contrast, the breathing mode, whose dynamics are concentrated away from the notches is relatively insensitive to changes in the notches' sizes. We also demonstrate a sharp drop in the translational mode's frequency towards zero when approaching depinning which is found, using a harmonic oscillator model, to be consistent with a reduction in the local slope of the notch-induced confining potential at its edge.

preprint2015arXiv

Sensing magnetic nanoparticles using nano-confined ferromagnetic resonances in a magnonic crystal

We demonstrate the use of the magnetic-field-dependence of highly spatially confined, GHz-frequency ferromagnetic resonances in a ferromagnetic nanostructure for the detection of adsorbed magnetic nanoparticles. This is achieved in a large area magnonic crystal consisting of a thin ferromagnetic film containing a periodic array of closely spaced, nano-scale anti-dots. Stray fields from nanoparticles within the anti-dots modify resonant dynamic magnetisation modes in the surrounding magnonic crystal, generating easily measurable resonance peak shifts. The shifts are comparable to the resonance linewidths for high anti-dot filling fractions with their signs and magnitudes dependent upon the modes' localisations (in agreement with micromagnetic simulation results). This is a highly encouraging result for the development of frequency-based nanoparticle detectors for high speed nano-scale biosensing.

preprint2015arXiv

Skyrmion-skyrmion and skyrmion-edge repulsions in skyrmion-based racetrack memory

Magnetic skyrmions are promising for building next-generation magnetic memories and spintronic devices due to their stability, small size and the extremely low currents needed to move them. In particular, skyrmion-based racetrack memory is attractive for information technology, where skyrmions are used to store information as data bits instead of traditional domain walls. Here we numerically demonstrate the impacts of skyrmion-skyrmion and skyrmion-edge repulsions on the feasibility of skyrmion-based racetrack memory. The reliable and practicable spacing between consecutive skyrmionic bits on the racetrack as well as the ability to adjust it are investigated. Clogging of skyrmionic bits is found at the end of the racetrack, leading to the reduction of skyrmion size. Further, we demonstrate an effective and simple method to avoid the clogging of skyrmionic bits, which ensures the elimination of skyrmionic bits beyond the reading element. Our results give guidance for the design and development of future skyrmion-based racetrack memory.

preprint2015arXiv

Teaching Python programming with automatic assessment and feedback provision

We describe a method of automatic feedback provision for students learning programming and computational methods in Python. We have implemented, used and refined this system since 2009 for growing student numbers, and summarise the design and experience of using it. The core idea is to use a unit testing framework: the teacher creates a set of unit tests, and the student code is tested by running these tests. With our implementation, students typically submit work for assessment, and receive feedback by email within a few minutes after submission. The choice of tests and the reporting back to the student is chosen to optimise the educational value for the students. The system very significantly reduces the staff time required to establish whether a student's solution is correct, and shifts the emphasis of computing laboratory student contact time from assessing correctness to providing guidance. The self-paced nature of the automatic feedback provision supports a student-centred learning approach. Students can re-submit their work repeatedly and iteratively improve their solution, and enjoy using the system. We include an evaluation of the system and data from using it in a class of 425 students.

preprint2014arXiv

Designing a Spin-Seebeck Diode

Using micromagnetic simulations, we have investigated spin dynamics in a spin-valve bi-layer in the presence of a thermal gradient. The direction and the intensity of the gradient allow to excite the spin wave modes of each layer selectively. This permits to synchronize the magnetization precession of the two layers and to rectify the flows of energy and magnetization through the system. Our study yields promising opportunities for applications in spin caloritronics and nanophononics devices.

preprint2014arXiv

Dynamic control of spin wave spectra using spin-polarized currents

We describe a method of controlling the spin wave spectra dynamically in a uniform nanostripe waveguide through spin-polarized currents. A stable periodic magnetization structure is observed when the current flows vertically through the center of nanostripe waveguide. After being excited, the spin wave is transmitted at the sides of the waveguide. Numerical simulations of spin-wave transmission and dispersion curves reveal a single, pronounced band gap. Moreover, the periodic magnetization structure can be turned on and off by the spin-polarized current. The switching process from full rejection to full transmission takes place within less than 3ns. Thus, this type magnonic waveguide can be utilized for low-dissipation spin wave based filters.

preprint2014arXiv

Honeycomb, square, and kagomé vortex lattices in superconducting systems with multi-scale inter-vortex interactions

The recent proposal of Romero-Isart {\em et al.}~\cite{romero-isart_superconducting_2013} to utilize the vortex lattice phases of superconducting materials to prepare a lattice for ultra-cold atoms-based quantum emulators, raises the need to create and control vortex lattices of different symmetries. Here we propose a mechanism by which honeycomb, hexagonal, square, and kagomé vortex lattices could be created in superconducting systems with multi-scale inter-vortex interaction. Multiple scales of the inter-vortex interaction can be created and controlled in layered systems made of different superconducting material or with differing interlayer spacing.

preprint2013arXiv

Hierarchical structure formation in layered superconducting systems with multi-scale inter-vortex interactions

We demonstrate formation of hierarchical structures in two-dimensional systems with multiple length scales in the inter-particle interaction. These include states such as clusters of clusters, concentric rings, clusters inside a ring, and stripes in a cluster. We propose to realize such systems in vortex matter (where a vortex is mapped onto a particle with multi-scale interactions) in layered superconducting systems with varying inter-layer thicknesses and different layer materials.

preprint2013arXiv

Thermally excited spin waves in a nano-structure: thermal gradient vs. constant temperature

Using micromagnetic simulations, we have investigated spin dynamics in a nanostructure in the presence of thermal fluctuations. In particular, we have studied the effects of a uniform temperature and of a uniform thermal gradient. In both cases, the stochastic field leads to an increase of the precession angle of the magnetization, and to a mild decreas of the linewidth of the resonance peaks. Our results indicate that the Gilbert damping parameter plays the role of control parameter for the amplification of spin waves.

preprint2011arXiv

Enhanced spin transfer torque effect for transverse domain walls in cylindrical nanowires

Recent studies have predicted extraordinary properties for transverse domain walls in cylindrical nanowires: zero depinning current, the absence of the Walker breakdown, and applications as domain wall oscillators. In order to reliably control the domain wall motion, it is important to understand how they interact with energy barriers. In this paper, we study the motion and depinning of transverse domain walls through potential barriers in ferromagnetic cylindrical nanowires. We use magnetic fields and spin-polarized currents to drive the domain walls along the wire. Using magnetic fields, we find that the minimum and the maximum fields required to push the domain wall through the barrier differ by 30 %. On the contrary, using spin-polarized currents, we find variations of a factor 130 between the minimum value of the depinning current density and the maximum value. We study the depinning current density as a function of the height of the energy barrier using numerical and analytical methods. We find that, for a barrier of 40 k_B T, a depinning current density of about 5 uA is sufficient to depin the domain wall. We reveal and explain the mechanism that leads to these unusually low depinning currents. One requirement for this new depinning mechanism is for the domain wall to be able to rotate around its own axis. With the right barrier design, the spin torque transfer term is acting exactly against the damping in the micromagnetic system, and thus the low current density is sufficient to accumulate enough energy quickly. These key insights may be crucial in furthering the development of novel memory technologies, such as the racetrack memory, that can be controlled through low current densities.

preprint2011arXiv

Joule heating in nanowires

We study the effect of Joule heating from electric currents flowing through ferromagnetic nanowires on the temperature of the nanowires and on the temperature of the substrate on which the nanowires are grown. The spatial current density distribution, the associated heat generation, and diffusion of heat is simulated within the nanowire and the substrate. We study several different nanowire and constriction geometries as well as different substrates: (thin) silicon nitride membranes, (thick) silicon wafers, and (thick) diamond wafers. The spatially resolved increase in temperature as a function of time is computed. For effectively three-dimensional substrates (where the substrate thickness greatly exceeds the nanowire length), we identify three different regimes of heat propagation through the substrate: regime (i), where the nanowire temperature increases approximately logarithmically as a function of time. In this regime, the nanowire temperature is well-described analytically by You et al. [APL 89, 222513 (2006)]. We provide an analytical expression for the time t_c that marks the upper applicability limit of the You model. After t_c, the heat flow enters regime (ii), where the nanowire temperature stays constant while a hemispherical heat front carries the heat away from the wire and into the substrate. As the heat front reaches the boundary of the substrate, regime (iii) is entered where the nanowire and substrate temperature start to increase rapidly. For effectively two-dimensional substrates (where the nanowire length greatly exceeds the substrate thickness), there is only one regime in which the temperature increases logarithmically with time for large times, before the heat front reaches the substrate boundary. We provide an analytical expression, valid for all pulse durations, that allows one to accurately compute this temperature increase in the nanowire on thin substrates.