Deleted the constraing of flux > 0
This commit is contained in:
parent
f349310988
commit
e5519cee2d
1 changed files with 0 additions and 3 deletions
|
|
@ -224,9 +224,6 @@ submodule(moduleMesh) boundaryEM
|
|||
|
||||
mom_center = edge%gatherF(edge%centerXi(), edge%nNodes, mom_nodes)
|
||||
|
||||
! Only account for charge exiting the surface
|
||||
mom_center = max(mom_center, 0.0d0)
|
||||
|
||||
edgeDensityCurrent = edgeDensityCurrent + qSpecies(s) * mom_center
|
||||
|
||||
end do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue