Skip to content

Commit

Permalink
Spruce up kinetic_fluid_hybrid_model.rst (#4534)
Browse files Browse the repository at this point in the history
  • Loading branch information
eebasso authored Dec 17, 2023
1 parent c1ec102 commit 9af087d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
22 changes: 12 additions & 10 deletions Docs/source/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,22 @@ @article{Turner2013
year = {2013}
}

@article{winske2022hybrid,
archivePrefix = {arXiv},
author = {D. Winske and Homa Karimabadi and Ari Le and N. Omidi and Vadim Roytershteyn and Adam Stanier},
eprint = {2204.01676},
journal = {arXiv},
primaryClass = {physics.plasm-ph},
title = {{Hybrid codes (massless electron fluid)}},
year = {2022}
@Inbook{WinskeInBook2023,
author = {Winske, Dan and Karimabadi, Homa and Le, Ari Yitzchak and Omidi, Nojan Nick and Roytershteyn, Vadim and Stanier, Adam John},
bookTitle = {Space and Astrophysical Plasma Simulation: Methods, Algorithms, and Applications},
doi = {10.1007/978-3-031-11870-8_3},
editor = {B{\"u}chner, J{\"o}rg},
isbn = {978-3-031-11870-8},
pages = {63--91},
publisher = {Springer International Publishing},
title = {{Hybrid-Kinetic Approach: Massless Electrons}},
year = {2023}
}

@incollection{NIELSON1976,
@incollection{Nielson1976,
author = {Clair W. Nielson and H. Ralph Lewis},
booktitle = {Controlled Fusion},
doi = {https://doi.org/10.1016/B978-0-12-460816-0.50015-4},
doi = {10.1016/B978-0-12-460816-0.50015-4},
editor = {John Killeen},
issn = {0076-6860},
pages = {367--388},
Expand Down
6 changes: 3 additions & 3 deletions Docs/source/theory/kinetic_fluid_hybrid_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ of light.

Many authors have described variations of the kinetic ion & fluid electron model,
generally referred to as particle-fluid hybrid or just hybrid-PIC models. The implementation
in WarpX follows the outline from :cite:t:`c-winske2022hybrid`.
in WarpX follows the outline from :cite:t:`kfhm-WinskeInBook2023`.
This description follows mostly from that reference.

Model
Expand All @@ -29,7 +29,7 @@ The basic justification for the hybrid model is that the system to which it is
applied is dominated by ion kinetics, with ions moving much slower than electrons
and photons. In this scenario two critical approximations can be made, namely,
neutrality (:math:`n_e=n_i`) and the Maxwell-Ampere equation can be simplified by
neglecting the displacement current term :cite:p:`c-NIELSON1976`, giving,
neglecting the displacement current term :cite:p:`kfhm-Nielson1976`, giving,

.. math::
Expand Down Expand Up @@ -168,4 +168,4 @@ The isothermal limit is given by :math:`\gamma = 1` while :math:`\gamma = 5/3`
(default) produces the adiabatic limit.

.. bibliography::
:keyprefix: c-
:keyprefix: kfhm-

0 comments on commit 9af087d

Please sign in to comment.