New option for initial distribution of species
The number of particles per cell can be defined when giving an initial distribution fora species. If not, the typical method of using the species weight is used. This is particularly useful for cylindrical coordinates in which very little particles might end up in the axis if a constant weight is used.
This commit is contained in:
parent
5bc064d018
commit
1f2ec8d82f
4 changed files with 97 additions and 8 deletions
|
|
@ -708,11 +708,15 @@ make
|
|||
\begin{itemize}
|
||||
\item \textbf{species}: Character.
|
||||
Name of species as defined in the object \textbf{species}.
|
||||
\item \textbf{file}: Character.
|
||||
Output file from previous run used as an initial state for the species.
|
||||
The file format must be the same as in \textbf{geometry.meshType}
|
||||
Initial particles are assumed to have a Maxwellian distribution.
|
||||
File must be located at \textbf{output.path}.
|
||||
\item \textbf{file}: Character.
|
||||
Output file from previous run used as an initial state for the species.
|
||||
The file format must be the same as in \textbf{geometry.meshType}
|
||||
Initial particles are assumed to have a Maxwellian distribution.
|
||||
File must be located at \textbf{output.path}.
|
||||
\item \textbf{particlesPerCell}: Integer.
|
||||
Optional.
|
||||
Initial number of particles per cell.
|
||||
If not, the number of particles per cell will be assigned based on the species weight and the cell volume.
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue