Compare commits
5 commits
4049bbca31
...
45a4c3fe3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 45a4c3fe3d | |||
| 0f2d6dd94f | |||
| c070ec6033 | |||
| 79e5c05e4a | |||
| 0c2e8dd502 |
2 changed files with 12 additions and 0 deletions
Binary file not shown.
|
|
@ -401,6 +401,9 @@ make
|
|||
\item \textbf{bounraiesParticle}: Logical.
|
||||
Determines if the properties of the boundaries are written.
|
||||
\textit{Warning}: Not all particle models produce this output, only those whose properties change during the simulation.
|
||||
\item \textbf{injects}: Logical.
|
||||
Determines if the properties of the injection of particles are written.
|
||||
\textit{Warning}: Not all injection types produce this output, only those whose properties change during the simulation.
|
||||
\item \textbf{probes}: Array of objects.
|
||||
Defines the probes employed for obtaining the distribution function at specific positions.
|
||||
See Sec.~\ref{sec:probing} for more information.
|
||||
|
|
@ -688,6 +691,15 @@ make
|
|||
Units of $\unit{K}$
|
||||
Array dimension $3$.
|
||||
Temperature in each direction.
|
||||
\item \textbf{type}: Character.
|
||||
Type of injection.
|
||||
Available values are:
|
||||
\begin{itemize}
|
||||
\item \textbf{constant}: The flow does not change.
|
||||
This is the default value if none is provided.
|
||||
\item \textbf{quasiNeutral}: The flow of the species is changed over time to keep the charge density close to zero at the injection surface.
|
||||
The weight of the injected particles is changed.
|
||||
\end{itemize}
|
||||
\item \textbf{physicalSurface}: Integer.
|
||||
Identification of the edge in the mesh file.
|
||||
\item \textbf{particlesPerEdge}: Integer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue