No description
Find a file
JGonzalez 052a4dc05e Corrections to tag v2.5
Small set of corrections to the tag v2.5.

Includes changes to python scripts to plot data.

Includes new 'fast' setup conditions that allow to output cases in an
hour or so with still a good CFL condition and grid resolution.
2025-04-08 16:32:59 +02:00
scripts_python Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
.gitignore Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
bc_80ns_T6.csv Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
bc_80ns_T10.csv Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
bc_80ns_T30.csv Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
bc_80ns_T60.csv Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
bc_fa_T30.csv Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
makefile Add reader modules for TtoZ table 2025-04-03 10:35:23 +02:00
moduleConstantParameters.f90 Able to read BC from file 2024-10-03 16:13:04 +02:00
moduleOutput.f90 Corrections to tag v2.5 2025-04-08 16:32:59 +02:00
moduleReferenceValues.f90 Able to read BC from file 2024-10-03 16:13:04 +02:00
moduleTableBC.f90 Change boundary file module 2025-02-19 12:09:35 +01:00
moduleTableTtoZ.f90 Add reader modules for TtoZ table 2025-04-03 10:35:23 +02:00
moduleTableTtoZne.f90 Add reader modules for TtoZ table 2025-04-03 10:35:23 +02:00
README.md Start of project in Gitlab 2024-12-12 10:13:38 +01:00
vlaplex.f90 Corrections to tag v2.5 2025-04-08 16:32:59 +02: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.