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 5516e46ec3 Particles are injected in each iteration and pushed with tauMin when
injected. Then, particles are pushed as normal in their own time step.
2021-01-02 16:31:31 +01:00
data/collisions Recombination process introduced. No photon creation yet. 2020-12-27 13:15:36 +01:00
doc New version of the user manual. 2020-12-15 15:27:06 +01:00
runs Particles are injected in each iteration and pushed with tauMin when 2021-01-02 16:31:31 +01:00
src Particles are injected in each iteration and pushed with tauMin when 2021-01-02 16:31:31 +01:00
.gitignore Writing fpakc in lowercase in the .gitignore file 2020-11-26 19:35:21 +01:00
COPYING First commit of code. 2020-10-09 08:45:07 +02:00
makefile Implementation of different distribution functions for velocities. 2020-12-13 13:56:48 +01:00
README.md The electric field from a triangular element is incorrect. Issue with 2020-11-26 09:04:26 +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.

The codefpakc 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 ...