Welcome to fpakc (Finite element PArticle Kinetic Code), a modern object oriented Fortran open-source code for particle simulations of plasma and gases.
Find a file
Jorge Gonzalez e14c3ef65b Fixed bug with number of collisions not computing correctly because
INT/REAL conversions.

Number of collisions now take into account the different weight of
particles inside a cell without impacting performance.
2020-10-18 10:26:58 +02:00
data/collisions First commit of code. 2020-10-09 08:45:07 +02:00
doc First commit of code. 2020-10-09 08:45:07 +02:00
runs/cylFlow Final adjustments, format of verbose corrected and minor modifications 2020-10-18 00:21:13 +02:00
src Fixed bug with number of collisions not computing correctly because 2020-10-18 10:26:58 +02:00
.gitignore First commit of code. 2020-10-09 08:45:07 +02:00
COPYING First commit of code. 2020-10-09 08:45:07 +02:00
makefile Minor improvements in performance and code clarity. 2020-10-13 18:16:18 +02:00
README.md First commit of code. 2020-10-09 08:45:07 +02:00

Introduction

Welcome to PPartiC (Plasma Particle Code), a modern object oriented code for kinetic simulations of plasma. This code works by simulating charged and neutral particles, following their trajectories, collisions and boundary conditions imposed by the usser.

This code is currenlty in very early steps of development.

The code aims to be easy to maintain and easy to use, allowing its application from complex problems to easy examples that can be used, for example, as teaching exercies.

Parallelization techniches as OpenMP, MPI will be used, as well as making the code run in GPU architectures.

PPartiC uses Finite Element meshes to adap to complex geometries.