Common scatter subroutine
All subroutines of scattering particle properties to the nodes of a volume have been converged into one in moduleMesh.
This commit is contained in:
parent
d613f80c0d
commit
35bd61fda9
9 changed files with 39 additions and 408 deletions
|
|
@ -127,7 +127,7 @@ MODULE moduleInject
|
|||
et = et + 1
|
||||
self%edges(et) = mesh%edges(e)%obj%n
|
||||
!Assign connectivity between injection edge and meshColl volume
|
||||
IF (ASSOCIATED(meshForMCC, meshColl)) THEN
|
||||
IF (doubleMesh) THEN
|
||||
nVolColl = findCellBrute(meshColl, mesh%edges(e)%obj%randPos())
|
||||
IF (nVolColl > 0) THEN
|
||||
mesh%edges(e)%obj%eColl => meshColl%vols(nVolColl)%obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue