Issue with injecting current
Values were not right in 1D geometry. Fixed.
This commit is contained in:
parent
065bb1d13e
commit
2af10acd70
3 changed files with 19 additions and 4 deletions
|
|
@ -123,7 +123,7 @@ MODULE moduleMesh1DRad
|
|||
|
||||
self%r = r1(1)
|
||||
|
||||
self%surface = 1.D0 / L_ref**2
|
||||
self%surface = 1.D0
|
||||
|
||||
self%normal = (/ 1.D0, 0.D0, 0.D0 /)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue