txs auto checkin
This commit is contained in:
parent
fb9d468714
commit
50537a66e5
1 changed files with 28 additions and 29 deletions
|
|
@ -579,35 +579,34 @@ make
|
|||
Complete path to the cross-section data for the ionization process.
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\item \textbf{EM}.
|
||||
\end{itemize}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\subsection{boundaryEM}
|
||||
The array object \textbf{boundaryEM} determines the boundary conditions for the electromagnetic field.
|
||||
As with the \textbf{boundary} definition, these must be linked to an edge identified in the mesh file.
|
||||
The variables for each array element are:
|
||||
\begin{itemize}
|
||||
\item \textbf{name}: Character.
|
||||
Name of the boundary.
|
||||
\item \textbf{type}: Character.
|
||||
Type of boundary.
|
||||
Accepted values are:
|
||||
\begin{itemize}
|
||||
\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}
|
||||
\item \textbf{potential}: Real.
|
||||
Fixed potential for Dirichlet boundary condition.
|
||||
\item \textbf{physicalSurface}: Integer.
|
||||
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.
|
||||
|
||||
\item \textbf{EM}. Array of objects.determines the boundary conditions for the electromagnetic field.
|
||||
As with the \textbf{boundary} definition, these must be linked to an edge identified in the mesh file.
|
||||
The variables for each array element are:
|
||||
\begin{itemize}
|
||||
\item \textbf{name}: Character.
|
||||
Name of the boundary.
|
||||
\item \textbf{type}: Character.
|
||||
Type of boundary.
|
||||
Accepted values are:
|
||||
\begin{itemize}
|
||||
\item \textbf{dirichlet}: Constant value of electric potential on the surface.
|
||||
|
||||
\textbf{potential}: Real.
|
||||
Fixed potential for Dirichlet boundary condition.
|
||||
|
||||
\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}.
|
||||
|
||||
\textbf{potential}: Real.
|
||||
Fixed potential for Dirichlet boundary condition.
|
||||
|
||||
\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}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue