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
2020-11-16 18:25:42 +01: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 Renaming of code. New name is FPAKC. 2020-11-16 18:25:42 +01:00
src Renaming of code. New name is FPAKC. 2020-11-16 18:25:42 +01:00
.gitignore Renaming of code. New name is FPAKC. 2020-11-16 18:25:42 +01:00
COPYING First commit of code. 2020-10-09 08:45:07 +02:00
makefile Renaming of code. New name is FPAKC. 2020-11-16 18:25:42 +01:00
README.md Renaming of code. New name is FPAKC. 2020-11-16 18:25:42 +01:00

#Introduction Welcome to FPAKC (Finite element PArticle Kinetic Code), a modern object oriented Fortran open-source code for particle simulations of plasma and gases. This code works by simulating charged and neutral particles, following their trajectories, collisions and boundary conditions imposed by the user.

One of our aims is to make a code easy to maintain as well as easy to use by a variety of reserchers and students.

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 exercises.

Parallelization techniques such as OpenMP, MPI will be used to distribute the cpu load. We aim to make FPAKC GPU compatible in the future.

FPAKC makes use of finite elements to generate meshes in complex geometries. Particle properties are deposited in the nodes and cells of the mesh. The electromagnetic field, with the boundary conditions imposed by the user, is solved also in this mesh.

#User Manual

You will find the user manual in the doc folder.

#Installation

To install the software ...