No description
Find a file
Jorge Gonzalez 50b4258c8f Input file
This should not have been a single commit.

Now we have input files.

Also, I've restructured the code and renamed modules.
2025-04-10 11:56:05 +02:00
data/boundary Input file 2025-04-10 11:56:05 +02:00
input Input file 2025-04-10 11:56:05 +02:00
scripts_python n_e as boundary condition 2025-04-10 08:49:01 +02:00
src Input file 2025-04-10 11:56:05 +02:00
.gitignore Input file 2025-04-10 11:56:05 +02:00
makefile Input file 2025-04-10 11:56:05 +02:00
README.md Start of project in Gitlab 2024-12-12 10:13:38 +01:00

VlaPlEx (Vlasov Plasma Expansion) code aims to provide a simple way to solve the collisionless plasma expansion into a vacuum.

It solves the Vlasov equation for ions in a 1D spherical domain.

Electrons are treated as a fluid either isothermal (Boltzmann) or polytropic.

Self-consistent electric field is solved using a Newton-Raphson method to solve the Poisson equation.