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:
parent
cb92462f36
commit
9d961bb85f
2 changed files with 0 additions and 4 deletions
|
|
@ -76,8 +76,6 @@ MODULE moduleMesh
|
||||||
CLASS(meshCell), POINTER:: eColl => NULL()
|
CLASS(meshCell), POINTER:: eColl => NULL()
|
||||||
!Normal vector
|
!Normal vector
|
||||||
REAL(8):: normal(1:3)
|
REAL(8):: normal(1:3)
|
||||||
!Weight for random injection of particles
|
|
||||||
REAL(8):: weight = 1.D0
|
|
||||||
! Surface of edge
|
! Surface of edge
|
||||||
REAL(8):: surface = 0.D0
|
REAL(8):: surface = 0.D0
|
||||||
!Pointer to boundary type
|
!Pointer to boundary type
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,6 @@ MODULE moduleInject
|
||||||
CLASS(speciesGeneric), POINTER:: species !Species of injection
|
CLASS(speciesGeneric), POINTER:: species !Species of injection
|
||||||
INTEGER:: nEdges
|
INTEGER:: nEdges
|
||||||
INTEGER, ALLOCATABLE:: edges(:) !Array with edges
|
INTEGER, ALLOCATABLE:: edges(:) !Array with edges
|
||||||
REAL(8), ALLOCATABLE:: cumWeight(:) !Array of cummulative probability
|
|
||||||
REAL(8):: sumWeight
|
|
||||||
REAL(8):: surface ! Total surface of injection
|
REAL(8):: surface ! Total surface of injection
|
||||||
TYPE(velDistCont):: v(1:3) !Velocity distribution function in each direction
|
TYPE(velDistCont):: v(1:3) !Velocity distribution function in each direction
|
||||||
CONTAINS
|
CONTAINS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue