Guangye Chen, Luis Chacón,

Size: px
Start display at page:

Download "Guangye Chen, Luis Chacón,"

Transcription

1 JIFT workshop! Oct. 31, 2014 New Orleans, LA.! Guangye Chen, Luis Chacón, CoCoMANs team Los Alamos National Laboratory, Los Alamos, NM 87545, USA 1

2 Los Alamos National Laboratory Motivation and background of PIC Vlasov-Darwin model and its discretization Theorems of charge conservation, canonical momentum conservation, and energy conservation (in the discrete) 1D3V, 2D3V test examples Fluid preconditioning and performance gains Summary 2

3 Particle-in-cell method provides the most affordable and accurate tool for plasma kinetic simulations. Challenge: integrate electron-ion-field kinetic system on ion timescale and system length scale while retaining electron kinetic effects accurately. 3

4 u PIC method solves Vlasov Maxwell equa1ons using a (hybrid) par1cle- mesh formula1on. Δx f t + v f + F m f = 0 v Newton equa1ons of mo1on x = v v = F /m F = q(e + v B) Interpola1ons are required between par1cles and fields. Maxwell equa1ons E = ρ /ε 0 B = 0 t B = E t E c 2 = B µ 0 j gchen@lanl.gov 4

5 Leap-frog time integration, simple and robust. [Birdsall and Langdon, Plasma physics via computer simulation] min(cδt<δx, ω pe Δt<1) enforces a minimum temporal resolu1on Δx < λ Debye enforces a minimum spa1al resolu1on Lack of discrete energy conserva1on, problema1c for long- 1me simula1ons Memory- bound: challenging for efficiency on modern computers gchen@lanl.gov 5

6 u Implicit method holds the promise to overcome the difficul1es and inefficiencies of explicit methods u Implicit PIC has been explored since 1980s. All earlier approaches use semi- implicit, linearized methods: Ø lack of nonlinear convergence Ø inconsistent between par1cles and moments Ø inaccurate! Plasma self- hea1ng/cooling [Cohen,Langdon, and Hewett,1989] u Our approach: nonlinear implicit PIC Ø nonlinear convergence between par1cle, moments, and fields Ø stable 2 nd order accurate integra1on with large Δt and Δx Ø exact discrete conserva1on of global energy, local charge, canonical momentum Ø adap1ve in 1me and space via mapped meshes without loss of the conserva1on proper1es Ø fluid precondi1oning to accelerate the kine1c solver! gchen@lanl.gov 6

7 Los Alamos National Laboratory and u Elimination of light waves : no need to deal with the noise and stability issues with the light waves. retains low-freq. electrostatic, magnetostatic, and inductive fields. approximates Maxwell s equations to order (v / c). 2 coulomb gauge is required. charge conservation, is implied (div. of A equation). hyperbolic to elliptic equations à explicit time integration does not work! gchen@lanl.gov 7

8 Standard 2 nd order FDTD approach on a mapped mesh (x,y) = f(ξ,η). with η, y Hybrid particle pusher in logical space: ξ, x Interpolation is crucial for numerical realization of conservation laws. gchen@lanl.gov 8

9 Numerically, div(a) must vanish to satisfy the Coulomb gauge, and for energy conservation. Self-adjoint discretization of the fluxes of Laplacian is used for div(a)=0: 9

10 Field integration Particles are sub-stepped, and current is orbit-averaged 10

11 The continuity equation is satisfied on the grid per particle per sub-timestep, such that in 2D, where we define:. 11

12 The canonical momentum conservation in an ignorable direction (say, z or ζ) where is satisfied per particle per sub-timestep (m=2). The theorem can be proved by rearranging the conservation equation to where const. in! which is exactly our implicit Boris push. gchen@lanl.gov 12

