txs auto checkin

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

View file

@ -579,34 +579,33 @@ 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}
\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.
\subsection{boundaryEM} Fixed potential for Dirichlet boundary condition.
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. \item \textbf{dirichletTime}: Constant value of the electric potential with a time variable profile.
The variables for each array element are: The value of \textbf{boundaryEM.potential} will be multiplied for the corresponding value in the file \textbf{boundaryEM.temporalProfile}.
\begin{itemize}
\item \textbf{name}: Character. \textbf{potential}: Real.
Name of the boundary. Fixed potential for Dirichlet boundary condition.
\item \textbf{type}: Character.
Type of boundary. \textbf{temporalProfile}: Character.
Accepted values are: Filename of the 2 column file containing the time variable profile.
\begin{itemize} File must be located in \textbf{output.path}.
\item \textbf{dirichlet}: Constant value of electric potential on the surface. The first column is the time in $\unit{s}$.
\item \textbf{dirichletTime}: Constant value of the electric potential with a time variable profile. The second column is the factor that will multiply the value of the boundary.
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.
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.
\end{itemize} \end{itemize}