voltage_p Program

Calculates the current-voltage relation of a superconducting structure.


Variables

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

Subroutines

subroutine prehook()

Arguments

None

subroutine posthook()

Arguments

None

subroutine finalize()

Arguments

None