From 833a863e646824eecc7394a1be195612e76c4e77 Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Thu, 5 Mar 2026 19:55:52 +0100 Subject: [PATCH] txs auto checkin --- doc/user-manual/fpakc_UserManual.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/user-manual/fpakc_UserManual.tex b/doc/user-manual/fpakc_UserManual.tex index 8254298..654429b 100644 --- a/doc/user-manual/fpakc_UserManual.tex +++ b/doc/user-manual/fpakc_UserManual.tex @@ -590,6 +590,7 @@ make Accepted values are: \begin{itemize} \item \textbf{dirichlet}: Constant value of electric potential on the surface. + Required values are: \textbf{potential}: Real. Fixed potential for Dirichlet boundary condition. @@ -598,13 +599,13 @@ make 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. + 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. + The second column is the factor that will multiply the value set in \textbf{potential}. \end{itemize}