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:
Jorge Gonzalez 2020-10-09 08:45:07 +02:00
commit bd7e8b040b
29 changed files with 4069 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
DSMC_Neutrals
mod/
obj/
doc/user_manual/
doc/coding_style/
json-fortran-8.2.0/