13 Los Alamos National Laboratory The total energy of the (periodic, Cartesian geometry with) system is conserved for each timestep, such that The proof of theorem starts by dotting the v equation of motion by mv and summing all particles Same Shape for j and E interpolations. Change of electrostatic energy Change of magnetic energy { div(a)=0 gchen@lanl.gov 13

14 Los Alamos National Laboratory time level n NONLINEAR ITERATION Maxwell eqs n+1 n+1 E, B Particle mover r n+1 p, v n+1 p JFNK Fluid moments ρ n+1 n+1 n+1, u α, Eα,... Closure relations M m n+1 α ( ) time level n+1 14 gchen@lanl.gov 14

15 1D-3V Los Alamos National Laboratory Initial single mode perturbation L=32d e ; Nx =64; mi/me=1836 Npc=8000; T ey,z /T e,x =2.56; ω pe Δt = 1. gchen@lanl.gov 15

16 Δτ<<Δt Orbit-average Δτ Δt 16

17 1D3V Weible case Performance of explicit PIC is stringently limited by the CFL condition, cδt<δx λ D. Large Scale 17

18 1D-3V initial one mode perturbation L=30d i ; Nx =64; mi/me=1836 Npc=2000; T iy,z /T i,x =40,000; ω pi Δt = 0.2 gchen@lanl.gov 18

19 M i /m e =1836 L=4pi/3 (d i ) (Δx 40λ D ) Nx =64 Npc=2000 ω pi Δt = 0.1 ( 60CFL ex ) Three species: e,i a,i b β e =0.1, β ia =0.1, β ib =0.01 V A =1/3 M i /m e 7.8e-3 G. Chen (gchen@lanl.gov) APS DPP gchen@lanl.gov 19

20 2D-3V Los Alamos National Laboratory initial all supported modes perturbation packed grid spacing L=22x22 (d e xd e ); Ng =128x128 (uniform grid); 64x128 (packed grid); mi/me=1836; Np/cell=800; T ey,z /T e,x =9; ω pe Δt = 1. gchen@lanl.gov 20

21 Conservation Properties Los Alamos National Laboratory 21

22 M i /m e =25 L=10x10 (d i ) Nx =64x64 Npc=500 ω pi Δt = 0.1 Three species: e,i a,i b β e =0.1, β ia =0.1, β ib =0.01 V A =1/3 M i /m e 7.8e-3 G. Chen (gchen@lanl.gov) APS DPP gchen@lanl.gov 22

23 Los Alamos National Laboratory Basic idea: to advance field, ρ and j can be obtained from moment equations. Consider electron moment equations only. After linearization: The moment equations are coupled with linearized field equations: For electrostatic responses: For electromagnetic responses: gchen@lanl.gov 23

24 Weibel case No preconditioner w/ preconditioner Speedup ω pi *dt Netwon GMRES Netwon GMRES mi/me grid 32x x x v average over 10 timesteps. gchen@lanl.gov 24

25 Los Alamos National Laboratory We have formulated and verified a 2D3V, exact energy, charge, and canonical momentum conserving electromagne1c PIC algorithm using the Vlasov- Darwin model. Numerical experiments show the 2 nd order accuracy of the implicit 1me integra1on with both small and large 1mesteps. For intermediate 1mesteps, the errors are controlled by orbit- averaging. We have formulated a fluid precondi1oner for the JFNK- based kine1c solver. Significant gains (10x- 50x) have ben obtained. CPU comparisons between explicit and implicit PIC demonstrate that implicit scheme can outperform the explicit ones for large- scale and/or low- frequency problems. gchen@lanl.gov 25

A fully implicit, exactly conserving algorithm for multidimensional particle-in-cell kinetic simulations

A fully implicit, exactly conserving algorithm for multidimensional particle-in-cell kinetic simulations A fully implicit, exactly conserving algorithm for multidimensional particle-in-cell kinetic simulations L. Chacón Applied Mathematics and Plasma Physics Group Theoretical Division Los Alamos National

More information

Particle in Cell method

Particle in Cell method Particle in Cell method Birdsall and Langdon: Plasma Physics via Computer Simulation Dawson: Particle simulation of plasmas Hockney and Eastwood: Computer Simulations using Particles we start with an electrostatic

More information

Hybrid Simulations: Numerical Details and Current Applications

Hybrid Simulations: Numerical Details and Current Applications Hybrid Simulations: Numerical Details and Current Applications Dietmar Krauss-Varban and numerous collaborators Space Sciences Laboratory, UC Berkeley, USA Boulder, 07/25/2008 Content 1. Heliospheric/Space

More information

Gyrokinetic simulations of magnetic fusion plasmas

Gyrokinetic simulations of magnetic fusion plasmas Gyrokinetic simulations of magnetic fusion plasmas Tutorial 2 Virginie Grandgirard CEA/DSM/IRFM, Association Euratom-CEA, Cadarache, 13108 St Paul-lez-Durance, France. email: virginie.grandgirard@cea.fr

More information

Particle-in-Cell Codes for plasma-based particle acceleration

Particle-in-Cell Codes for plasma-based particle acceleration A. Pukhov Institute for Theoretical Physics I University of Dusseldorf, Germany Particle-in-Cell Codes for plasma-based particle acceleration Outline Relativistic plasmas, acceleration and the simulation

More information

Tight-Focusing of Short Intense Laser Pulses in Particle-in-Cell Simulations of Laser-Plasma Interaction

Tight-Focusing of Short Intense Laser Pulses in Particle-in-Cell Simulations of Laser-Plasma Interaction 16/05/2017, CTU in Prague Tight-Focusing of Short Intense Laser Pulses in Particle-in-Cell Simulations of Laser-Plasma Interaction Bc. Petr Valenta (petr.valenta@eli-beams.eu) Supervisors: doc. Ing. Ondrej

More information

A particle-in-cell method with adaptive phase-space remapping for kinetic plasmas

A particle-in-cell method with adaptive phase-space remapping for kinetic plasmas A particle-in-cell method with adaptive phase-space remapping for kinetic plasmas Bei Wang 1 Greg Miller 2 Phil Colella 3 1 Princeton Institute of Computational Science and Engineering Princeton University

More information

Simulation of Coulomb Collisions in Plasma Accelerators for Space Applications

Simulation of Coulomb Collisions in Plasma Accelerators for Space Applications Simulation of Coulomb Collisions in Plasma Accelerators for Space Applications D. D Andrea 1, W.Maschek 1 and R. Schneider 2 Vienna, May 6 th 2009 1 Institut for Institute for Nuclear and Energy Technologies

More information

Parsek2D: An Implicit Parallel Particle-in-Cell Code

Parsek2D: An Implicit Parallel Particle-in-Cell Code NUMERICAL MODELING OF SPACE PLASMA FLOWS: ASTRONUM-2008 ASP Conference Series, Vol. 406, c 2009 Nikolai V. Pogorelov, Edouard Audit, Phillip Colella, and Gary P. Zank, eds. Parsek2D: An Implicit Parallel

More information

Lecture 4: The particle equations (1)

Lecture 4: The particle equations (1) Lecture 4: The particle equations (1) Presenter: Mark Eric Dieckmann Department of Science and Technology (ITN), Linköping University, Sweden July 17, 2014 Overview We have previously discussed the leapfrog

More information

PIC Algorithm with Multiple Poisson Equation Solves During One Time Step

PIC Algorithm with Multiple Poisson Equation Solves During One Time Step Journal of Physics: Conference Series PAPER OPEN ACCESS PIC Algorithm with Multiple Poisson Equation Solves During One Time Step To cite this article: Junxue Ren et al 2015 J. Phys.: Conf. Ser. 640 012033

More information

Multigrid solvers for equations arising in implicit MHD simulations

Multigrid solvers for equations arising in implicit MHD simulations Multigrid solvers for equations arising in implicit MHD simulations smoothing Finest Grid Mark F. Adams Department of Applied Physics & Applied Mathematics Columbia University Ravi Samtaney PPPL Achi Brandt

More information

Tight-Focusing of Short Intense Laser Beams in Particle-in-Cell Simulations of Laser-Plasma Interaction

Tight-Focusing of Short Intense Laser Beams in Particle-in-Cell Simulations of Laser-Plasma Interaction 28/03/2017, CTU in Prague Tight-Focusing of Short Intense Laser Beams in Particle-in-Cell Simulations of Laser-Plasma Interaction Bc. Petr Valenta (petr.valenta@eli-beams.eu) Supervisors: doc. Ing. Ondrej

More information

EXASCALE COMPUTING. Implementation of a 2D Electrostatic Particle in Cell algorithm in UniÞed Parallel C with dynamic load-balancing

EXASCALE COMPUTING. Implementation of a 2D Electrostatic Particle in Cell algorithm in UniÞed Parallel C with dynamic load-balancing ExaScience Lab Intel Labs Europe EXASCALE COMPUTING Implementation of a 2D Electrostatic Particle in Cell algorithm in UniÞed Parallel C with dynamic load-balancing B. Verleye P. Henry R. Wuyts G. Lapenta

More information

Implicit-Explicit Time Integration of a High-Order Particle-in-Cell Method with Hyperbolic Divergence Cleaning.

Implicit-Explicit Time Integration of a High-Order Particle-in-Cell Method with Hyperbolic Divergence Cleaning. Implicit-Explicit Time Integration of a High-Order Particle-in-Cell Method with Hyperbolic Divergence Cleaning. G.B. Jacobs a J.S. Hesthaven b a Department of Aerospace Engineering & Engineering Mechanics,

More information

Simulation Techniques for HED I: Particle-in-Cell Methods

Simulation Techniques for HED I: Particle-in-Cell Methods 2015 HED Summer School Simulation Techniques for HED I: Particle-in-Cell Methods Frank S. Tsung UCLA Special Thanks Viktor Decyk Peicheng Yu < - Slides Michael Meyers Thamine Dalichaouch < - Demos Outline

More information

Hybrid Kinetic-MHD simulations with NIMROD

Hybrid Kinetic-MHD simulations with NIMROD simulations with NIMROD Charlson C. Kim and the NIMROD Team Plasma Science and Innovation Center University of Washington CSCADS Workshop July 18, 2011 NIMROD C.R. Sovinec, JCP, 195, 2004 parallel, 3-D,

More information

Hybrid Simulation Method ISSS-10 Banff 2011

Hybrid Simulation Method ISSS-10 Banff 2011 Hybrid Simulation Method ISSS-10 Banff 2011 David Burgess Astronomy Unit Queen Mary University of London With thanks to Dietmar Krauss-Varban Space Plasmas: From Sun to Earth Space Plasma Plasma is (mostly)

More information

Transition From Single Fluid To Pure Electron MHD Regime Of Tearing Instability

Transition From Single Fluid To Pure Electron MHD Regime Of Tearing Instability Transition From Single Fluid To Pure Electron MHD Regime Of Tearing Instability V.V.Mirnov, C.C.Hegna, S.C.Prager APS DPP Meeting, October 27-31, 2003, Albuquerque NM Abstract In the most general case,

More information

sri 2D Implicit Charge- and Energy- Conserving Particle-in-cell Application Using CUDA Christopher Leibs Karthik Murthy

sri 2D Implicit Charge- and Energy- Conserving Particle-in-cell Application Using CUDA Christopher Leibs Karthik Murthy 2D Implicit Charge- and Energy- Conserving sri Particle-in-cell Application Using CUDA Christopher Leibs Karthik Murthy Mentors Dana Knoll and Allen McPherson IS&T CoDesign Summer School 2012, Los Alamos

More information

Outline. 1 Why PIC Simulations Make Sense. 2 The Algorithm. 3 Examples Surface High Harmonics Generation. 4 Extensions Of The PIC Algorithm

Outline. 1 Why PIC Simulations Make Sense. 2 The Algorithm. 3 Examples Surface High Harmonics Generation. 4 Extensions Of The PIC Algorithm PIC Simulations an Introduction GRK 1203 Meeting February 12-15, 2008, Oelde Outline 1 Simulations Make Sense 2 3 Surface High Harmonics Generation 4 Of PIC Plasma Physics Is Complex Experiment real thing

More information

PHYSICS OF HOT DENSE PLASMAS

PHYSICS OF HOT DENSE PLASMAS Chapter 6 PHYSICS OF HOT DENSE PLASMAS 10 26 10 24 Solar Center Electron density (e/cm 3 ) 10 22 10 20 10 18 10 16 10 14 10 12 High pressure arcs Chromosphere Discharge plasmas Solar interior Nd (nω) laserproduced

More information

Non-Equidistant Particle-In-Cell for Ion Thruster Plumes

Non-Equidistant Particle-In-Cell for Ion Thruster Plumes Non-Equidistant Particle-In-Cell for Ion Thruster Plumes IEPC-213-67 Presented at the 33 rd International Electric Propulsion Conference, The George Washington University, Washington, D.C., USA October

More information

Chapter 1. Introduction to Nonlinear Space Plasma Physics

Chapter 1. Introduction to Nonlinear Space Plasma Physics Chapter 1. Introduction to Nonlinear Space Plasma Physics The goal of this course, Nonlinear Space Plasma Physics, is to explore the formation, evolution, propagation, and characteristics of the large

More information

INTRODUCTION TO GYROKINETIC AND FLUID SIMULATIONS OF PLASMA TURBULENCE AND OPPORTUNITES FOR ADVANCED FUSION SIMULATIONS

INTRODUCTION TO GYROKINETIC AND FLUID SIMULATIONS OF PLASMA TURBULENCE AND OPPORTUNITES FOR ADVANCED FUSION SIMULATIONS INTRODUCTION TO GYROKINETIC AND FLUID SIMULATIONS OF PLASMA TURBULENCE AND OPPORTUNITES FOR ADVANCED FUSION SIMULATIONS G.W. Hammett, Princeton Plasma Physics Lab w3.pppl.gov/ hammett Fusion Simulation

More information

High-Fidelity RF Gun Simulations with the Parallel 3D Finite Element Particle-In-Cell Code Pic3P

High-Fidelity RF Gun Simulations with the Parallel 3D Finite Element Particle-In-Cell Code Pic3P High-Fidelity RF Gun Simulations with the Parallel D Finite Element Particle-In-Cell Code PicP SLAC-PUB-668 June 9 A. Candel, A. Kabel, L. Lee, Z. Li, C. Limborg, C. Ng, G. Schussman and K. Ko SLAC National

More information

Verification and Convergence Properties of a Particle-In-Cell Code

Verification and Convergence Properties of a Particle-In-Cell Code Verification and Convergence Properties of a Particle-In-Cell Code B. J. Winjum 1, J. J. Tu 2, S. S. Su 3, V. K. Decyk 1, W. B. Mori 1 1 UCLA 2 Fudan U., China 3 U. Michigan 2014 Anomalous Absorption Conference

More information

TAU Solver Improvement [Implicit methods]

TAU Solver Improvement [Implicit methods] TAU Solver Improvement [Implicit methods] Richard Dwight Megadesign 23-24 May 2007 Folie 1 > Vortrag > Autor Outline Motivation (convergence acceleration to steady state, fast unsteady) Implicit methods

More information

Kinetic Plasma Simulations in Astrophysics. Lorenzo Sironi

Kinetic Plasma Simulations in Astrophysics. Lorenzo Sironi Kinetic Plasma Simulations in Astrophysics Lorenzo Sironi Outline Plasma physics in astrophysics. The Vlasov-Maxwell system. Fully-kinetic particle-in-cell codes. 1. Electrostatic codes. 2. Electromagnetic

More information

arxiv: v1 [physics.comp-ph] 9 Aug 2011

arxiv: v1 [physics.comp-ph] 9 Aug 2011 The Energy Conserving Particle-in-Cell Method arxiv:1108.1959v1 [physics.comp-ph] 9 Aug 2011 Stefano Markidis and Giovanni Lapenta Centre for Plasma Astrophysics, Katholieke Universiteit Leuven, Celestijnenlaan

More information

Asymptotic-Preserving Particle-In-Cell method for the Vlasov-Poisson system near quasineutrality

Asymptotic-Preserving Particle-In-Cell method for the Vlasov-Poisson system near quasineutrality Asymptotic-Preserving Particle-In-Cell method for the Vlasov-Poisson system near quasineutrality Pierre Degond 1, Fabrice Deluzet 2, Laurent Navoret 3, An-Bang Sun 4, Marie-Hélène Vignal 5 1 Université

More information

Landau Damping Simulation Models

Landau Damping Simulation Models Landau Damping Simulation Models Hua-sheng XIE (u) huashengxie@gmail.com) Department of Physics, Institute for Fusion Theory and Simulation, Zhejiang University, Hangzhou 310027, P.R.China Oct. 9, 2013

