Skip to content

Commit

Permalink
image size
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Jun 6, 2024
1 parent 19ddcc9 commit cd3cf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In TrixiParticles.jl, particles of a single particle-based method, e.g. SPH or D
The interaction between two particles is defined entirely by the types of their systems. This approach makes it easy to support new methods and different physics
by adding a new system and defining its pairwise interaction wth other systems.

![Particles of two different systems $\mathcal{S}_1$ and $\mathcal{S}_2$ in a simulation domain. The black and gray dashed circles represent the search radii for neighbors of particles $a$ and $b$, respectively.\label{fig:systems}](systems.png){width=40%}
![Particles of two different systems $\mathcal{S}_1$ and $\mathcal{S}_2$ in a simulation domain. The black and gray dashed circles represent the search radii for neighbors of particles $a$ and $b$, respectively.\label{fig:systems}](systems.png){width=30%}

To illustrate this, \autoref{fig:systems} depicts particles within a simulation domain. The black particles belong to system $\mathcal{S}_1$ and the gray particles belong to system $\mathcal{S}_2$.
In general, the force $f_a$ experienced by a particle $a$ is calculated as
Expand Down

0 comments on commit cd3cf60

Please sign in to comment.