Skip to content

niceReynolds/ppiclF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License: MIT status

ppiclF

ppiclF is a parallel particle-in-cell library written in Fortran.

Applications of ppilcF include element-based particle-in-cell simulations, such as Euler-Lagrange mutliphase flow simulation, immersed boundary methods, and even atomistic-scale modeling. At its essence, ppiclF's main purpose is to provide a unified and scalable interface for a user to solve the following system of differential equations

       d y
       ---  =  ydot,
       d t

which are found in all of the previously given particle-in-cell applications. See documentation website for more details, theory, examples, questions, etc.

Capabilities

  • On-the-fly load-balancing of the system of equations across MPI processing ranks based on the coordinates associated with each particle.

  • Simple user input of an external overlapping mesh for interactions between particles and their nearby cells.

  • Optional fast binned parallel nearest neighbor search between particles within a user specified distance so that more sophisticated user-implemented right-hand-side forcing models can easily be evaluated.

  • Algorithms have demonstrated scalability to 100,000 processors, allowing billions of equations to be solved simultaneously.

  • Links to both Fortran and C++ external code as a library.

Recommended Citation

Zwick, D. (2019). ppiclF: A Parallel Particle-In-Cell Library in Fortran. Journal of Open Source Software. 4(37), 1400. https://doi.org/10.21105/joss.01400

About

A parallel particle-in-cell library in Fortran.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 82.9%
  • Python 10.7%
  • C++ 2.8%
  • Makefile 1.7%
  • C 1.3%
  • TeX 0.6%