More information

Energy Stable Discontinuous Galerkin Methods for Maxwell s Equations in Nonlinear Optical Media

Energy Stable Discontinuous Galerkin Methods for Maxwell s Equations in Nonlinear Optical Media Energy Stable Discontinuous Galerkin Methods for Maxwell s Equations in Nonlinear Optical Media Yingda Cheng Michigan State University Computational Aspects of Time Dependent Electromagnetic Wave Problems

More information

On Fluid Maxwell Equations

On Fluid Maxwell Equations On Fluid Maxwell Equations Tsutomu Kambe, (Former Professor, Physics), University of Tokyo, Abstract Fluid mechanics is a field theory of Newtonian mechanics of Galilean symmetry, concerned with fluid

More information

The Field-Reversed Configuration (FRC) is a high-beta compact toroidal in which the external field is reversed on axis by azimuthal plasma The FRC is

The Field-Reversed Configuration (FRC) is a high-beta compact toroidal in which the external field is reversed on axis by azimuthal plasma The FRC is and Stability of Field-Reversed Equilibrium with Toroidal Field Configurations Atomics General Box 85608, San Diego, California 92186-5608 P.O. APS Annual APS Meeting of the Division of Plasma Physics

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information

Chapter 1 Mathematical Foundations

Chapter 1 Mathematical Foundations Computational Electromagnetics; Chapter 1 1 Chapter 1 Mathematical Foundations 1.1 Maxwell s Equations Electromagnetic phenomena can be described by the electric field E, the electric induction D, the

