First Implementation of Tria elements in 2D Cylindrical space.

Reading of this type of element needs to be implemented.

Fixed a bug in which the L_ref (reference length) was not correctly
being calculated for neutral solver.
This commit is contained in:
Jorge Gonzalez 2020-11-18 10:32:18 +01:00
commit 20dc4d4012
5 changed files with 750 additions and 253 deletions

View file

@ -31,7 +31,7 @@ MODULE moduleSpecies
REAL(8):: v(1:3) !Velocity
INTEGER:: pt !Particle species id
INTEGER:: e_p !Index of element in which the particle is located
REAL(8):: xLog(1:3) !Logical coordinates of particle in element e_p.
REAL(8):: xi(1:3) !Logical coordinates of particle in element e_p.
LOGICAL:: n_in !Flag that indicates if a particle is in the domain
REAL(8):: weight=0.D0 !weight of particle
REAL(8):: qm = 0.D0 !charge over mass