Manual updated
New dirichletTime condition is documented.
This commit is contained in:
parent
2d4b405fb1
commit
e4dfba45f8
2 changed files with 13 additions and 5 deletions
Binary file not shown.
|
|
@ -585,12 +585,20 @@ make
|
||||||
Type of boundary.
|
Type of boundary.
|
||||||
Accepted values are:
|
Accepted values are:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \textbf{dirichlet}: Elastic reflection of particles.
|
\item \textbf{dirichlet}: Constant value of electric potential on the surface.
|
||||||
|
\item \textbf{dirichletTime}: Constant value of the electric potential with a time variable profile.
|
||||||
|
The value of \textbf{boundaryEM.potential} will be multiplied for the corresponding value in the file \textbf{boundaryEM.temporalProfile}.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item \textbf{potential}: Real.
|
\item \textbf{potential}: Real.
|
||||||
Fixed potential for Dirichlet boundary condition.
|
Fixed potential for Dirichlet boundary condition.
|
||||||
\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{temporalProfile}: Character.
|
||||||
|
Filename of the 2 column file containing the time variable profile.
|
||||||
|
File must be located in \textbf{output.path}.
|
||||||
|
The first column is the time in $\unit{s}$.
|
||||||
|
The second column is the factor that will multiply the value of the boundary.
|
||||||
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
@ -611,7 +619,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 surface of injection.
|
This value will be multiplied by the area 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}
|
||||||
|
|
@ -717,7 +725,7 @@ make
|
||||||
Output file from previous run used as an initial state for the species.
|
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}
|
The file format must be the same as in \textbf{geometry.meshType}
|
||||||
Initial particles are assumed to have a Maxwellian distribution.
|
Initial particles are assumed to have a Maxwellian distribution.
|
||||||
File must be located at \textbf{output.path}.
|
File must be located in \textbf{output.path}.
|
||||||
\item \textbf{particlesPerCell}: Integer.
|
\item \textbf{particlesPerCell}: Integer.
|
||||||
Optional.
|
Optional.
|
||||||
Initial number of particles per cell.
|
Initial number of particles per cell.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue