Skip to content

Base Modules

Raul edited this page Feb 13, 2018 · 1 revision

UAMMD has two main types of modules:

  • Integrators[1]
  • Interactors[2]

Integrators

It is an abstract entity (a virtual base class) that has the ability to take the simulation to the next time step. For that, it can hold as many Interactors as needed.

Interactors

It is an abstract entity (a virtual base class) that has the ability to compute forces and/or energies acting on each particle due to a certain interaction.

References

[1] https://github.com/RaulPPelaez/UAMMD/wiki/Integrator
[2] https://github.com/RaulPPelaez/UAMMD/wiki/Interactor









Clone this wiki locally