Compare commits

..

5 commits

Author SHA1 Message Date
45a4c3fe3d Updated manual 2026-04-01 19:55:33 +02:00
0f2d6dd94f txs auto checkin 2026-04-01 19:43:05 +02:00
c070ec6033 txs auto checkin 2026-04-01 19:42:19 +02:00
79e5c05e4a txs auto checkin 2026-04-01 19:35:52 +02:00
0c2e8dd502 txs auto checkin 2026-04-01 19:35:42 +02:00
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View file

@ -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.