Commit eaf87826 authored by Johannes Blaschke's avatar Johannes Blaschke
Browse files

documenting particles

parent ea24aab5
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -8,3 +8,16 @@ Particle Basics
===============

In MFiXi-Exa, particles are managed by the :cpp:`MFIXParticleContainer` class.
This class is derived from AMReX's :cpp:`NeighbourParticleContainer` and
handles all of the particle data. Most importantly,
:cpp:`MFIXParticleContainer` also provides the functions for solving the
particle dynamics (based on particle-particle, particle-fluid, and
particle-wall forces). Most importantly, :cpp:`MFIXParticleContainer` also
provides the functions for solving the particle dynamics (based on
particle-particle, particle-fluid, and particle-wall forces).


Particle Dynamics
-----------------