Similar but different approach based on Gauss and an average velocity to keep it electrostatic

This commit is contained in:
Jorge Gonzalez 2026-05-02 21:17:48 +02:00
commit a174a50b81
3 changed files with 26 additions and 21 deletions

View file

@ -1351,8 +1351,6 @@ MODULE moduleInput
bound%nEdges = size(bound%edges)
allocate(bound%electricField(1:bound%nEdges))
bound%electricField = 0.0d0
allocate(bound%surfaceCharge(1:bound%nEdges))
bound%surfaceCharge = 0.0d0
end if