More information

Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models

Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models 0-0 Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models B. Srinivasan, U. Shumlak Aerospace and Energetics Research Program, University of Washington, Seattle,

More information

Plasma waves in the fluid picture I

Plasma waves in the fluid picture I Plasma waves in the fluid picture I Langmuir oscillations and waves Ion-acoustic waves Debye length Ordinary electromagnetic waves General wave equation General dispersion equation Dielectric response

More information

PIC solvers for Intense Beams in Synchrotrons

PIC solvers for Intense Beams in Synchrotrons PIC solvers for Intense Beams in Synchrotrons Oliver Boine-Franenheim TU Darmstadt and GSI Contents o Application and challenges for beam simulations with space charge o D electrostatic Particle-In-Cell

More information

EP2Plus: a hybrid plasma. plume/spacecraft. interaction code. F. Cichocki, M. Merino, E. Ahedo

EP2Plus: a hybrid plasma. plume/spacecraft. interaction code. F. Cichocki, M. Merino, E. Ahedo EP2Plus: a hybrid plasma plume/spacecraft interaction code F. Cichocki, M. Merino, E. Ahedo 24 th SPINE meeting ESTEC, Noordwijk, October 23 rd, 2017 Contents Introduction to EP2PLUS Overall structure

More information

Optimization of Particle-In-Cell simulations for Vlasov-Poisson system with strong magnetic field

