Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltouati authored Oct 18, 2021
1 parent fa70cb9 commit 4d41e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AMoRE

Angular Momentum model Of Relativistic Electron beam transport (AMoRE) is a Fortran code parallelized using OpenMP for fast simulations of laser-generated relativistic electron beam transport in solids and dense plasmas. It computes the two first angular moments of the exact relativistic Belyaev-Budker kinetic equation for relativistic electron beam transport in solids and dense plasmas completed with the Minerbo maximum angular entropy closure. It thus takes into account collective effects with the self-generated electromagnetic fields as well as collisional effects with the slowing down of the electrons in collisions with plasmons, bound and free electrons and their angular scattering on both ions and electrons. This model allows for fast computations of relativistic electron beam transport while describing the kinetic distribution function evolution. More pieces of information can be found in my [PhD manuscript](https://tel.archives-ouvertes.fr/tel-01238782/document) and in this [peer-reviewed Physics paper](https://iopscience.iop.org/article/10.1088/1367-2630/16/7/073014/pdf). Citations to these references are recommended and appreciated for publications of scientific results using AMoRE in peer-reviewed journals. This version of the code only implement 2D homogeneous cartesian spatial grids and OpenMP shared memory.
Angular Momentum model Of Relativistic Electron beam transport (AMoRE) is a Fortran code parallelized using OpenMP for fast simulations of laser-generated relativistic electron beam transport in solids and dense plasmas. It computes the two first angular moments of the exact relativistic Belaiev-Budker kinetic equation for relativistic electron beam transport in solids and dense plasmas completed with the Minerbo maximum angular entropy closure. It thus takes into account collective effects with the self-generated electromagnetic fields as well as collisional effects with the slowing down of the electrons in collisions with plasmons, bound and free electrons and their angular scattering on both ions and electrons. This model allows for fast computations of relativistic electron beam transport while describing the kinetic distribution function evolution. More pieces of information can be found in my [PhD manuscript](https://tel.archives-ouvertes.fr/tel-01238782/document) and in this [peer-reviewed Physics paper](https://iopscience.iop.org/article/10.1088/1367-2630/16/7/073014/pdf). Citations to these references are recommended and appreciated for publications of scientific results using AMoRE in peer-reviewed journals. This version of the code only implement 2D homogeneous cartesian spatial grids and OpenMP shared memory.
The next release will implement 3D non-homogeneous cartesian meshes, MPI distributed memory and SIMD vectorization.

# Compiling the code
Expand Down

0 comments on commit 4d41e29

Please sign in to comment.