Calculates the current-voltage relation of a superconducting structure.
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(structure) | :: | stack | ||||
type(conductor), | target | :: | Ra | |||
type(conductor), | target | :: | Rb | |||
real(kind=wp), | parameter | :: | threshold | = | 1e-2 | |
real(kind=wp), | parameter | :: | tolerance | = | 1e-5 | |
integer, | parameter | :: | iterations | = | 100 | |
real(kind=wp), | dimension(:), allocatable | :: | voltage | |||
real(kind=wp), | dimension(:), allocatable | :: | current | |||
integer | :: | n |