Optimization of Particle-In-Cell simulations for Vlasov-Poisson system with strong magnetic field Optimization of Particle-In-Cell simulations for Vlasov-Poisson system with strong magnetic field Edwin Chacon-Golcher Sever A. Hirstoaga Mathieu Lutz Abstract We study the dynamics of charged particles

More information

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids Fluid dynamics Math background Physics Simulation Related phenomena Frontiers in graphics Rigid fluids Fields Domain Ω R2 Scalar field f :Ω R Vector field f : Ω R2 Types of derivatives Derivatives measure

More information

NIMEQ: MHD Equilibrium Solver for NIMROD

NIMEQ: MHD Equilibrium Solver for NIMROD NIMEQ: MHD Equilibrium Solver for NIMOD E.C.Howell, C..Sovinec University of Wisconsin-Madison 5 th Annual Meeting of Division of Plasma Physics Dallas, Texas, Nov. 17-Nov. 1,8 1 Abstract A Grad-Shafranov

More information

Simulation of Plasma Wakefields and Weibel Instability of Electron Beams in Plasma Using Codes LSP and OSIRIS

Simulation of Plasma Wakefields and Weibel Instability of Electron Beams in Plasma Using Codes LSP and OSIRIS Simulation of Plasma Wakefields and Weibel Instability of Electron Beams in Plasma Using Codes and OSIRIS 15 Electron density Beam density Plasma density 4 6 4 A. Solodov, C. Ren, J. Myatt, and R. Betti

More information

Concurrent Divide-and-Conquer Library

Concurrent Divide-and-Conquer Library with Petascale Electromagnetics Applications, Tech-X Corporation CScADS Workshop on Libraries and Algorithms for Petascale Applications, 07/30/2007, Snowbird, Utah Background Particle In Cell (PIC) in

More information

Parallel transport and profile of boundary plasma with a low recycling wall

Parallel transport and profile of boundary plasma with a low recycling wall 1 TH/P4-16 Parallel transport and profile of boundary plasma with a low recycling wall Xian-Zhu Tang 1 and Zehua Guo 1 1 Theoretical Division, Los Alamos National Laboratory, Los Alamos, NM 87545, U.S.A.

More information

Gyrokinetics an efficient framework for studying turbulence and reconnection in magnetized plasmas

Gyrokinetics an efficient framework for studying turbulence and reconnection in magnetized plasmas Frank Jenko Gyrokinetics an efficient framework for studying turbulence and reconnection in magnetized plasmas Max-Planck-Institut für Plasmaphysik, Garching Workshop on Vlasov-Maxwell Kinetics WPI, Vienna,

More information

Kinetic Plasma Simulations. Anatoly Spitkovsky (Princeton)

Kinetic Plasma Simulations. Anatoly Spitkovsky (Princeton) Kinetic Plasma Simulations Anatoly Spitkovsky (Princeton) Contents Plasma physics on computers How PIC works Electrostatic codes Charge assignment and shape factors Discretization effects Electromagnetic

More information

Introduction to the FDTD method

Introduction to the FDTD method Introduction to the FDTD method Ilkka Laakso Department of Electrical Engineering and Automa8on Tfy- 99.3227 4.11.2015 Contents Principle of FDTD Deriva8on Basic proper8es Stability Dispersion Boundary

More information

Adaptive semi-lagrangian schemes for transport

Adaptive semi-lagrangian schemes for transport for transport (how to predict accurate grids?) Martin Campos Pinto CNRS & University of Strasbourg, France joint work Albert Cohen (Paris 6), Michel Mehrenberger and Eric Sonnendrücker (Strasbourg) MAMCDP

More information

Particle-in-cell (PIC) simulation output for the temporal evolution of magnetic fields.

Particle-in-cell (PIC) simulation output for the temporal evolution of magnetic fields. Type of file: pdf Title of file for HTML: Supplementary Information Description: Supplementary Figures and Supplementary Discussion. Type of file: MOV Title of file for HTML: Supplementary Movie 1 Description:

More information

Darwin-Vlasov Simulations of magnetized Plasmas

Darwin-Vlasov Simulations of magnetized Plasmas Darwin-Vlasov Simulations of magnetized Plasmas H. Schmitz and R. Grauer Theoretische Physik I, Ruhr-Universität Bochum, 44780 Bochum, Germany Abstract We present a new Vlasov code for collisionless plasmas

More information

New Streamfunction Approach for Magnetohydrodynamics

New Streamfunction Approach for Magnetohydrodynamics New Streamfunction Approac for Magnetoydrodynamics Kab Seo Kang Brooaven National Laboratory, Computational Science Center, Building 63, Room, Upton NY 973, USA. sang@bnl.gov Summary. We apply te finite

More information

Computational Methods in Plasma Physics

Computational Methods in Plasma Physics Computational Methods in Plasma Physics Richard Fitzpatrick Institute for Fusion Studies University of Texas at Austin Purpose of Talk Describe use of numerical methods to solve simple problem in plasma

