Overview of Accelerated Simulation Methods for Plasma Kinetics

Size: px
Start display at page:

Download "Overview of Accelerated Simulation Methods for Plasma Kinetics"

Transcription

1 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 Dept 2 AFRL 3 LLNL 4 Courant Institute 5 Pratt Institute AFRL Program Review January 2, 215 Work performed under funding from AFOSR and DOE.

2 Introduction

3 Kinetic Theory Phase space particle number density f ( x, v, t) Boltzmann Equation: C(f, f ) is: t f + v x f + a v f = C(f, f ) (1) Boltzmann collision operator for rarefied gas dynamics (RGD) Landau-Fokker-Planck operator for Coulomb collisions Operator for excitation/deexcitation, ionization/recombination for collisional/radiative (CR) kinetics This talk omits spatial variation and mean fields.

4 Binary Collision Method Collisions are simulated directly as in DSMC, with Distribution function is represented by set of discrete particles For short range interactions (RGD and CR kinetics), each particle has ν t collisions in time step t for collision rate ν. Collision partners and parameters are randomly chosen. For long range interactions (Coulomb), each numerical collision is an aggregate of grazing collisions over time step. Every particle collides once in every time step Collisions are aggregates depending on t

5 Computational Obstacles for Monte Carlo Simulation Computational complexity for high collisionality (near continuum limit) Hybrid method for RGD and Coulomb collisions Negative particle method Many time steps Multi-Level Monte Carlo (MLMC) Multiscale features CR kinetics

6 Hybrid Schemes for Binary Collision Methods

7 Hybrid Scheme Combine fluid and particle simulation methods 1 : Treat as fluid Treat as particles Separate f into Maxwellian and non-maxwellian components: f = m + f p Treat m as fluid solves Euler equations Simulate f p by Monte Carlo algorithm Interaction of m and f p : sample particles from m and collide them with particles from f p. 1 Caflisch et. al, Multiscale Model. Simul. 7 (28)

8 Thermalization/dethermalization Hybrid scheme is efficient because collisions between m and m need not be simulated. Efficiency increased by thermalization Collisions drive particles into equilibrium Move particles from f p to m when they have collided enough (thermalization) Move sampled particles from m into f p if the collision is strong enough (dethermalization) (De)Thermalization criterion using entropy 2 Alternative criterion based on scattering angle 3 Generalization to spatial inhomogeneities is nontrivial 2 Ricketson et. al, J. Comp. Phys., Dimits et. al., private communication

9 Bump-on-Tail f f f f f f.2 t=.2 t = 1.2t FP.2 t = 2.4t FP v x v x v x t = 3.6t FP t = 6t FP t = 11t FP v x v x v x

10 Scheme Comparison.6 Bump on Tail Test Problem.55.5 Relative L 1 Error Entropy Scheme.25 Entropy + Dethermalization Scattering Angle Scheme Scattering Angle + Dethermalization Improvement Factor vs. PIC

11 Negative Particles

12 Hybrid methods need negative particles f The hybrid method presented above, assumes that f m, This may be inefficient if there is a defect in the Maxwellian v

13 Hybrid methods need negative particles The hybrid method presented above, assumes that f m, This may be inefficient if there is a defect in the Maxwellian. If f = m + f p (with f p > so that f p can represented by particles) then m will be small.

14 Hybrid methods need negative particles The hybrid method presented above, assumes that f m, This may be inefficient if there is a defect in the Maxwellian. Better: f = m + f p f n with f p, f n. Represent the defect by negative particles!

15 Meaning of Negative Particles A negative particle w (in f m ) cancels a particle in m (or in f p ) which should not be present. A collision P N between a positive particle v + and a negative particle w cancels a collision P P between v + and a positive particle w + that should not have occurred. The P P collision removes v + and w + and adds v + and w +: P-P: v +, w + v +, w + So the P N collision should add a v +, remove w (equivalent to adding w + ) and add negative particles to cancel v + and w + P-N: v +, w 2v +, v, w This can be derived from the Boltzmann equation (Hadjiconstantinou 25).

16 General rules for collisions with negative particles P-P: v +, w + v +, w + P-N: Particle number increases! v +, w 2v +, v, w N-N: v, w 2v, 2w, v +, w + P-M: m, v + m, w, v +, w + N-M: m, v m, w +, v, w. Since every particle collides in every time step, it s much worse for Coulomb collisions! Bokai Yan will present a new method for overcoming this particle increase.

17 Multilevel Monte Carlo (MLMC) for Langevin Method

18 Langevin Formulation Linear LFP equation for f (v, t) is equivalent to stochastic differential equations (SDEs) for v(t) dv i = F i dt + D ij dw j, (2) where f is probability density of v and i, j are component indices W = W (t) is Brownian motion in velocity dw is white noise in velocity Direct extension to spatial dependence Valid for nonlinear LFP, if F and D are updated as needed

19 Discretization of SDEs Euler-Maruyama discretization in time: v i,n+1 = v i,n + F i,n t + D ij,n W j,n, (3) W n = W n+1 W n (4) in which v i,n = v i (t n ) and F n = F(v n ) Computational cost vs. error ε: Statistical error is O(N 1/2 ) t error is O( t), since W = O( t) and random Optimal choice is ε = N 1/2 = t Cost = N t 1 = ε 3

