txs auto checkin

This commit is contained in:
Jorge Gonzalez 2026-03-05 19:54:07 +01:00
commit 50537a66e5

View file

@ -579,35 +579,34 @@ make
Complete path to the cross-section data for the ionization process. Complete path to the cross-section data for the ionization process.
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\item \textbf{EM}. \item \textbf{EM}. Array of objects.determines the boundary conditions for the electromagnetic field.
\end{itemize} 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}
\subsection{boundaryEM} \item \textbf{name}: Character.
The array object \textbf{boundaryEM} determines the boundary conditions for the electromagnetic field. Name of the boundary.
As with the \textbf{boundary} definition, these must be linked to an edge identified in the mesh file. \item \textbf{type}: Character.
The variables for each array element are: Type of boundary.
\begin{itemize} Accepted values are:
\item \textbf{name}: Character. \begin{itemize}
Name of the boundary. \item \textbf{dirichlet}: Constant value of electric potential on the surface.
\item \textbf{type}: Character.
Type of boundary. \textbf{potential}: Real.
Accepted values are: Fixed potential for Dirichlet boundary condition.
\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.
\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}.
The value of \textbf{boundaryEM.potential} will be multiplied for the corresponding value in the file \textbf{boundaryEM.temporalProfile}.
\end{itemize} \textbf{potential}: Real.
\item \textbf{potential}: Real. Fixed potential for Dirichlet boundary condition.
Fixed potential for Dirichlet boundary condition.
\item \textbf{physicalSurface}: Integer. \textbf{temporalProfile}: Character.
Identification of the edge in the mesh file. Filename of the 2 column file containing the time variable profile.
\item \textbf{temporalProfile}: Character. File must be located in \textbf{output.path}.
Filename of the 2 column file containing the time variable profile. The first column is the time in $\unit{s}$.
File must be located in \textbf{output.path}. The second column is the factor that will multiply the value of the boundary.
The first column is the time in $\unit{s}$. \end{itemize}
The second column is the factor that will multiply the value of the boundary.
\end{itemize} \end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%