More information

5. FVM discretization and Solution Procedure

5. FVM discretization and Solution Procedure 5. FVM discretization and Solution Procedure 1. The fluid domain is divided into a finite number of control volumes (cells of a computational grid). 2. Integral form of the conservation equations are discretized

More information

A lumped nodal DGTD-PIC method to ensure charge conservation for the 3D Vlasov-Maxwell system on nonconforming grids

A lumped nodal DGTD-PIC method to ensure charge conservation for the 3D Vlasov-Maxwell system on nonconforming grids A lumped nodal DGTD-PIC method to ensure charge conservation for the 3D Vlasov-Maxwell system on nonconforming grids B. Fornet Nuclétudes Wednesday, October 13 1 Some Physics 2 DGTD-PIC : why and how 3

More information

Lecture 16 March 29, 2010

Lecture 16 March 29, 2010 Lecture 16 March 29, 2010 We know Maxwell s equations the Lorentz force. Why more theory? Newton = = Hamiltonian = Quantum Mechanics Elegance! Beauty! Gauge Fields = Non-Abelian Gauge Theory = Stard Model

More information

First-Order Systems Least-Squares Finite Element Methods and Nested Iteration for Electromagnetic Two-Fluid Kinetic-Based Plasma Models

First-Order Systems Least-Squares Finite Element Methods and Nested Iteration for Electromagnetic Two-Fluid Kinetic-Based Plasma Models University of Colorado, Boulder CU Scholar Applied Mathematics Graduate Theses & Dissertations Applied Mathematics Spring 1-1-2014 First-Order Systems Least-Squares Finite Element Methods and Nested Iteration

More information

Summer College on Plasma Physics. 30 July - 24 August, The particle-in-cell simulation method: Concept and limitations

Summer College on Plasma Physics. 30 July - 24 August, The particle-in-cell simulation method: Concept and limitations 1856-30 2007 Summer College on Plasma Physics 30 July - 24 August, 2007 The particle-in-cell M. E. Dieckmann Institut fuer Theoretische Physik IV, Ruhr-Universitaet, Bochum, Germany The particle-in-cell

More information

Multiscale, multiphysics modeling of turbulent transport and heating in collisionless, magnetized plasmas

Multiscale, multiphysics modeling of turbulent transport and heating in collisionless, magnetized plasmas Multiscale, multiphysics modeling of turbulent transport and heating in collisionless, magnetized plasmas Michael Barnes Plasma Science & Fusion Center Massachusetts Institute of Technology Collaborators:

More information

One dimensional hybrid Maxwell-Boltzmann model of shearth evolution

One dimensional hybrid Maxwell-Boltzmann model of shearth evolution Technical collection One dimensional hybrid Maxwell-Boltzmann model of shearth evolution 27 - Conferences publications P. Sarrailh L. Garrigues G. J. M. Hagelaar J. P. Boeuf G. Sandolache S. Rowe B. Jusselin

More information

Ion Induced Beam disruption Mechanism

Ion Induced Beam disruption Mechanism Ion Induced Beam disruption Mechanism C. Vermare CEA, Polygone d Expérimentation de Moronvilliers, France H. Davis, D.C. Moir, R. Olson Los Alamos National Laboratory, NM, USA T. Hughes Mission Research

More information

INTRODUCTION TO FINITE ELEMENT METHODS ON ELLIPTIC EQUATIONS LONG CHEN

INTRODUCTION TO FINITE ELEMENT METHODS ON ELLIPTIC EQUATIONS LONG CHEN INTROUCTION TO FINITE ELEMENT METHOS ON ELLIPTIC EQUATIONS LONG CHEN CONTENTS 1. Poisson Equation 1 2. Outline of Topics 3 2.1. Finite ifference Method 3 2.2. Finite Element Method 3 2.3. Finite Volume

More information

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES GTC Framework Development and Application Z. Lin University of California, Irvine, CA 92697, USA and dgpsttbp GPS-TTBP Team Supported by SciDAC GPS-TTBP, GSEP & CPES GPS-TTBP Workshop on GTC Framework

More information

Simulation of Relativistic Jet-Plasma Interactions

Simulation of Relativistic Jet-Plasma Interactions Simulation of Relativistic Jet-Plasma Interactions Robert Noble and Johnny Ng Stanford Linear Accelerator Center SABER Workshop, Laboratory Astrophysics WG SLAC, March 15-16, 2006 Motivations High energy

More information

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Michael McCourt 1,2,Lois Curfman McInnes 1 Hong Zhang 1,Ben Dudson 3,Sean Farley 1,4 Tom Rognlien 5, Maxim Umansky 5 Argonne National

More information

Electric and Magnetic Forces in Lagrangian and Hamiltonian Formalism

Electric and Magnetic Forces in Lagrangian and Hamiltonian Formalism Electric and Magnetic Forces in Lagrangian and Hamiltonian Formalism Benjamin Hornberger 1/26/1 Phy 55, Classical Electrodynamics, Prof. Goldhaber Lecture notes from Oct. 26, 21 Lecture held by Prof. Weisberger

More information

Multipole-Based Preconditioners for Sparse Linear Systems.

Multipole-Based Preconditioners for Sparse Linear Systems. Multipole-Based Preconditioners for Sparse Linear Systems. Ananth Grama Purdue University. Supported by the National Science Foundation. Overview Summary of Contributions Generalized Stokes Problem Solenoidal

More information

Indefinite and physics-based preconditioning

Indefinite and physics-based preconditioning Indefinite and physics-based preconditioning Jed Brown VAW, ETH Zürich 2009-01-29 Newton iteration Standard form of a nonlinear system F (u) 0 Iteration Solve: Update: J(ũ)u F (ũ) ũ + ũ + u Example (p-bratu)