20 MLMC scheme combines multiple solutions with varying MLMC Basics Like multi-grid method. Expectations with N l samples LX Convergent sum, L!1 when using Milstein method ˆv NL L = E[v ]+ E[(v l v l 1 )] l=1 Introduce time step levels, t l = T 2 l, for l =,..., L Statistical error converges with t, N l t Grid l λ 1. Giles in Monte Carlo and Quasi-Monte Carlo Method, Springer-Verlag, (26) 7 Use computation at coarse level as a control variate for computation at finer level Optimally combine the different levels Motivated by mutigrid methods

21 MLMC Scaling For RMSE < ε, the complexity now scales like 4 { ( O ε Cost = 2 (log ε) 2) for Euler-Maruyama O ( ε 2) for Milstein (5) Notes: MLMC-Euler-Maruyama scales better than standard MC MLMC-Milstein is even better O ( ε 2) scaling is possible without Milstein, using antithetic sampling method 5 4 Giles, Operations Research, 56(3):67, 28 5 Giles & Szpruch, arxiv: , 212

22 A Sample Plasma Problem 1 Direct MLMC Euler MLMC Milstein (lnε) 2 K ε ε Rosin, Ricketson, et. al., J Comp Phys 214

23 Direct Simulation of CR Kinetics

24 CR Kinetics Kinetic simulation of electron-impact excitation/deexcitation and ionization/recombination. 6 Plasma representation Discrete particles for electron energy distribution f (E) Continuum densities ρ k for atoms at k m 1 levels of excitation and ρ i for ions (Bohr model) Cross-sections Semi-classical cross-sections for excitation and ionization. Detailed balance yields cross-sections for deexcitation and recombination. Closely related to work of Hai Le. 6 Yan et. al., J Comp Phys to appear

25 Boltzmann Equation Electrons Atomic level k Ions t f (E) = Q e IR + Qe ED t ρ k = Q k IR + Qk ED t ρ i = Q i IR Q is the collision operator for ionization/recombination (IR) and excitation/deexcitation (ED).

26 Entropy Inequality Entropy S is S = kn(log(n/g) 1) N = number density of particles G = degeneracy of particles k = Boltzmann constant Boltzmann H-theorem, for H=-S, is dh dt with equality only for equilibrium New(?) explicit formula for S in terms of distribution functions. Multiple non-maxwellian equilibria for excitation/deexcitation! H theorem is always valid.

27 Multiscale and Singular Features Multiscale and singular features are a bottleneck in Monte Carlo simulation Many processes m states (m 1 levels + ion) interactions between any two states k, k (including k = i) m(m 1)/2 different types of interactions Wide range of interaction rates interaction k (k 1) has rate O(k 6 )! Singularity in recombination rate for recombining electron energies E 1 and E 2 ( ) 1 r rec = O E1 E 2

28 Numerical Results Evolution for ionization/recombination only t =. ps 8 x atom distribution actual equilibrium 4 x electron distribution actual equilibrium t =.5 ps t =.2 ps 4 x x Levels Levels Levels Energy / I H 15 x Energy / I H 2 x Energy / I H Maxwellian equilibrium as expected Similar results if excitation/deexcitation is included

29 Numerical Results Evolution for ionization/recombination only 1 entropy time / ps Decrease in H as expected

30 Numerical Results Evolution for excitation/deexcitation only, with 2 atomic levels t =. ps 8 x atom distribution actual equilibrium 2 x electron distribution actual equilibrium t =.2 ps 8 x x Levels 1 2 Levels Energy / I H 15 x Energy / I H 15 x 145 t =.52 ps Levels Energy / I H Equilibrium is clearly non-maxwellian For 1 levels, equilibrium very close to Maxwellian

31 Numerical Results Evolution for excitation/deexcitation only, with 2 atomic levels 1 Entropy time / ps Decrease in H as expected, in spite of non-maxwellian

32 Summary: Accelerated Methods for Monte Carlo Simulation Hybrid method for RGD and Coulomb collisions Negative particle method Multi-Level Monte Carlo (MLMC) CR kinetics

Monte Carlo method with negative particles

Monte Carlo method with negative particles Monte Carlo method with negative particles Bokai Yan Joint work with Russel Caflisch Department of Mathematics, UCLA Bokai Yan (UCLA) Monte Carlo method with negative particles 1/ 2 The long range Coulomb

More information

Recent Innovative Numerical Methods

Recent Innovative Numerical Methods Recent Innovative Numerical Methods Russel Caflisch IPAM Mathematics Department, UCLA 1 Overview Multi Level Monte Carlo (MLMC) Hybrid Direct Simulation Monte Carlo (DSMC) Accelerated Molecular Dynamics

More information

A HYBRID METHOD FOR ACCELERATED SIMULATION OF COULOMB COLLISIONS IN A PLASMA

A HYBRID METHOD FOR ACCELERATED SIMULATION OF COULOMB COLLISIONS IN A PLASMA MULTISCALE MODEL. SIMUL. Vol. 7, No., pp. 865 887 c 8 Society for Industrial and Applied Mathematics A HYBRID METHOD FOR ACCELERATED SIMULATION OF COULOMB COLLISIONS IN A PLASMA RUSSEL CAFLISCH, CHIAMING

More information

Scalable Methods for Kinetic Equations

Scalable Methods for Kinetic Equations Scalable Methods for Kinetic Equations Oak Ridge National Laboratory October 19-23, 2015 Poster Titles and Abstracts 1 Multiscale and Multiphysics Simulations with GenASiS Reuben D. Budiardja University

More information

Monte Carlo Collisions in Particle in Cell simulations

Monte Carlo Collisions in Particle in Cell simulations Monte Carlo Collisions in Particle in Cell simulations Konstantin Matyash, Ralf Schneider HGF-Junior research group COMAS : Study of effects on materials in contact with plasma, either with fusion or low-temperature

More information

Fluid Equations for Rarefied Gases

Fluid Equations for Rarefied Gases 1 Fluid Equations for Rarefied Gases Jean-Luc Thiffeault Department of Applied Physics and Applied Mathematics Columbia University http://plasma.ap.columbia.edu/~jeanluc 23 March 2001 with E. A. Spiegel

More information

Non-nested Adaptive Timesteps in Multilevel Monte Carlo Computations

Non-nested Adaptive Timesteps in Multilevel Monte Carlo Computations Non-nested Adaptive Timesteps in Multilevel Monte Carlo Computations M.B. Giles, C. Lester, and J. Whittle Abstract This paper shows that it is relatively easy to incorporate adaptive timesteps into multilevel

More information

Exponential methods for kinetic equations

Exponential methods for kinetic equations Exponential methods for kinetic equations Lorenzo Pareschi Department of Mathematics & CMCS University of Ferrara, Italy http://utenti.unife.it/lorenzo.pareschi/ lorenzo.pareschi@unife.it Joint research

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Fluid Equations for Rarefied Gases

Fluid Equations for Rarefied Gases 1 Fluid Equations for Rarefied Gases Jean-Luc Thiffeault Department of Applied Physics and Applied Mathematics Columbia University http://plasma.ap.columbia.edu/~jeanluc 21 May 2001 with E. A. Spiegel

More information

Anomalous transport of particles in Plasma physics

Anomalous transport of particles in Plasma physics Anomalous transport of particles in Plasma physics L. Cesbron a, A. Mellet b,1, K. Trivisa b, a École Normale Supérieure de Cachan Campus de Ker Lann 35170 Bruz rance. b Department of Mathematics, University

More information

Stochastic Particle Methods for Rarefied Gases

Stochastic Particle Methods for Rarefied Gases CCES Seminar WS 2/3 Stochastic Particle Methods for Rarefied Gases Julian Köllermeier RWTH Aachen University Supervisor: Prof. Dr. Manuel Torrilhon Center for Computational Engineering Science Mathematics

More information

AMSC 663 Project Proposal: Upgrade to the GSP Gyrokinetic Code

AMSC 663 Project Proposal: Upgrade to the GSP Gyrokinetic Code AMSC 663 Project Proposal: Upgrade to the GSP Gyrokinetic Code George Wilkie (gwilkie@umd.edu) Supervisor: William Dorland (bdorland@umd.edu) October 11, 2011 Abstract Simulations of turbulent plasma in

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

Monte Carlo methods for kinetic equations

Monte Carlo methods for kinetic equations Monte Carlo methods for kinetic equations Lecture 4: Hybrid methods and variance reduction Lorenzo Pareschi Department of Mathematics & CMCS University of Ferrara Italy http://utenti.unife.it/lorenzo.pareschi/

More information

Une approche hypocoercive L 2 pour l équation de Vlasov-Fokker-Planck

Une approche hypocoercive L 2 pour l équation de Vlasov-Fokker-Planck Une approche hypocoercive L 2 pour l équation de Vlasov-Fokker-Planck Jean Dolbeault dolbeaul@ceremade.dauphine.fr CEREMADE CNRS & Université Paris-Dauphine http://www.ceremade.dauphine.fr/ dolbeaul (EN

More information

Hypocoercivity for kinetic equations with linear relaxation terms

Hypocoercivity for kinetic equations with linear relaxation terms Hypocoercivity for kinetic equations with linear relaxation terms Jean Dolbeault dolbeaul@ceremade.dauphine.fr CEREMADE CNRS & Université Paris-Dauphine http://www.ceremade.dauphine.fr/ dolbeaul (A JOINT

More information

Numerical methods for kinetic equations

Numerical methods for kinetic equations Numerical methods for kinetic equations Lecture 6: fluid-kinetic coupling and hybrid methods Lorenzo Pareschi Department of Mathematics and Computer Science University of Ferrara, Italy http://www.lorenzopareschi.com

More information

7. Non-LTE basic concepts

7. Non-LTE basic concepts 7. Non-LTE basic concepts LTE vs NLTE occupation numbers rate equation transition probabilities: collisional and radiative examples: hot stars, A supergiants 10/13/2003 Spring 2016 LTE LTE vs NLTE each

More information

7. Non-LTE basic concepts

7. Non-LTE basic concepts 7. Non-LTE basic concepts LTE vs NLTE occupation numbers rate equation transition probabilities: collisional and radiative examples: hot stars, A supergiants 1 Equilibrium: LTE vs NLTE LTE each volume

More information

Overview of FRC-related modeling (July 2014-present)

Overview of FRC-related modeling (July 2014-present) Overview of FRC-related modeling (July 2014-present) Artan Qerushi AFRL-UCLA Basic Research Collaboration Workshop January 20th, 2015 AFTC PA Release# 15009, 16 Jan 2015 Artan Qerushi (AFRL) FRC modeling

More information

Hypocoercivity and Sensitivity Analysis in Kinetic Equations and Uncertainty Quantification October 2 nd 5 th

Hypocoercivity and Sensitivity Analysis in Kinetic Equations and Uncertainty Quantification October 2 nd 5 th Hypocoercivity and Sensitivity Analysis in Kinetic Equations and Uncertainty Quantification October 2 nd 5 th Department of Mathematics, University of Wisconsin Madison Venue: van Vleck Hall 911 Monday,

More information

Introduction to the Numerical Solution of SDEs Selected topics

Introduction to the Numerical Solution of SDEs Selected topics 0 / 23 Introduction to the Numerical Solution of SDEs Selected topics Andreas Rößler Summer School on Numerical Methods for Stochastic Differential Equations at Vienna University of Technology, Austria

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden or this collection o inormation is estimated to average 1 hour per response, including the time or reviewing instructions,

More information

Hybrid and Moment Guided Monte Carlo Methods for Kinetic Equations

Hybrid and Moment Guided Monte Carlo Methods for Kinetic Equations Hybrid and Moment Guided Monte Carlo Methods for Kinetic Equations Giacomo Dimarco Institut des Mathématiques de Toulouse Université de Toulouse France http://perso.math.univ-toulouse.fr/dimarco giacomo.dimarco@math.univ-toulouse.fr

More information

ALMOST EXPONENTIAL DECAY NEAR MAXWELLIAN

ALMOST EXPONENTIAL DECAY NEAR MAXWELLIAN ALMOST EXPONENTIAL DECAY NEAR MAXWELLIAN ROBERT M STRAIN AND YAN GUO Abstract By direct interpolation of a family of smooth energy estimates for solutions near Maxwellian equilibrium and in a periodic

More information

Thermal Equilibrium in Nebulae 1. For an ionized nebula under steady conditions, heating and cooling processes that in

Thermal Equilibrium in Nebulae 1. For an ionized nebula under steady conditions, heating and cooling processes that in Thermal Equilibrium in Nebulae 1 For an ionized nebula under steady conditions, heating and cooling processes that in isolation would change the thermal energy content of the gas are in balance, such that

More information

The Role of Secondary Electrons in Low Pressure RF Glow Discharge

The Role of Secondary Electrons in Low Pressure RF Glow Discharge WDS'05 Proceedings of Contributed Papers, Part II, 306 312, 2005. ISBN 80-86732-59-2 MATFYZPRESS The Role of Secondary Electrons in Low Pressure RF Glow Discharge O. Brzobohatý and D. Trunec Department

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

Handbook of Stochastic Methods

Handbook of Stochastic Methods C. W. Gardiner Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences Third Edition With 30 Figures Springer Contents 1. A Historical Introduction 1 1.1 Motivation I 1.2 Some Historical

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

Lectures on basic plasma physics: Introduction

Lectures on basic plasma physics: Introduction Lectures on basic plasma physics: Introduction Department of applied physics, Aalto University Compiled: January 13, 2016 Definition of a plasma Layout 1 Definition of a plasma 2 Basic plasma parameters

More information

Accurate representation of velocity space using truncated Hermite expansions.

Accurate representation of velocity space using truncated Hermite expansions. Accurate representation of velocity space using truncated Hermite expansions. Joseph Parker Oxford Centre for Collaborative Applied Mathematics Mathematical Institute, University of Oxford Wolfgang Pauli

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

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

PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma

PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma Kallol Bera a, Shahid Rauf a and Ken Collins a a Applied Materials, Inc. 974 E. Arques Ave., M/S 81517, Sunnyvale, CA 9485, USA

More information

PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma

PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma PIC-MCC/Fluid Hybrid Model for Low Pressure Capacitively Coupled O 2 Plasma Kallol Bera a, Shahid Rauf a and Ken Collins a a Applied Materials, Inc. 974 E. Arques Ave., M/S 81517, Sunnyvale, CA 9485, USA

More information

The Boltzmann Equation and Its Applications

The Boltzmann Equation and Its Applications Carlo Cercignani The Boltzmann Equation and Its Applications With 42 Illustrations Springer-Verlag New York Berlin Heidelberg London Paris Tokyo CONTENTS PREFACE vii I. BASIC PRINCIPLES OF THE KINETIC

More information

Adaptive timestepping for SDEs with non-globally Lipschitz drift

Adaptive timestepping for SDEs with non-globally Lipschitz drift Adaptive timestepping for SDEs with non-globally Lipschitz drift Mike Giles Wei Fang Mathematical Institute, University of Oxford Workshop on Numerical Schemes for SDEs and SPDEs Université Lille June

More information

Research Statement. Shenggao Zhou. November 3, 2014

Research Statement. Shenggao Zhou. November 3, 2014 Shenggao Zhou November 3, My research focuses on: () Scientific computing and numerical analysis (numerical PDEs, numerical optimization, computational fluid dynamics, and level-set method for interface

More information

Entropic structure of the Landau equation. Coulomb interaction

Entropic structure of the Landau equation. Coulomb interaction with Coulomb interaction Laurent Desvillettes IMJ-PRG, Université Paris Diderot May 15, 2017 Use of the entropy principle for specific equations Spatially Homogeneous Kinetic equations: 1 Fokker-Planck:

More information

Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012

Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012 Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012 K. Kremer Max Planck Institute for Polymer Research, Mainz Overview Simulations, general considerations

More information

Stefan Stefanov Bulgarian Academy of Science, Bulgaria Ali Amiri-Jaghargh Ehsan Roohi Hamid Niazmand Ferdowsi University of Mashhad, Iran

Stefan Stefanov Bulgarian Academy of Science, Bulgaria Ali Amiri-Jaghargh Ehsan Roohi Hamid Niazmand Ferdowsi University of Mashhad, Iran Stefan Stefanov Bulgarian Academy of Science, Bulgaria Ali Amiri-Jaghargh Ehsan Roohi Hamid Niazmand Ferdowsi University of Mashhad, Iran Outlines: Introduction DSMC Collision Schemes Results Conclusion

More information

Handbook of Stochastic Methods

Handbook of Stochastic Methods Springer Series in Synergetics 13 Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences von Crispin W Gardiner Neuausgabe Handbook of Stochastic Methods Gardiner schnell und portofrei

More information

Physical models for plasmas II

Physical models for plasmas II Physical models for plasmas II Dr. L. Conde Dr. José M. Donoso Departamento de Física Aplicada. E.T.S. Ingenieros Aeronáuticos Universidad Politécnica de Madrid Physical models,... Plasma Kinetic Theory

More information

Plasma Spectroscopy Inferences from Line Emission

Plasma Spectroscopy Inferences from Line Emission Plasma Spectroscopy Inferences from Line Emission Ø From line λ, can determine element, ionization state, and energy levels involved Ø From line shape, can determine bulk and thermal velocity and often

More information

Uncertainty Quantification and hypocoercivity based sensitivity analysis for multiscale kinetic equations with random inputs.

Uncertainty Quantification and hypocoercivity based sensitivity analysis for multiscale kinetic equations with random inputs. Uncertainty Quantification and hypocoercivity based sensitivity analysis for multiscale kinetic equations with random inputs Shi Jin University of Wisconsin-Madison, USA Shanghai Jiao Tong University,

More information

A theoretical study of the energy distribution function of the negative hydrogen ion H - in typical

A theoretical study of the energy distribution function of the negative hydrogen ion H - in typical Non equilibrium velocity distributions of H - ions in H 2 plasmas and photodetachment measurements P.Diomede 1,*, S.Longo 1,2 and M.Capitelli 1,2 1 Dipartimento di Chimica dell'università di Bari, Via

More information

Modelling and numerical methods for the diffusion of impurities in a gas

Modelling and numerical methods for the diffusion of impurities in a gas INERNAIONAL JOURNAL FOR NUMERICAL MEHODS IN FLUIDS Int. J. Numer. Meth. Fluids 6; : 6 [Version: /9/8 v.] Modelling and numerical methods for the diffusion of impurities in a gas E. Ferrari, L. Pareschi

More information

arxiv: v1 [physics.plasm-ph] 16 Nov 2017

arxiv: v1 [physics.plasm-ph] 16 Nov 2017 Conservative Algorithms for Non-Maxwellian Plasma Kinetics Hai P. Le 1, and Jean-Luc Cambier 2 1 Lawrence Livermore National Laboratory, Livermore, CA 94551, USA arxiv:1711.05946v1 [physics.plasm-ph] 16

More information

Gillespie s Algorithm and its Approximations. Des Higham Department of Mathematics and Statistics University of Strathclyde

Gillespie s Algorithm and its Approximations. Des Higham Department of Mathematics and Statistics University of Strathclyde Gillespie s Algorithm and its Approximations Des Higham Department of Mathematics and Statistics University of Strathclyde djh@maths.strath.ac.uk The Three Lectures 1 Gillespie s algorithm and its relation

More information

Uncertainty Quantification for multiscale kinetic equations with random inputs. Shi Jin. University of Wisconsin-Madison, USA

Uncertainty Quantification for multiscale kinetic equations with random inputs. Shi Jin. University of Wisconsin-Madison, USA Uncertainty Quantification for multiscale kinetic equations with random inputs Shi Jin University of Wisconsin-Madison, USA Where do kinetic equations sit in physics Kinetic equations with applications

More information

12. MHD Approximation.

12. MHD Approximation. Phys780: Plasma Physics Lecture 12. MHD approximation. 1 12. MHD Approximation. ([3], p. 169-183) The kinetic equation for the distribution function f( v, r, t) provides the most complete and universal

More information

Journal of Computational Physics

Journal of Computational Physics Journal of Computational Physics 242 (213) 561 58 Contents lists available at SciVerse ScienceDirect Journal of Computational Physics journal homepage: www.elsevier.com/locate/jcp Higher-order time integration

More information

Stochastic Numerical Analysis

Stochastic Numerical Analysis Stochastic Numerical Analysis Prof. Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Stoch. NA, Lecture 3 p. 1 Multi-dimensional SDEs So far we have considered scalar SDEs

More information

Two new developments in Multilevel Monte Carlo methods

Two new developments in Multilevel Monte Carlo methods Two new developments in Multilevel Monte Carlo methods Mike Giles Abdul-Lateef Haji-Ali Oliver Sheridan-Methven Mathematical Institute, University of Oxford Rob Scheichl s Farewell Conference University

More information

A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models

A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models Alessandro Alaia, Gabriella Puppo May 31, 2011 Abstract In this work we present a non stationary domain

More information

Modeling and Simulation of Plasma Based Applications in the Microwave and RF Frequency Range

Modeling and Simulation of Plasma Based Applications in the Microwave and RF Frequency Range Modeling and Simulation of Plasma Based Applications in the Microwave and RF Frequency Range Dr.-Ing. Frank H. Scharf CST of America What is a plasma? What is a plasma? Often referred to as The fourth

More information

Figure 1.1: Ionization and Recombination

Figure 1.1: Ionization and Recombination Chapter 1 Introduction 1.1 What is a Plasma? 1.1.1 An ionized gas A plasma is a gas in which an important fraction of the atoms is ionized, so that the electrons and ions are separately free. When does

More information

Kinetic Solvers with Adaptive Mesh in Phase Space for Low- Temperature Plasmas

Kinetic Solvers with Adaptive Mesh in Phase Space for Low- Temperature Plasmas Kinetic Solvers with Adaptive Mesh in Phase Space for Low- Temperature Plasmas Vladimir Kolobov, a,b,1 Robert Arslanbekov a and Dmitry Levko a a CFD Research Corporation, Huntsville, AL 35806, USA b The

More information

Fluctuating Hydrodynamics and Direct Simulation Monte Carlo

Fluctuating Hydrodynamics and Direct Simulation Monte Carlo Fluctuating Hydrodynamics and Direct Simulation Monte Carlo Kaushi Balarishnan Lawrence Bereley Lab John B. Bell Lawrence Bereley Lab Alesandar Donev New Yor University Alejandro L. Garcia San Jose State

More information

Gridless DSMC. Spencer Olson. University of Michigan Naval Research Laboratory Now at: Air Force Research Laboratory

Gridless DSMC. Spencer Olson. University of Michigan Naval Research Laboratory Now at: Air Force Research Laboratory Gridless DSMC Spencer Olson University of Michigan Naval Research Laboratory Now at: Air Force Research Laboratory Collaborator: Andrew Christlieb, Michigan State University 8 June 2007 30 June 2009 J

More information

Solution of time-dependent Boltzmann equation for electrons in non-thermal plasma

Solution of time-dependent Boltzmann equation for electrons in non-thermal plasma Solution of time-dependent Boltzmann equation for electrons in non-thermal plasma Z. Bonaventura, D. Trunec Department of Physical Electronics Faculty of Science Masaryk University Kotlářská 2, Brno, CZ-61137,

More information

A path integral approach to the Langevin equation

A path integral approach to the Langevin equation A path integral approach to the Langevin equation - Ashok Das Reference: A path integral approach to the Langevin equation, A. Das, S. Panda and J. R. L. Santos, arxiv:1411.0256 (to be published in Int.

More information

Particle-Simulation Methods for Fluid Dynamics

Particle-Simulation Methods for Fluid Dynamics Particle-Simulation Methods for Fluid Dynamics X. Y. Hu and Marco Ellero E-mail: Xiangyu.Hu and Marco.Ellero at mw.tum.de, WS 2012/2013: Lectures for Mechanical Engineering Institute of Aerodynamics Technical

More information

Low Variance Particle Simulations of the Boltzmann Transport Equation for the Variable Hard Sphere Collision Model

Low Variance Particle Simulations of the Boltzmann Transport Equation for the Variable Hard Sphere Collision Model Low Variance Particle Simulations of the Boltzmann Transport Equation for the Variable Hard Sphere Collision Model G. A. Radtke, N. G. Hadjiconstantinou and W. Wagner Massachusetts Institute of Technology,

More information

PLASMA-NEUTRAL MODELING IN NIMROD. Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016

PLASMA-NEUTRAL MODELING IN NIMROD. Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016 PLASMA-NEUTRAL MODELING IN NIMROD Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016 Plasma-Neutral Model Physical Model is derived by E. Meier and U. Shumlak*

More information

Progress in Vlasov-Fokker- Planck simulations of laserplasma

Progress in Vlasov-Fokker- Planck simulations of laserplasma Progress in Vlasov-Fokker- Planck simulations of laserplasma interactions C. P. Ridgers, M. W. Sherlock, R. J. Kingham, A.Thomas, R. Evans Imperial College London Outline Part 1 simulations of long-pulse

More information

A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models

A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models Eunji Jun German Aerospace Center (DLR), 3773 Göttingen, Germany M. Hossein Gorji Computational Mathematics and Simulation

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

The dynamics of small particles whose size is roughly 1 µmt or. smaller, in a fluid at room temperature, is extremely erratic, and is

The dynamics of small particles whose size is roughly 1 µmt or. smaller, in a fluid at room temperature, is extremely erratic, and is 1 I. BROWNIAN MOTION The dynamics of small particles whose size is roughly 1 µmt or smaller, in a fluid at room temperature, is extremely erratic, and is called Brownian motion. The velocity of such particles

More information

New universal Lyapunov functions for nonlinear kinetics

New universal Lyapunov functions for nonlinear kinetics New universal Lyapunov functions for nonlinear kinetics Department of Mathematics University of Leicester, UK July 21, 2014, Leicester Outline 1 2 Outline 1 2 Boltzmann Gibbs-Shannon relative entropy (1872-1948)

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

hal , version 1-22 Nov 2009

hal , version 1-22 Nov 2009 Author manuscript, published in "Kinet. Relat. Models 1, 3 8) 355-368" PROPAGATION OF GEVREY REGULARITY FOR SOLUTIONS OF LANDAU EQUATIONS HUA CHEN, WEI-XI LI AND CHAO-JIANG XU Abstract. By using the energy-type

More information

Intense laser-matter interaction: Probing the QED vacuum

Intense laser-matter interaction: Probing the QED vacuum Intense laser-matter interaction: Probing the QED vacuum Hartmut Ruhl Physics Department, LMU Munich, Germany ELI-NP, Bucharest March 11, 2011 Experimental configuration Two laser pulses (red) collide

More information

Approximation of Top Lyapunov Exponent of Stochastic Delayed Turning Model Using Fokker-Planck Approach

Approximation of Top Lyapunov Exponent of Stochastic Delayed Turning Model Using Fokker-Planck Approach Approximation of Top Lyapunov Exponent of Stochastic Delayed Turning Model Using Fokker-Planck Approach Henrik T. Sykora, Walter V. Wedig, Daniel Bachrathy and Gabor Stepan Department of Applied Mechanics,

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

Introduction to multiscale modeling and simulation. Explicit methods for ODEs : forward Euler. y n+1 = y n + tf(y n ) dy dt = f(y), y(0) = y 0

Introduction to multiscale modeling and simulation. Explicit methods for ODEs : forward Euler. y n+1 = y n + tf(y n ) dy dt = f(y), y(0) = y 0 Introduction to multiscale modeling and simulation Lecture 5 Numerical methods for ODEs, SDEs and PDEs The need for multiscale methods Two generic frameworks for multiscale computation Explicit methods

More information

Plasma Astrophysics Chapter 1: Basic Concepts of Plasma. Yosuke Mizuno Institute of Astronomy National Tsing-Hua University

Plasma Astrophysics Chapter 1: Basic Concepts of Plasma. Yosuke Mizuno Institute of Astronomy National Tsing-Hua University Plasma Astrophysics Chapter 1: Basic Concepts of Plasma Yosuke Mizuno Institute of Astronomy National Tsing-Hua University What is a Plasma? A plasma is a quasi-neutral gas consisting of positive and negative

More information

Ultra-Cold Plasma: Ion Motion

Ultra-Cold Plasma: Ion Motion Ultra-Cold Plasma: Ion Motion F. Robicheaux Physics Department, Auburn University Collaborator: James D. Hanson This work supported by the DOE. Discussion w/ experimentalists: Rolston, Roberts, Killian,

More information

Kinetic Theory of Instability-Enhanced Collisions and Its Application to Langmuir s Paradox and the Multi-Species Bohm Criterion

Kinetic Theory of Instability-Enhanced Collisions and Its Application to Langmuir s Paradox and the Multi-Species Bohm Criterion Kinetic Theory of Instability-Enhanced Collisions and Its Application to Langmuir s Paradox and the Multi-Species Bohm Criterion Scott D. Baalrud in collaboration with Chris C. Hegna and James D. Callen

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. Workshop Asymptotic-Preserving schemes, Porquerolles.

More information

NPTEL

NPTEL NPTEL Syllabus Nonequilibrium Statistical Mechanics - Video course COURSE OUTLINE Thermal fluctuations, Langevin dynamics, Brownian motion and diffusion, Fokker-Planck equations, linear response theory,

More information

A comparative study of no-time-counter and majorant collision frequency numerical schemes in DSMC

A comparative study of no-time-counter and majorant collision frequency numerical schemes in DSMC Purdue University Purdue e-pubs School of Aeronautics and Astronautics Faculty Publications School of Aeronautics and Astronautics 2012 A comparative study of no-time-counter and majorant collision frequency

More information

A conservative spectral method for the Boltzmann equation with anisotropic scattering and the grazing collisions limit

A conservative spectral method for the Boltzmann equation with anisotropic scattering and the grazing collisions limit Work supported by NSF grants DMS-636586 and DMS-1217254 Jeff Haack (UT Austin) Conservative Spectral Boltzmann 7 Jun 213 1 / 21 A conservative spectral method for the Boltzmann equation with anisotropic

More information

Rydberg atom formation in ultracold plasmas: non-equilibrium dynamics of recombination

Rydberg atom formation in ultracold plasmas: non-equilibrium dynamics of recombination XXVI International Conference on Photonic, Electronic and tomic Collisions Rydberg atom formation in ultracold plasmas: non-equilibrium dynamics of recombination D Vrinceanu 1, H R Sadeghpour 2 and T Pohl

More information

Comparison of SPT and HEMP thruster concepts from kinetic simulations

Comparison of SPT and HEMP thruster concepts from kinetic simulations Comparison of SPT and HEMP thruster concepts from kinetic simulations K. Matyash, R. Schneider, A. Mutzke, O. Kalentev Max-Planck-Institut für Plasmaphysik, EURATOM Association, Greifswald, D-1749, Germany

More information

Long range interaction --- between ions/electrons and ions/electrons; Coulomb 1/r Intermediate range interaction --- between

Long range interaction --- between ions/electrons and ions/electrons; Coulomb 1/r Intermediate range interaction --- between Collisional Processes Long range interaction --- between ions/electrons and ions/electrons; Coulomb 1/r Intermediate range interaction --- between ions/electrons and neutral atoms/molecules; Induced dipole

More information

An asymptotic-preserving micro-macro scheme for Vlasov-BGK-like equations in the diffusion scaling

An asymptotic-preserving micro-macro scheme for Vlasov-BGK-like equations in the diffusion scaling An asymptotic-preserving micro-macro scheme for Vlasov-BGK-like equations in the diffusion scaling Anaïs Crestetto 1, Nicolas Crouseilles 2 and Mohammed Lemou 3 Saint-Malo 13 December 2016 1 Université

More information

Los Alamos IMPROVED INTRA-SPECIES COLLISION MODELS FOR PIC SIMULATIONS. Michael E. Jones, XPA Don S. Lemons, XPA & Bethel College Dan Winske, XPA

Los Alamos IMPROVED INTRA-SPECIES COLLISION MODELS FOR PIC SIMULATIONS. Michael E. Jones, XPA Don S. Lemons, XPA & Bethel College Dan Winske, XPA , LA- U R-= Approved for public release; distribution is unlimited. m Title: Author(s) Submitted tc IMPROED INTRA-SPECIES COLLISION MODELS FOR PIC SIMULATIONS Michael E. Jones, XPA Don S. Lemons, XPA &

More information

Diffusive Transport Enhanced by Thermal Velocity Fluctuations

Diffusive Transport Enhanced by Thermal Velocity Fluctuations Diffusive Transport Enhanced by Thermal Velocity Fluctuations Aleksandar Donev 1 Courant Institute, New York University & Alejandro L. Garcia, San Jose State University John B. Bell, Lawrence Berkeley

More information

Solution of Time-dependent Boltzmann Equation

Solution of Time-dependent Boltzmann Equation WDS'5 Proceedings of Contributed Papers, Part III, 613 619, 5. ISBN 8-8673-59- MATFYZPRESS Solution of Time-dependent Boltzmann Equation Z. Bonaventura, D. Trunec, and D. Nečas Masaryk University, Faculty

More information

Numerical simulation methods for laser target interactions

Numerical simulation methods for laser target interactions Numerical simulation methods for laser target interactions Jiří Limpouch Czech Technical University in Prague Faculty of Nuclear Sciences & Physical Engineering Brehova 7, 115 19 Praha 1, Czechia jiri.limpouch@fjfi.cvut.cz

More information

PIC-MCC simulations for complex plasmas

PIC-MCC simulations for complex plasmas GRADUATE SUMMER INSTITUTE "Complex Plasmas August 4, 008 PIC-MCC simulations for complex plasmas Irina Schweigert Institute of Theoretical and Applied Mechanics, SB RAS, Novosibirsk Outline GRADUATE SUMMER

More information

Lectures on basic plasma physics: Kinetic approach

Lectures on basic plasma physics: Kinetic approach Lectures on basic plasma physics: Kinetic approach Department of applied physics, Aalto University April 30, 2014 Motivation Layout 1 Motivation 2 Boltzmann equation (a nasty bastard) 3 Vlasov equation

More information

Simulation of alpha particle current drive and heating in spherical tokamaks

Simulation of alpha particle current drive and heating in spherical tokamaks Simulation of alpha particle current drive and heating in spherical tokamaks R. Farengo 1, M. Zarco 1, H. E. Ferrari 1, 1 Centro Atómico Bariloche and Instituto Balseiro, Argentina. Consejo Nacional de

More information

Simulating experiments for ultra-intense laser-vacuum interaction

Simulating experiments for ultra-intense laser-vacuum interaction Simulating experiments for ultra-intense laser-vacuum interaction Nina Elkina LMU München, Germany March 11, 2011 Simulating experiments for ultra-intense laser-vacuum interaction March 11, 2011 1 / 23

More information

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, -7 SEPTEMBER 007 INVESTIGATION OF AMPLITUDE DEPENDENCE ON NONLINEAR ACOUSTICS USING THE DIRECT SIMULATION MONTE CARLO METHOD PACS: 43.5.Ed Hanford, Amanda

More information

STOCHASTIC CHEMICAL KINETICS

STOCHASTIC CHEMICAL KINETICS STOCHASTIC CHEICAL KINETICS Dan Gillespie GillespieDT@mailaps.org Current Support: Caltech (NIGS) Caltech (NIH) University of California at Santa Barbara (NIH) Past Support: Caltech (DARPA/AFOSR, Beckman/BNC))

More information

Dissipative nuclear dynamics

Dissipative nuclear dynamics Dissipative nuclear dynamics Curso de Reacciones Nucleares Programa Inter universitario de Fisica Nuclear Universidad de Santiago de Compostela March 2009 Karl Heinz Schmidt Collective dynamical properties

More information