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