More information

Fluid equations, magnetohydrodynamics

Fluid equations, magnetohydrodynamics Fluid equations, magnetohydrodynamics Multi-fluid theory Equation of state Single-fluid theory Generalised Ohm s law Magnetic tension and plasma beta Stationarity and equilibria Validity of magnetohydrodynamics

More information

Kinetic/Fluid micro-macro numerical scheme for Vlasov-Poisson-BGK equation using particles

Kinetic/Fluid micro-macro numerical scheme for Vlasov-Poisson-BGK equation using particles Kinetic/Fluid micro-macro numerical scheme for Vlasov-Poisson-BGK equation using particles Anaïs Crestetto 1, Nicolas Crouseilles 2 and Mohammed Lemou 3. The 8th International Conference on Computational

More information

Dispersive Media, Lecture 7 - Thomas Johnson 1. Waves in plasmas. T. Johnson

Dispersive Media, Lecture 7 - Thomas Johnson 1. Waves in plasmas. T. Johnson 2017-02-14 Dispersive Media, Lecture 7 - Thomas Johnson 1 Waves in plasmas T. Johnson Introduction to plasmas as a coupled system Magneto-Hydro Dynamics, MHD Plasmas without magnetic fields Cold plasmas

More information

xkcd.com It IS about physics. It ALL is.

xkcd.com It IS about physics. It ALL is. xkcd.com It IS about physics. It ALL is. Introduction to Space Plasmas The Plasma State What is a plasma? Basic plasma properties: Qualitative & Quantitative Examples of plasmas Single particle motion

More information

Simulation of heating in space plasma

Simulation of heating in space plasma Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2015, 6(6):103-113 ISSN: 0976-8610 CODEN (USA): AASRFC Simulation of heating in space plasma 1* Umar S. A., 2 Ibrahim

More information

ω = 0 a = 0 = α P = constant L = constant dt = 0 = d Equilibrium when: τ i = 0 τ net τ i Static Equilibrium when: F z = 0 F net = F i = ma = d P

ω = 0 a = 0 = α P = constant L = constant dt = 0 = d Equilibrium when: τ i = 0 τ net τ i Static Equilibrium when: F z = 0 F net = F i = ma = d P Equilibrium when: F net = F i τ net = τ i a = 0 = α dp = 0 = d L = ma = d P = 0 = I α = d L = 0 P = constant L = constant F x = 0 τ i = 0 F y = 0 F z = 0 Static Equilibrium when: P = 0 L = 0 v com = 0

More information

Exponential Recursion for Multi-Scale Problems in Electromagnetics

Exponential Recursion for Multi-Scale Problems in Electromagnetics Exponential Recursion for Multi-Scale Problems in Electromagnetics Matthew F. Causley Department of Mathematics Kettering University Computational Aspects of Time Dependent Electromagnetic Wave Problems

More information

Transport Simula/ons for Fast Igni/on on NIF

Transport Simula/ons for Fast Igni/on on NIF Transport Simula/ons for Fast Igni/on on NIF D. J. Strozzi, M. Tabak, D. P. Grote, B. I. Cohen, H. D. Shay, R. P. J. Town, A. J. Kemp, M. Key Lawrence Livermore Na.onal Laboratory 7000 East Avenue, Livermore,

More information

Scalable Non-Linear Compact Schemes

Scalable Non-Linear Compact Schemes Scalable Non-Linear Compact Schemes Debojyoti Ghosh Emil M. Constantinescu Jed Brown Mathematics Computer Science Argonne National Laboratory International Conference on Spectral and High Order Methods

More information

Edwin Chacon-Golcher 1, Sever A. Hirstoaga 2 and Mathieu Lutz 3. Introduction

Edwin Chacon-Golcher 1, Sever A. Hirstoaga 2 and Mathieu Lutz 3. Introduction ESAIM: PROCEEDINGS AND SURVEYS, March 2016, Vol. 53, p. 177-190 M. Campos Pinto and F. Charles, Editors OPTIMIZATION OF PARTICLE-IN-CELL SIMULATIONS FOR VLASOV-POISSON SYSTEM WITH STRONG MAGNETIC FIELD

More information

Computations with Discontinuous Basis Functions

Computations with Discontinuous Basis Functions Computations with Discontinuous Basis Functions Carl Sovinec University of Wisconsin-Madison NIMROD Team Meeting November 12, 2011 Salt Lake City, Utah Motivation The objective of this work is to make

More information

High Order Semi-Lagrangian WENO scheme for Vlasov Equations

High Order Semi-Lagrangian WENO scheme for Vlasov Equations High Order WENO scheme for Equations Department of Mathematical and Computer Science Colorado School of Mines joint work w/ Andrew Christlieb Supported by AFOSR. Computational Mathematics Seminar, UC Boulder

More information

MODELING THE ELECTROMAGNETIC FIELD

MODELING THE ELECTROMAGNETIC FIELD MODELING THE ELECTROMAGNETIC FIELD IN ANISOTROPIC INHOMOGENEOUS MAGNETIZED PLASMA OF ECR ION SOURCES G. Torrisi (1), D. Mascali (1), A. Galatà (2), G. Castro (1), L. Celona (1), L. Neri (1), G. Sorbello

More information

1.0. T (ev) 0.5. z [m] y [m] x [m]

1.0. T (ev) 0.5. z [m] y [m] x [m] W7-X edge modelling with the 3D SOL fluid code BoRiS M. Borchardt, J. Riemann, R. Schneider, X. Bonnin Max-Planck-Institut für Plasmaphysik, Teilinstitut Greifswald EURATOM Association, D 17491 Greifswald,

