Removing weight from edges

This parameter is no longer needed.

Also removing the cumulative sum of weights from the injection.
This commit is contained in:
Jorge Gonzalez 2024-07-10 21:57:22 +02:00
commit 9d961bb85f
2 changed files with 0 additions and 4 deletions

View file

@ -76,8 +76,6 @@ MODULE moduleMesh
CLASS(meshCell), POINTER:: eColl => NULL()
!Normal vector
REAL(8):: normal(1:3)
!Weight for random injection of particles
REAL(8):: weight = 1.D0
! Surface of edge
REAL(8):: surface = 0.D0
!Pointer to boundary type