No description
Find a file
2025-05-26 10:31:54 +02:00
scripts_python Add python script for json to csv conversion of TtoZ data 2025-04-03 10:48:22 +02:00
.gitignore Rename 2024-12-12 10:08:06 +01:00
bc_80ns_T6Z4.csv Preparation to push to git 2024-12-12 10:05:35 +01:00
bc_80ns_T10Z6.csv Preparation to push to git 2024-12-12 10:05:35 +01:00
bc_80ns_T30Z11.csv Preparation to push to git 2024-12-12 10:05:35 +01:00
bc_80ns_T60Z16.csv Preparation to push to git 2024-12-12 10:05:35 +01:00
bc_fa_T30Z11.csv New boundary files. Now they follow Z = 22.5 T^0.6 2024-11-29 10:01:00 +01: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 Revert Cycle changes, and use F4.1 string for Z 2025-04-07 13:45:09 +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 Add recombination and ionization to model 2025-05-26 10:31:54 +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.