More information

Overview of Accelerated Simulation Methods for Plasma Kinetics

Overview of Accelerated Simulation Methods for Plasma Kinetics Overview of Accelerated Simulation Methods for Plasma Kinetics R.E. Caflisch 1 In collaboration with: J.L. Cambier 2, B.I. Cohen 3, A.M. Dimits 3, L.F. Ricketson 1,4, M.S. Rosin 1,5, B. Yann 1 1 UCLA Math

More information

Achieving depth resolution with gradient array survey data through transient electromagnetic inversion

Achieving depth resolution with gradient array survey data through transient electromagnetic inversion Achieving depth resolution with gradient array survey data through transient electromagnetic inversion Downloaded /1/17 to 128.189.118.. Redistribution subject to SEG license or copyright; see Terms of

More information

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf**

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** Controlled CO 2 Diversified fuels Fuel-efficient vehicles Clean refining Extended reserves Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** *: Laboratoire J.L.Lions **:Université

More information

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow F. Piscaglia, A. Montorfano Dipartimento di Energia, POLITECNICO DI MILANO Content Introduction

More information

PHYSICS Computational Plasma Physics

PHYSICS Computational Plasma Physics PHYSICS 78 - Computational Plasma Physics INSTRUCTOR Dr. Earl Scime (escime@wvu.edu) 93-34, ext. 1437 Office hours: MW :30 3:30 and whenever door is open Rm 18 & 05 Hodges Hall Class: MWF 1:30-:0 Rm 334

More information

Development of a stable coupling of the Yee scheme with linear current

Development of a stable coupling of the Yee scheme with linear current Development of a stable coupling of the Yee scheme with linear current Martin Campos Pinto (LJLL), Bruno Després (LJLL) Stéphane Heuraux (IJL), Filipe Da Silva (IPFN+IST) 15 octobre 2013 Munich: Pereverzev

More information

Forced hybrid-kinetic turbulence in 2D3V

Forced hybrid-kinetic turbulence in 2D3V Forced hybrid-kinetic turbulence in 2D3V Silvio Sergio Cerri1,2 1 In collaboration with: 3 F. Califano, F. Rincon, F. Jenko4, D. Told4 1 Physics Department E. Fermi, University of Pisa, Italy fu r Plasmaphysik,

More information

CONSTRUCTION AND ANALYSIS OF WEIGHTED SEQUENTIAL SPLITTING FDTD METHODS FOR THE 3D MAXWELL S EQUATIONS

CONSTRUCTION AND ANALYSIS OF WEIGHTED SEQUENTIAL SPLITTING FDTD METHODS FOR THE 3D MAXWELL S EQUATIONS INTERNATIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING Volume 5 Number 6 Pages 747 784 c 08 Institute for Scientific Computing and Information CONSTRUCTION AND ANALYSIS OF WEIGHTED SEQUENTIAL SPLITTING

More information

Block-Structured Adaptive Mesh Refinement

Block-Structured Adaptive Mesh Refinement Block-Structured Adaptive Mesh Refinement Lecture 2 Incompressible Navier-Stokes Equations Fractional Step Scheme 1-D AMR for classical PDE s hyperbolic elliptic parabolic Accuracy considerations Bell

More information

Energy-Conserving Numerical Simulations of Electron Holes in Two-Species Plasmas

Energy-Conserving Numerical Simulations of Electron Holes in Two-Species Plasmas Energy-Conserving Numerical Simulations of Electron Holes in Two-Species Plasmas Yingda Cheng Andrew J. Christlieb Xinghui Zhong March 18, 2014 Abstract In this paper, we apply our recently developed energy-conserving

More information

Efficient domain decomposition methods for the time-harmonic Maxwell equations

Efficient domain decomposition methods for the time-harmonic Maxwell equations Efficient domain decomposition methods for the time-harmonic Maxwell equations Marcella Bonazzoli 1, Victorita Dolean 2, Ivan G. Graham 3, Euan A. Spence 3, Pierre-Henri Tournier 4 1 Inria Saclay (Defi

More information

Geometric Gyrokinetic Theory and its Applications to Large-Scale Simulations of Magnetized Plasmas

Geometric Gyrokinetic Theory and its Applications to Large-Scale Simulations of Magnetized Plasmas Geometric Gyrokinetic Theory and its Applications to Large-Scale Simulations of Magnetized Plasmas Hong Qin Princeton Plasma Physics Laboratory, Princeton University CEA-EDF-INRIA School -- Numerical models

More information

School and Conference on Analytical and Computational Astrophysics November, 2011

School and Conference on Analytical and Computational Astrophysics November, 2011 2292-22 School and Conference on Analytical and Computational Astrophysics 14-25 November, 2011 Multiscale and Multiphysics Challenge in Modeling of Space Weather - 2 Giovanni Lapenta Katholic University

More information

EMAFF: MAgnetic Equations with FreeFem++

EMAFF: MAgnetic Equations with FreeFem++ EMAFF: MAgnetic Equations with FreeFem++ The Grad-Shafranov equation & The Current Hole Erwan DERIAZ Bruno DESPRÉS Gloria FACCANONI š Kirill Pichon GOSTAF Lise-Marie IMBERT-GÉRARD Georges SADAKA Remy

More information

Part IB Electromagnetism

Part IB Electromagnetism Part IB Electromagnetism Theorems Based on lectures by D. Tong Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

Understanding the pulsar magnetosphere through first-principle simulations

Understanding the pulsar magnetosphere through first-principle simulations Understanding the pulsar magnetosphere through first-principle simulations Alexander Y. Chen In collaboration with: Andrei Beloborodov Rui Hu The Many Faces of Neutron Stars August 25, 2015 Pulsars: Rotating

More information