From 50537a66e519e7568eb8b721ce580890c5c29c43 Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Thu, 5 Mar 2026 19:54:07 +0100 Subject: [PATCH] txs auto checkin --- doc/user-manual/fpakc_UserManual.tex | 57 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/doc/user-manual/fpakc_UserManual.tex b/doc/user-manual/fpakc_UserManual.tex index f4c522a..4aeea24 100644 --- a/doc/user-manual/fpakc_UserManual.tex +++ b/doc/user-manual/fpakc_UserManual.tex @@ -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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%