First commit of code.
New functionality:
- DSMC module:
- 2D cyl geometry
- GMSH file format
- Elastic cross-section for Argon-Argon collisions.
- Basic boundary conditions: reflection, absorption and axis
symmetry.
Bugs fixed:
Other comments:
- Still searching for name.
This commit is contained in:
commit
bd7e8b040b
29 changed files with 4069 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue