Fixing some issues in 3D Cartesian coordinates. Included 3D pusher.
Still there are issues linking a volume to an edge.
This commit is contained in:
parent
1e66110014
commit
c236c5e0e2
8 changed files with 123 additions and 148 deletions
|
|
@ -67,6 +67,13 @@ MODULE moduleSolver
|
|||
REAL(8):: tau, tauSp
|
||||
|
||||
SELECT CASE(pusherType)
|
||||
!3D Cartesian
|
||||
CASE('3DCartNeutral')
|
||||
self%pushParticle => push3DCartNeutral
|
||||
|
||||
CASE('3DCartCharged')
|
||||
self%pushParticle => push3DCartCharged
|
||||
|
||||
!2D Cylindrical
|
||||
CASE('2DCylNeutral')
|
||||
self%pushParticle => push2DCylNeutral
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue