txs auto checkin

This commit is contained in:
Jorge Gonzalez 2026-03-05 18:32:22 +01:00
commit a81e7cca8a

View file

@ -502,10 +502,11 @@ make
\end{itemize} \end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{boundary} \subsection{boundaries}
The array object \textbf{boundary} determines the interaction between surfaces and particles. The object \textbf{boundaries} has two main arrays that define the particle boundaries and the ones that must be applied to the electromagnetic field.
These boundaries need to be linked to a specific edge in the mesh. \begin{itemize}
The accepted variables are: \item \textbf{particles}. Array of objects.
Different models for interaction between particles and edges.
\begin{itemize} \begin{itemize}
\item \textbf{name}: Character. \item \textbf{name}: Character.
Name of the boundary. Name of the boundary.
@ -576,6 +577,8 @@ make
If , for some reason, a particle interacts with this axis, it is reflected. If , for some reason, a particle interacts with this axis, it is reflected.
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\item \textbf{EM}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{boundaryEM} \subsection{boundaryEM}