Update of user-manual
The user manual has been updated with a simple explanation on how to use Coulomb Scattering.
This commit is contained in:
parent
e05c0d4635
commit
2e4b3c3d20
3 changed files with 42 additions and 2 deletions
|
|
@ -223,8 +223,15 @@
|
|||
\end{itemize}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% \subsection{\acrlong{cs}}
|
||||
% Although not yet implement, a first approach will be soon implemented using Ref.~\cite{higginson2020corrected} as a guideline.
|
||||
\subsection{\acrlong{cs}}
|
||||
A simple linearization of the Coulomb operator based on Ref.~\cite{sherlock2008monte} is implemented.
|
||||
This method assumes that the species involved in the scattering process have a Maxwellian distribution.
|
||||
The method is made to conserve momentum and kinetic energy based on the approach in Ref.~\cite{lemons2009small} for self (same species) and intra (different species) collisions.
|
||||
|
||||
The user must specify the charged species that will interact together.
|
||||
The Coulomb logarithm involved in these processes is currently set to a fix value of $10$.
|
||||
|
||||
This method is not valid for situations in which the distribution functions are far from Maxwellian.
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Reset of particle array}
|
||||
|
|
@ -759,6 +766,16 @@ make
|
|||
Only valid for \textbf{ionization} and \textbf{recombination} processes.
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\item \textbf{Coulomb}: Array of objects.
|
||||
Contains the information about which species must use the Coulomb linear scattering.
|
||||
This method assumes a Maxwellian distribution for all species involved.
|
||||
Each object in the array is defined by:
|
||||
\begin{itemize}
|
||||
\item \textbf{species\_i}, \textbf{species\_j}: Character.
|
||||
Define the two species involved in the collision processes.
|
||||
Order is indiferent.
|
||||
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\subsection{parallel}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue