Manual updated
The manual has been modified to account for the new particlePerEdge option and to indicate that now when the flux is giving by a flux like in the Am2 units, the real surface of the inject is used to scale it.
This commit is contained in:
parent
6d62807fb4
commit
03f3b81811
2 changed files with 6 additions and 1 deletions
Binary file not shown.
|
|
@ -611,7 +611,7 @@ make
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \textbf{A}: Ampere.
|
\item \textbf{A}: Ampere.
|
||||||
\item \textbf{Am2}: Ampere per square meter.
|
\item \textbf{Am2}: Ampere per square meter.
|
||||||
This value will be multiplied by the square of the reference length to convert to A, it will not consider the surface area of injection.
|
This value will be multiplied by the surface of injection.
|
||||||
\item \textbf{sccm}: Standard cubic centimetre.
|
\item \textbf{sccm}: Standard cubic centimetre.
|
||||||
\item \textbf{part/s}: Particles (real) per second.
|
\item \textbf{part/s}: Particles (real) per second.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
@ -638,6 +638,11 @@ make
|
||||||
Temperature in each direction.
|
Temperature in each direction.
|
||||||
\item \textbf{physicalSurface}: Integer.
|
\item \textbf{physicalSurface}: Integer.
|
||||||
Identification of the edge in the mesh file.
|
Identification of the edge in the mesh file.
|
||||||
|
\item \textbf{particlesPerEdge}: Integer.
|
||||||
|
Optional.
|
||||||
|
Number of particles to be injected by each edge in the numerical domain.
|
||||||
|
The weight of the particles for each edge will modified by the surface of the edge to ensure the right flux is injected.
|
||||||
|
If no value is provided, the number of particles to inject per edge will be calculated with the species weight and the surface of the edge respect to the total one.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\subsection{reference}
|
\subsection{reference}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue