You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where :math:`\mathbf{X_s}, \mathbf{V_s}` describe the ensemble of particle species' position and velocity.
53
+
:math:`\mathbf{X}_s = (\mathbf x_1, \mathbf x_2, ...)_s` and :math:`\mathbf{V}_s = (\mathbf v_1, \mathbf v_2, ...)_s` are vectors of *marker* positions and velocities, respectively, which describe the ensemble of particles belonging to species :math:`s`.
54
54
55
55
.. note::
56
56
@@ -62,9 +62,11 @@ Electro-Magnetic PIC Method
62
62
63
63
**Fields** such as :math:`\mathbf{E}(t), \mathbf{B}(t)` and :math:`\mathbf{J}(t)` are discretized on a regular mesh in Eulerian frame of reference (see [EulerLagrangeFrameOfReference]_).
64
64
65
-
The distribution function :math:`f_s(\mathbf{x},\mathbf{v},t)` for **particles** is described in Lagrangian frame of reference.
66
-
It is sampled with *markers*, sometimes referred to as *macro-particles*.
67
-
These markers carry a spatial shape of order :math:`n` and a delta-distribution in momentum space.
65
+
The distribution of **Particles** is described by the distribution function :math:`f_s(\mathbf{x},\mathbf{v},t)`.
66
+
This distribution function is sampled by *markers* (commonly referred to as *macro-particles*).
67
+
The temporal evolution of the distribution function is simulated by advancing the markers over time according to the Vlasov--Maxwell--Equation in Lagrangian frame (see eq. :eq:`VlasovMaxwell` and [EulerLagrangeFrameOfReference]_).
68
+
69
+
Markers carry a spatial shape of order :math:`n` and a delta-distribution in momentum space.
68
70
In most cases, these shapes are implemented as B-splines and are pre-integrated to *assignment functions* :math:`S` of the form:
69
71
70
72
.. math::
@@ -74,6 +76,7 @@ In most cases, these shapes are implemented as B-splines and are pre-integrated
0 commit comments