University of Southampton Research Repository Eprints Soton

Total Page:16

File Type:pdf, Size:1020Kb

University of Southampton Research Repository Eprints Soton University of Southampton Research Repository ePrints Soton Copyright © and Moral Rights for this thesis are retained by the author and/or other copyright owners. A copy can be downloaded for personal non-commercial research or study, without prior permission or charge. This thesis cannot be reproduced or quoted extensively from without first obtaining permission in writing from the copyright holder/s. The content must not be changed in any way or sold commercially in any format or medium without the formal permission of the copyright holders. When referring to this work, full bibliographic details including the author, title, awarding institution and date of the thesis must be given e.g. AUTHOR (year of submission) "Full thesis title", University of Southampton, name of the University School or Department, PhD Thesis, pagination http://eprints.soton.ac.uk UNIVERSITY OF SOUTHAMPTON Faculty of Engineering and the Environment Computational Engineering and Design Group Computational Methods in Micromagnetics by Dmitri Chernyshenko Thesis for the degree of Doctor of Philosophy June 2016 UNIVERSITY OF SOUTHAMPTON ABSTRACT FACULTY OF ENGINEERING AND THE ENVIRONMENT Doctor of Philosophy COMPUTATIONAL METHODS IN MICROMAGNETICS by Dmitri Chernyshenko With the continued growth of computational power, computational modelling has become an increasingly important part of modern science. The field of micromagnetism has benefited from the increase of computational power, leading in recent decades to the development of many important micromagnetic methods. This thesis aims to address some computational challenges relevant to the field of micromagnetism today. The computation of the demagnetising field is often the most time-consuming part of a micro- magnetic simulation. In the finite difference method, this computation is usually done using the Fourier transform method, in which the demagnetising field is computed as the convolution of the magnetisation field with the demagnetising tensor. An analytical formula for the demagnetising tensor is available, however due to numerical cancellation errors it can only be applied for close distances between the interacting cells. For far distances between the interacting cells other ap- proaches, such as asymptotic expansion, have to be used. In this thesis, we present a new method to compute the demagnetising tensor by means of numerical integration. The method offers improved accuracy over existing methods for the intermediate range of distances. In the finite element method, the computation of the demagnetising field is commonly done using the hybrid FEM/BEM method. The fast multipole method offers potential theoretical advantages over the hybrid FEM/BEM method particularly for the current and future generations of computing hardware. In micromagnetics, it has been applied to compute the demagnetising field in the finite difference setting and to compute the magnetostatic interaction between nanoparticles, however no implementation of the fast multipole method in finite elements is yet available. As one of the steps towards it, in this thesis we develop a new formula for the energy of the magnetostatic interaction between linearly magnetized polyhedrons. This formula can be used to compute the direct interaction between finite element cells in the fast multipole method. Ferromagnetic resonance is a popular experimental technique for probing the dynamical properties of magnetic systems. We extend the eigenvalue method for the computation of resonance modes to the computation of the FMR spectrum, and apply it to compute ferromagnetic resonance for a proposed FMR standard reference problem. Contents 1 Introduction1 1.1 Thesis outline....................................2 1.2 Software.......................................2 2 Background3 2.1 Micromagnetics...................................3 2.1.1 Brown’s equations.............................4 2.1.2 Derivation of Brown’s equations......................5 2.2 Micromagnetic simulation.............................6 2.2.1 Finite Differences..............................6 2.2.2 Finite Elements...............................7 2.2.3 Effective field and the box method for finite elements...........7 2.3 Demagnetising field.................................8 2.3.1 Demagnetising field: overview.......................8 2.3.2 Demagnetising field: finite difference method............... 10 2.3.3 Demagnetising field: finite element method................ 12 2.3.4 Fast multipole method........................... 14 2.4 Time integration of the Landau-Lifshitz-Gilbert equation............. 16 2.4.1 The Jacobean of the Landau-Lifshitz-Gilbert equation.......... 17 2.5 Ferromagnetic resonance.............................. 18 2.5.1 Eigenvalue approach............................ 18 2.5.1.1 Linearized equation without damping.............. 19 2.5.1.2 Linearized equation with damping: perturbative analysis.... 20 2.5.1.3 Linearized equation with damping: numerical solution..... 20 2.5.1.4 Linearized equation with damping: spectrum computation... 20 3 Demagnetizing tensor in finite difference micromagnetics 22 3.1 Introduction..................................... 22 3.1.1 Micromagnetics............................... 22 3.1.2 Numerical accuracy of N(r) evaluation.................. 24 3.2 Method....................................... 24 3.2.1 Integrand.................................. 26 3.2.1.1 6d method............................ 26 iii 3.2.1.2 4d method............................ 26 3.2.2 Error estimation.............................. 27 3.3 Results........................................ 27 3.3.1 Overview.................................. 27 3.3.2 Sparse grid integration parameters and execution performance...... 29 3.3.3 Comparison of 4d and 6d integration.................... 29 3.3.4 Performance................................ 30 3.3.5 Single point floating precision....................... 31 3.3.6 Forward and backward Fast Fourier Transform.............. 32 3.3.7 Other high accuracy methods........................ 32 3.4 Summary...................................... 33 4 Computation of the magnetostatic interaction between linearly magnetized polyhe- drons 34 4.1 Introduction..................................... 34 4.2 Formulation of the problem............................. 36 4.3 Method....................................... 36 4.3.1 Auxiliary functions............................. 37 4.4 Analytical derivation — reduction to a surface integral.............. 38 4.5 Analytical result — integrand and the primitive terms Ik ............. 39 4.5.1 Evaluation of Ik .............................. 39 4.6 Numerical results.................................. 40 4.6.1 Test problem formulation.......................... 40 4.6.2 Test results................................. 41 4.7 Derivations..................................... 42 4.7.1 Derivation of I2 ............................... 42 4.7.2 Derivation of η1 .............................. 43 4.7.3 Derivation of λ1 .............................. 43 4.7.4 Vector calculus identities.......................... 44 4.8 Summary...................................... 44 5 Ferromagnetic resonance and normal modes 45 5.1 Introduction..................................... 45 5.2 Selection and definition of standard problem.................... 47 5.2.1 Problem definition............................. 47 5.2.2 Problem Selection............................. 48 5.2.3 Data Analysis................................ 49 5.2.3.1 Spectrum Sy(f) of spatially averaged magnetization...... 49 5.2.3.2 Local power spectrum and S~y(f) ................ 49 5.2.3.3 Phase information........................ 50 5.3 Results and discussion............................... 52 iv 5.3.1 Standard Problem Simulation Results................... 52 5.3.2 Eigenvalue method results......................... 53 5.3.3 Falsification Properties........................... 54 5.3.3.1 Damping Parameter....................... 56 5.3.3.2 Relaxation Time......................... 56 5.3.3.3 Relaxation Stage Perturbation Angle.............. 57 5.3.3.4 Spatial Discretization...................... 57 5.3.4 Comparison of Simulation Methodologies................. 59 5.4 Simulations without Demagnetization....................... 61 5.5 Nmag tolerances.................................. 61 5.6 Summary...................................... 62 6 Joule heating in nanowires 63 6.1 Introduction..................................... 63 6.2 Method....................................... 64 6.3 Simulation results.................................. 65 6.3.1 Case study 1: Uniform current density................... 65 6.3.2 Case study 2: Constrictions........................ 66 6.3.3 Case study 3: Nanowire with a notch on a silicon nitride substrate membrane 68 6.3.4 Case study 4: Nanowire with a notch on a silicon wafer substrate..... 71 6.3.5 Case study 5: Zigzag-shaped nanowire on a silicon wafer substrate.... 72 6.3.6 Case study 6: Straight nanowire on diamond substrate.......... 73 6.4 Analytical models.................................. 75 6.4.1 Model by You, Sung, and Joe for a nanowire on a (3d) substrate..... 75 6.4.2 Analytic expression for nanowire on a membrane (2d substrate)..... 78 6.5 Perpendicular nanowires.............................. 79 6.6 Summary...................................... 80 7 Summary and conclusions 82 v List of Figures 3.1 The relative error η in the computation of the demagnetizing tensor as a function of the distance between the interacting cuboids................... 27 3.2 Comparison of numerical
Recommended publications
  • Module 2C: Micromagnetics
    Module 2C: Micromagnetics Debanjan Bhowmik Department of Electrical Engineering Indian Institute of Technology Delhi Abstract In this part of the second module (2C) we will show how the Stoner Wolfarth/ single domain mode of ferromagnetism often fails to match with experimental data. We will introduce domain walls in that context and explain the basic framework of micromagnetics, which can be used to model domain walls. Then we will discuss how an anisotropic exchange interaction, known as Dzyaloshinskii Moriya interaction, can lead to chirality of the domain walls. Then we will introduce another non-uniform magnetic structure known as skyrmion and discuss its stability, based on topological arguments. 1 1 Brown's paradox in ferromagnetic thin films exhibiting perpendicular magnetic anisotropy We study ferromagnetic thin films exhibiting Perpendicular Magnetic Anisotropy (PMA) to demonstrate the failure of the previously discussed Stoner Wolfarth/ single domain model to explain experimentally observed magnetic switching curves. PMA is a heavily sought after property in magnetic materials for memory and logic applications (we will talk about that in details in the next module). This makes our analysis in this section even more relevant. The ferromagnetic layer in the Ta/CoFeB/MgO stack, grown by room temperature sput- tering, exhibits perpendicular magnetic anisotropy with an anisotropy field Hk of around 2kG needed to align the magnetic moment in-plane (Fig. 1a). Thus if the ferromagnetic layer is considered as a giant macro-spin in the Stoner Wolfarth model an energy barrier equivalent to ∼2kG exists between the up (+z) and down state (-z) (Fig. 1b). Yet mea- surement shows that the magnet can be switched by a field, called the coercive field, as small as ∼50 G, which is 2 orders of magnitude smaller than the anisotropy field Hk, as observed in the Vibrating Sample Magnetometry measurement on the stack (Fig.
    [Show full text]
  • Spin Wave Dispersion in a Magnonic Waveguide G
    1 Proposal for a standard micromagnetic problem: Spin wave dispersion in a magnonic waveguide G. Venkat, D. Kumar, M. Franchin, O. Dmytriiev, M. Mruczkiewicz, H. Fangohr, A. Barman, M. Krawczyk, and A. Prabhakar Abstract—We propose a standard micromagnetic problem, of Micromagnetic Framework (OOMMF) [12], LLG [13], Micro- a nanostripe of permalloy. We study the magnetization dynamics magus [14] and Nmag [15]. We rely on the finite difference and describe methods of extracting features from simulations. method (FDM) adopted by OOMMF and the finite element Spin wave dispersion curves, relating frequency and wave vector, are obtained for wave propagation in different directions relative method (FEM) used in Nmag. The latter is more suitable for to the axis of the waveguide and the external applied field. geometries with irregular edges [16]. However, the compu- Simulation results using both finite element (Nmag) and finite tation overhead and management of resources become major difference (OOMMF) methods are compared against analytic issues in FEM simulations. To compare different numerical results, for different ranges of the wave vector. solvers, the Micromagnetic Modeling Activity Group (µMag) Index Terms—Computational micromagnetics, spin wave dis- publishes standard problems for micromagnetism [17]–[19]. persion, exchange dominated spin waves A more recent addition included the effects of spin transfer torque [20]. However, there has thus far been no standard INTRODUCTION problem that includes the calculation of the spin wave dis- There have been steady improvements in computational persion of a magnonic waveguide. We believe that specifying micromagnetics in recent years, both in techniques as well as a standard problem will promote the use of micromagnetic in the use of graphical processing units (GPUs) [1]–[4].
    [Show full text]
  • Advanced Micromagnetics and Atomistic Simulations of Magnets
    Advanced micromagnetics and atomistic simulations of magnets Richard F L Evans ESM 2018 Overview • Micromagnetics • Formulation and approximations • Energetic terms and magnetostatics • Magnetisation dynamics • Atomistic spin models • Foundations and approximations • Monte Carlo methods • Spin Dynamics • Landau-Lifshitz-Bloch micromagnetics (tomorrow) Micromagnetics source: mumax Why do we need magnetic simulations? Demagnetization factors for different shapes N = 0 N = 1/3 N = 1/2 N = 1 Infinite thin film Infinitely long Sphere cylinder Infinitely long cylinder Short cylinder Why do we need magnetic simulations? Jay Shah et al, Nature Communications 9 1173 (2018) Why do we need magnetic simulations? • Most magnetic problems are not solvable analytically • Complex shapes (cube or finite geometric shapes) • Complex structures (polygranular materials, multilayers, devices) • Magnetization dynamics • Thermal effects • Metastable phases (Skyrmions) Analytical micromagnetics • An analytical branch of micromagnetics, treating magnetism on a small (micrometre) length scale • Mathematically messy but elegant • When we talk about micromagnetics, we usually mean numerical micromagnetics Numerical micromagnetics • Treat magnetisation as a continuum approximation <M> • Average over the local atomic moments to give an average moment density (magnetization) that is assumed to be continuous • Then consider a small volume of space (1 nm)3 - (10 nm)3 where the magnetization (and all atomic moments) are assumed to point along the same direction The micromagnetic
    [Show full text]
  • Modeling Shape Effects in Nano Magnetic Materials with Web Based Micromagnetics
    University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses 5-21-2005 Modeling Shape Effects in Nano Magnetic Materials With Web Based Micromagnetics Zhidong Zhao University of New Orleans Follow this and additional works at: https://scholarworks.uno.edu/td Recommended Citation Zhao, Zhidong, "Modeling Shape Effects in Nano Magnetic Materials With Web Based Micromagnetics" (2005). University of New Orleans Theses and Dissertations. 157. https://scholarworks.uno.edu/td/157 This Dissertation is protected by copyright and/or related rights. It has been brought to you by ScholarWorks@UNO with permission from the rights-holder(s). You are free to use this Dissertation in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s) directly, unless additional rights are indicated by a Creative Commons license in the record and/ or on the work itself. This Dissertation has been accepted for inclusion in University of New Orleans Theses and Dissertations by an authorized administrator of ScholarWorks@UNO. For more information, please contact [email protected]. MODELING SHAPE EFFECTS IN NANO MAGNETIC MATERIALS WITH WEB BASED MICROMAGNETICS A Dissertation Submitted to the Graduate Faculty of the University of New Orleans in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Chemistry by Zhidong Zhao B.S., Huazhong University of Science and Technology, 1989 M.S., Beijing Normal University, 1992 May 2004 Acknowledgement I would like to express my sincere thanks to my supervisor, Professor Scott L.
    [Show full text]
  • Chapter 1 Standard Problems in Micromagnetics
    May 31, 2018 18:6 ws-rv961x669 Book Title porter page 1 Chapter 1 Standard Problems in Micromagnetics Donald Porter and Michael Donahue National Institute of Standards and Technology, 100 Bureau Drive, Stop 8910, Gaithersburg, MD 20899-8910, USA [email protected] Micromagnetics is a continuum model of magnetization processes at the nanome- ter scale. It is largely a computational science, and as such it faces the same issues of clarity, confidence and reproducibility as any computational effort. A curated collection of well-defined reference problems, accepted by and solved by the associated research community, can address these issues by aiding commu- nication and identifying model shortcomings and computational obstacles. This chapter reports on one such collection, called the µMAG Standard Problems, used by the micromagnetic research community. The collection examines hysteresis, scaling across length scales, detailed computation of magnetic energies, magneto- dynamic trajectories, and spin momentum transfer. Each reference problem has proven useful in improving the micromagnetics state of the art. Recommendations distilled from this experience are presented. 1. Introduction The design and function of many modern devices rely on an understanding of pat- terns of magnetization in magnetic materials at the scale of nanometers. Examples include recording heads, field sensors, spin torque oscillators, and nonvolatile mag- netic memory (MRAM). To study such systems researchers employ micromagnetic models, which are continuum models of magnetic materials and magnetization pro- cesses at this scale. These models are encoded in software, and simulations compute predictions of magnetic behavior used both to design devices and to interpret mea- surements at the nanoscale.
    [Show full text]
  • Demagnetizing Fields and Magnetization Reversal in Permanent Magnets
    https://doi.org/10.1016/j.scriptamat.2017.11.020 Searching the weakest link: Demagnetizing fields and magnetization reversal in permanent magnets J. Fischbacher1, A. Kovacs1, L. Exl2,3, J. Kühnel4, E. Mehofer4, H. Sepehri-Amin5, T. Ohkubo5, K. Hono5, T. Schrefl1 1 Center for Integrated Sensor Systems, Danube University Krems, 2700 Wiener Neustadt, Austria 2 Faculty of Physics, University of Vienna, 1090 Vienna, Austria 3 Faculty of Mathematics, University of Vienna, 1090 Vienna, Austria 4 Faculty of Computer Science, University of Vienna, 1090 Vienna, Austria 5 Elements Strategy Initiative Center for Magnetic Materials, National Institute for Materials Science, Tsukuba 305-0047, Japan Abstract Magnetization reversal in permanent magnets occurs by the nucleation and expansion of reversed domains. Micromagnetic theory offers the possibility to localize the spots within the complex structure of the magnet where magnetization reversal starts. We compute maps of the local nucleation field in a Nd2Fe14B permanent magnet using a model order reduction approach. Considering thermal fluctuations in numerical micromagnetics we can also quantify the reduction of the coercive field due to thermal activation. However, the major reduction of the coercive field is caused by the soft magnetic grain boundary phases and misorientation if there is no surface damage. 1. Introduction With the rise of sustainable energy production and eco-friendly transport there is an increasing demand for permanent magnets. The generator of a direct drive wind mill requires high performance magnets of 400 kg/MW power; and on average a hybrid and electric vehicle needs 1.25 kg of high end permanent magnets [1]. Modern high-performance magnets are based on Nd2Fe14B.
    [Show full text]
  • Magnetostatics and the Micromagnetics of Iron Whiskers
    MAGNETOSTATICS AND THE MICROMAGNETICS OF IRON WHISKERS Dan S. Bloomberg B.A., University of California, Berkeley, 1967 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY , in the Department of Physics DAN S. BLOOMBERG 1973 SIMON FRASER UNIVERSITY March 1973 All rights reserved. This thesis may not be reproduced in whole or in part, by photocopy or other means, without permission of the author. APPROVAL Name: Dan S. Bloomberg Degree: Doctor of Philosophy Title of Thesis: Magnetostatics and the Micromagnetics of Iron Whiskers Examining Committee: Chairman: K.E. Rieckhoff -/ ~A.S.Arrott Senior Supervisor ' B.L. ones I J.C. Irwin W.F. Brown, Jr. External Examiner Professor of Electrical Engineering University of Minnesota Minneapolis, Minnesota Date Approved: March 22, 1973 PARTIAL COPYRIGHT LICENSE I hereby grant to Simon Fraser University the right to lend my thesis or dissertation (the title of which is shown below) to users of the Simon Fraser University Library, and to make partial or single copies only for such users or in response to a request from the library of any other university, or other educational institution, on its own behalf or for one of its users. I further agree that permission for multiple copying of this thesis for scholarly purposes may be granted by me or the Dean of Graduate Studies. It is understood that copying or publication of this thesis for financial gain shall not be allowed without my written permission. Title of ~hesis/~issertation: "Magnetostatics and the micromagnetic theory of iron whiskers" Author : (signature) Dan S .
    [Show full text]
  • Magnetism and Interactions Within the Single Domain Limit
    Magnetism and interactions within the single domain limit: reversal, logic and information storage Zheng Li A dissertation Submitted in partial fulfillment of the requirement for the degree of Doctor of Philosophy University of Washington 2015 Reading Committee: Dr. Kannan M. Krishnan, Chair Dr. Karl F. Bohringer Dr. Marjorie Olmstead Program Authorized to Offer Degree: Materials Science & Engineering © Copyright 2015 Zheng Li ABSTRACT Magnetism and interactions within the single domain limit: reversal, logic and information storage Zheng Li Chair of the Supervisory Committee: Dr. Kannan M. Krishnan Materials Science & Engineering Magnetism and magnetic material research on mesoscopic length scale, especially on the size-dependent scaling laws have drawn much attention. From a scientific point of view, magnetic phenomena would vary dramatically as a function of length, corresponding to the multi-single magnetic domain transition. From an industrial point of view, the application of magnetic interaction within the single domain limit has been proposed and studied in the context of magnetic recording and information processing. In this thesis, we discuss the characteristic lengths in a magnetic system resulting from the competition between different energy terms. Further, we studied the two basic interactions within the single domain limit: dipole interaction and exchange interaction using two examples with practical applications: magnetic quantum-dot cellular automata (MQCA) logic and bit patterned media (BPM) magnetic recording. Dipole interactions within the single domain limit for shape-tuned nanomagnet array was studied in this thesis. We proposed a 45° clocking mechanism which would intrinsically eliminate clocking misalignments. This clocking field was demonstrated in both nanomagnet arrays for signal propagation and majority gates for logic operation.
    [Show full text]
  • Accelerate Micromagnetic Simulations with GPU Programming in MATLAB
    Accelerate micromagnetic simulations with GPU programming in MATLAB Ru Zhu1 Graceland University, Lamoni, Iowa 50140 USA Abstract A finite-difference Micromagnetic simulation code in MATLAB is presented with Graphics Processing Unit (GPU) acceleration. The high performance of Graphics Processing Unit (GPU) is demonstrated compared to a typical Central Processing Unit (CPU) based code. The speed-up of GPU to CPU is shown to be greater than 30 for problems with larger sizes on a mid-end GPU in single precision. The code is less than 200 lines and suitable for new algorithm developing. Keywords: Micromagnetics; MATLAB; GPU 1. Introduction Micromagnetic simulations are indispensable tools to study magnetic dynamics and develop novel magnetic devices. Micromagnetic codes running on Central Processing Unit (CPU) such as OOMMF [1] and magpar [2] have been widely adopted in research of magnetism. Micromagnetic simulations of complex magnetic structures require fine geometrical discretization, and are time consuming. To accelerate the simulation, several research groups have been working on applying general purpose Graphics Processing Units (GPU) programming in the fields of Micromagnetics [3–9]. Thanks to the high computing performance of GPU, great speed-up has been reported in these implementations. However, most of these implementations are in-house codes and their source codes are not publicly available. The objective of this work is to implement a simple but complete micromagnetic code in MATLAB accelerated by GPU programming. In this paper, section 2 lists the formulation of micromagnetics and discusses the implementation of MATLAB code, including the calculation of demagnetization field, exchange field and anisotropy field. Section 3 validates the simulation result with a micromagnetic standard problem and evaluates the speedup of this micromagnetic code at various problem sizes as compared with a popular CPU-based micromagnetic code.
    [Show full text]
  • Micromagnetic Modelling of Magnetic Domain Walls and Domains in Cylindrical Nanowires
    Micromagnetic modelling of magnetic domain walls and domains in cylindrical nanowires J.A. Fernandez-Roldan1, Yu.P. Ivanov2 and O. Chubykalo-Fesenko1 1Instituto de Ciencia de Materiales de Madrid, ICMM-CSIC. 28049 Madrid. Spain 2Department of Materials Science & Metallurgy, University of Cambridge, Cambridge CB3 0FS, United Kingdom Abstract Magnetic cylindrical nanowires are very fascinating objects where the curved geometry allows many novel magnetic effects and a variety of non-trivial magnetic structures. Micromagnetic modelling plays an important role in revealing the magnetization distribution in magnetic nanowires, often not accessible by imaging methods with sufficient details. Here we review the magnetic properties of the shape anisotropy-dominated nanowires and the nanowires with competing shape and magnetocrystalline anisotropies, as revealed by micromagnetic modelling. We discuss the variety of magnetic walls and magnetic domains reported by micromagnetic simulations in cylindrical nanowires. The most known domain walls types are the transverse and vortex (Bloch point) domain walls and the transition between them is materials and nanowire diameter dependent. Importantly, the field or current-driven domain walls in cylindrical nanowires can achieve very high velocities. In recent simulations of nanowires with larger diameter the skyrmion tubes are also reported. In nanowires with large saturation magnetization the core of these tubes may form a helicoidal (“corkscrew”) structure. The topology of the skyrmion tubes play an important role in the pinning mechanism, discussed here on the example of FeCo modulated nanowires. Other discussed examples include the influence of antinotches (“bamboo” nanowires) on the remanent magnetization configurations for hcp Co and FeCo nanowires and Co/Ni multisegmented nanowires.
    [Show full text]
  • Numerical Micromagnetics : Finite Difference Methods
    Numerical Micromagnetics : Finite Difference Methods J. Miltat1 and M. Donahue2 1 Laboratoire de Physique des Solides, Universit´eParis XI Orsay & CNRS, 91405 Orsay, France [email protected] 2 Mathematical & Computational Sciences Division, National Institute of Standards and Technology, Gaithersburg MD 20899-8910, USA [email protected] Key words: micromagnetics, finite differences, boundary conditions, Landau- Lifshitz-Gilbert, magnetization dynamics, approximation order Summary. Micromagnetics is based on the one hand on a continuum approxima- tion of exchange interactions, including boundary conditions, on the other hand on Maxwell equations in the non-propagative (static) limit for the evaluation of the demagnetizing field. The micromagnetic energy is most often restricted to the sum of the exchange, demagnetizing or (self-)magnetostatic, Zeeman and anisotropy en- ergies. When supplemented with a time evolution equation, including field induced magnetization precession, damping and possibly additional torque sources, micro- magnetics allows for a precise description of magnetization distributions within finite bodies both in space and time. Analytical solutions are, however, rarely available. Numerical micromagnetics enables the exploration of complexity in small size mag- netic bodies. Finite difference methods are here applied to numerical micromag- netics in two variants for the description of both exchange interactions/boundary conditions and demagnetizing field evaluation. Accuracy in the time domain is also discussed and a simple tool provided in order to monitor time integration accuracy. A specific example involving large angle precession, domain wall motion as well as vortex/antivortex creation and annihilation allows for a fine comparison between two discretization schemes with as a net result, the necessity for mesh sizes well below the exchange length in order to reach adequate convergence.
    [Show full text]
  • Micromagnetics and Spintronics: Models and Numerical Methods
    Micromagnetics and spintronics: Models and numerical methods Claas Abert1 1Christian Doppler Laboratory for Advanced Magnetic Sensing and Materials, Faculty of Physics, University of Vienna, 1090 Vienna, Austria May 29, 2019 Abstract Computational micromagnetics has become an indispensable tool for the theoretical in- vestigation of magnetic structures. Classical micromagnetics has been successfully applied to a wide range of applications including magnetic storage media, magnetic sensors, per- manent magnets and more. The recent advent of spintronics devices has lead to various extensions to the micromagnetic model in order to account for spin-transport effects. This article aims to give an overview over the analytical micromagnetic model as well as its nu- merical implementation. The main focus is put on the integration of spin-transport effects with classical micromagnetics. arXiv:1810.12365v2 [physics.comp-ph] 28 May 2019 1 Contents 1 Introduction 4 2 Energetics of a ferromagnet 5 2.1 Zeeman energy . .5 2.2 Exchange energy . .5 2.3 Demagnetization energy . .6 2.4 Crystalline anisotropy energy . .9 2.5 Antisymmetric exchange energy . 10 2.6 Interlayer-exchange energy . 11 2.7 Other energy contributions and effects . 12 3 Static micromagnetics 12 3.1 Zeeman energy . 14 3.2 Exchange energy . 14 3.3 Demagnetization energy . 14 3.4 Anisotropy energy . 15 3.5 Antisymmetric exchange energy . 15 3.6 Energy minimization with multiple contributions . 16 4 Dynamic micromagnetics 16 4.1 Properties of the Landau-Lifshitz-Gilbert Equation . 21 5 Spintronics in micromagnetics 22 5.1 Spin-transfer torque in multilayers . 22 5.2 Spin-transfer torque in continuous media .
    [Show full text]